]> git.mjollnir.org Git - moodle.git/commitdiff
Put rating setup last because it's optional
authormoodler <moodler>
Sun, 14 Sep 2003 09:36:28 +0000 (09:36 +0000)
committermoodler <moodler>
Sun, 14 Sep 2003 09:36:28 +0000 (09:36 +0000)
mod/forum/mod.html

index e43a768867ab617cca5ce6590c15b59f147aa411..0dc953917911830877c7f91556723ebef57803a5 100644 (file)
         ?>
     </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) ?>">