Put rating setup last because it's optional

This commit is contained in:
moodler
2003-09-14 09:36:28 +00:00
parent 18a97fd84d
commit f9efae0e40
+12 -12
View File
@@ -79,6 +79,18 @@
?>
</td>
</tr>
<tr>
<td align=right><p><b><?php print_string("forcesubscribeq", "forum") ?>:</b></p></td>
<td>
<?php
unset($options);
$options[0] = get_string("no");
$options[1] = get_string("yes");
choose_from_menu($options, "forcesubscribe", $form->forcesubscribe, "");
helpbutton("subscription", get_string("forcesubscribeq", "forum"), "forum");
?>
</td>
</tr>
<tr>
<td align=right valign=top><p><b><?php print_string("allowratings", "forum") ?>:</b></p></td>
@@ -157,18 +169,6 @@
?>
</td>
</tr>
<tr>
<td align=right><p><b><?php print_string("forcesubscribeq", "forum") ?>:</b></p></td>
<td>
<?php
unset($options);
$options[0] = get_string("no");
$options[1] = get_string("yes");
choose_from_menu($options, "forcesubscribe", $form->forcesubscribe, "");
helpbutton("subscription", get_string("forcesubscribeq", "forum"), "forum");
?>
</td>
</tr>
</table>
<center>
<input type="hidden" name=course value="<?php p($form->course) ?>">