?>
</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>
?>
</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) ?>">