Fixed a misplaced form tag MDL-6861

This commit is contained in:
moodler
2006-10-06 05:57:07 +00:00
parent 2398e835a8
commit e32fb9a4f7
+1 -1
View File
@@ -14,12 +14,12 @@
?>
<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