From: jerome Date: Thu, 8 May 2008 02:44:50 +0000 (+0000) Subject: MDL-14697 Participants page OK button hidden if javascript is enabled, merged from 19 X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=cab6762b1200d29d653627214e6f64ad7cf76993;p=moodle.git MDL-14697 Participants page OK button hidden if javascript is enabled, merged from 19 --- diff --git a/user/index.php b/user/index.php index e68b55a221..a84b06a0a1 100644 --- a/user/index.php +++ b/user/index.php @@ -870,7 +870,12 @@ helpbutton("participantswithselectedusers", get_string("withselectedusers")); choose_from_menu ($displaylist, "formaction", "", get_string("withselectedusers"), "if(checksubmit(this.form))this.form.submit();", ""); echo ''; - echo ''; + echo '
'; + echo '
'; + echo ''; echo ''; echo ''; echo '';