replacing <fieldset> with <div> as it's causing weird problems

This commit is contained in:
toyomoyo 2007-02-20 06:26:16 +00:00
parent 1008dad65a
commit bf1c14038e

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";