mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 16:36:37 +02:00
MDL-18929 fixed double colons, in fact we stopped using colons long time ago; merged from MOODLE_19_STABLE
This commit is contained in:
parent
e8048b1d7a
commit
db008d6feb
2 changed files with 2 additions and 2 deletions
|
@ -328,7 +328,7 @@ if (!$moving) {
|
|||
if (!$moving) {
|
||||
echo '<br /><br />';
|
||||
echo '<input type="hidden" name="bulkmove" value="0" id="bulkmoveinput" />';
|
||||
echo get_string('moveselectedto', 'grades') . ' : ';
|
||||
echo get_string('moveselectedto', 'grades') . ' ';
|
||||
echo choose_from_menu($categories, 'moveafter', '', 'choose',
|
||||
'document.getElementById(\'bulkmoveinput\').value=1;document.getElementById(\'gradetreeform\').submit()', 0, true);
|
||||
echo '<div id="noscriptgradetreeform" style="display: inline;">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue