mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 16:36:37 +02:00
MDL-46891 core_grade: Steps are not valid as element is disabled
This commit is contained in:
parent
afccc03f14
commit
b73e5047af
2 changed files with 1 additions and 24 deletions
|
@ -263,7 +263,7 @@ if (!$moving) {
|
|||
if (!$moving && count($grade_edit_tree->categories) > 1) {
|
||||
echo '<br /><br />';
|
||||
echo '<input type="hidden" name="bulkmove" value="0" id="bulkmoveinput" />';
|
||||
$attributes = array('id'=>'menumoveafter', 'class' => 'ignoredirty');
|
||||
$attributes = array('id'=>'menumoveafter', 'class' => 'ignoredirty singleselect');
|
||||
echo html_writer::label(get_string('moveselectedto', 'grades'), 'menumoveafter');
|
||||
echo html_writer::select($grade_edit_tree->categories, 'moveafter', '', array(''=>'choosedots'), $attributes);
|
||||
$OUTPUT->add_action_handler(new component_action('change', 'submit_bulk_move'), 'menumoveafter');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue