replacing a trouble making fieldset with div
This commit is contained in:
+3
-3
@@ -157,7 +157,7 @@ if ($success) {
|
||||
print_heading($course->shortname.' '.$strgroups, 'center', 3);
|
||||
?>
|
||||
<form id="groupeditform" action="index.php" method="post">
|
||||
<fieldset class="invisiblefieldset">
|
||||
<div>
|
||||
<input type="hidden" name="id" value="<?php echo $courseid; ?>" />
|
||||
|
||||
<?php /*
|
||||
@@ -278,7 +278,7 @@ if ($success) {
|
||||
</table>
|
||||
|
||||
<?php //<input type="hidden" name="rand" value="om" /> ?>
|
||||
</fieldset>
|
||||
</div>
|
||||
</form>
|
||||
<?php
|
||||
echo '<script type="text/javascript">'."\n";
|
||||
@@ -291,4 +291,4 @@ if ($success) {
|
||||
print_footer($course);
|
||||
}
|
||||
|
||||
?>
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user