replacing a trouble making fieldset with div

This commit is contained in:
toyomoyo
2007-02-21 00:58:49 +00:00
parent 73de424b0b
commit 545fa9f30f
+3 -3
View File
@@ -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);
}
?>
?>