mirror of
https://github.com/moodle/moodle.git
synced 2025-04-21 16:32:18 +02:00
Merge branch 'MDL-60114_master_radio-option-choose' of https://github.com/awagner/moodle
This commit is contained in:
commit
e99564e51b
@ -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