]> git.mjollnir.org Git - moodle.git/commitdiff
Fixed a misplaced form tag MDL-6861
authormoodler <moodler>
Fri, 6 Oct 2006 05:57:07 +0000 (05:57 +0000)
committermoodler <moodler>
Fri, 6 Oct 2006 05:57:07 +0000 (05:57 +0000)
admin/roles/manage.html

index 7fe46e60f21831cdf67e2b56263adaf4da3a8e63..0b6eaabf8c7d7b61f19bba001f945ac12f9f50b2 100755 (executable)
 ?>
 
 
-<table cellpadding="9" cellspacing="0" align="center">
 <form name="rolesform" action="manage.php" method="post">
 <input type="hidden" name="roleid" value="<?php p($roleid) ?>" />
 <input type="hidden" name="sesskey" value="<?php p(sesskey()) ?>" />
 <input type="hidden" name="action" value="<?php if ($action != 'view') { echo p($action); } ?>" />
 
+<table cellpadding="9" cellspacing="0" align="center">
 <tr valign="top">
     <td align="right"><?php print_string('name') ?>:</td>
     <td><?php