]> git.mjollnir.org Git - moodle.git/commitdiff
Removed </td>. Help button appears on top :))
authorethem <ethem>
Thu, 18 May 2006 10:02:22 +0000 (10:02 +0000)
committerethem <ethem>
Thu, 18 May 2006 10:02:22 +0000 (10:02 +0000)
enrol/authorize/config.html

index 3c3e792b1bb9f81e6cfc951bfae0657a8b937d86..5dc0f1c1347c19ab31fe70b64e60be8654d4ce19 100755 (executable)
@@ -127,7 +127,7 @@ if (!isset($frm->acceptccs)) {
 
 <tr valign="top">
     <td align="right">an_review:</td>
-    <td><?php print_checkbox('an_review', '1', !empty($frm->an_review)) ?></td>
+    <td><?php print_checkbox('an_review', '1', !empty($frm->an_review)) ?>
         <?php helpbutton('review', get_string('adminhelpreviewtitle', 'enrol_authorize'), 'enrol/authorize'); ?></td>
     <td><?php print_string("adminreview", "enrol_authorize") ?></td>
 </tr>