mirror of
https://github.com/moodle/moodle.git
synced 2025-04-16 14:02:32 +02:00
MDL-60114 mod_data: adding db activity lost radio field choose option
This commit is contained in:
parent
6e445671c1
commit
288cbbf2d5
@ -103,7 +103,8 @@ class data_field_radiobutton extends data_field_base {
|
||||
}
|
||||
$return = html_writer::label(get_string('fieldtypelabel', "datafield_" . $this->type),
|
||||
'menuf_' . $this->field->id, false, array('class' => 'accesshide'));
|
||||
$return .= html_writer::select($options, 'f_'.$this->field->id, $value, null, array('class' => 'custom-select'));
|
||||
$return .= html_writer::select($options, 'f_'.$this->field->id, $value,
|
||||
array('' => 'choosedots'), array('class' => 'custom-select'));
|
||||
return $return;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user