Put rating setup last because it's optional
This commit is contained in:
+12
-12
@@ -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) ?>">
|
||||
|
||||
Reference in New Issue
Block a user