mirror of
https://github.com/moodle/moodle.git
synced 2025-04-19 07:25:30 +02:00
changed old getElementById(id).submit() to the new submitFormById(id) call.
This commit is contained in:
parent
48b5d8f38b
commit
a08d370b51
@ -428,7 +428,7 @@
|
||||
}
|
||||
}
|
||||
|
||||
choose_from_menu ($displaylist, "moveto", "", get_string("moveselectedcoursesto"), "javascript: getElementById('movecourses').submit()");
|
||||
choose_from_menu ($displaylist, "moveto", "", get_string("moveselectedcoursesto"), "javascript: submitFormById('movecourses')");
|
||||
echo '<input type="hidden" name="id" value="'.$category->id.'" />';
|
||||
echo '</td></tr>';
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user