]> git.mjollnir.org Git - moodle.git/commitdiff
replacing <fieldset> with <div> as it's causing weird problems
authortoyomoyo <toyomoyo>
Tue, 20 Feb 2007 06:26:16 +0000 (06:26 +0000)
committertoyomoyo <toyomoyo>
Tue, 20 Feb 2007 06:26:16 +0000 (06:26 +0000)
group/index.php

index 7c89781ddccc2c543ce5ac26c43de5dff2a755fc..ec806d379b3eb9d30bd8185e2488f6c887a165c8 100644 (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";