changed old getElementById(id).submit() to the new submitFormById(id) call.

This commit is contained in:
urs_hunkler 2007-07-25 11:19:42 +00:00
parent 48b5d8f38b
commit a08d370b51

View File

@ -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>';
}