]> git.mjollnir.org Git - moodle.git/commitdiff
MOve hidden sections setting down a bit
authormoodler <moodler>
Mon, 10 May 2004 16:29:27 +0000 (16:29 +0000)
committermoodler <moodler>
Mon, 10 May 2004 16:29:27 +0000 (16:29 +0000)
course/edit.html

index 1abb97b5eaa0c84c5eb0fc2542b7f2aa85be8243..d7f5db87b5307dfe20e96e54be4f9e91ae3504ab 100644 (file)
     helpbutton("courseavailability", get_string("availability")); ?>
     </td>
 </tr>
-<tr valign=top>
-    <td align="right"><P><?php  print_string("hiddensections") ?>:</td>
-    <td><?php
-    unset($choices);
-    $choices["0"] = get_string("hiddensectionscollapsed");
-    $choices["1"] = get_string("hiddensectionsinvisible");
-    choose_from_menu ($choices, "hiddensections", $form->hiddensections, "");
-    helpbutton("coursehiddensections", get_string("hiddensections")); ?>
-    </td>
-</tr>
 <tr valign=top>
     <td align="right"><P><?php  print_string("enrolmentkey") ?>:</td>
     <td><input type="text" name="password" size=25 value="<?php  p($form->password) ?>">
     helpbutton("guestaccess", get_string("opentoguests")); ?>
     </td>
 </tr>
+<tr valign=top>
+    <td align="right"><P><?php  print_string("hiddensections") ?>:</td>
+    <td><?php
+    unset($choices);
+    $choices["0"] = get_string("hiddensectionscollapsed");
+    $choices["1"] = get_string("hiddensectionsinvisible");
+    choose_from_menu ($choices, "hiddensections", $form->hiddensections, "");
+    helpbutton("coursehiddensections", get_string("hiddensections")); ?>
+    </td>
+</tr>
 <tr valign=top>
     <td align="right"><P><?php  print_string("newsitemsnumber") ?>:</td>
     <td><?php