MOve hidden sections setting down a bit

This commit is contained in:
moodler 2004-05-10 16:29:27 +00:00
parent acc61dc449
commit 91ba8c9878

View File

@ -104,16 +104,6 @@
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) ?>">
@ -132,6 +122,16 @@
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