]> git.mjollnir.org Git - moodle.git/commitdiff
adding fieldset to form MDL-7861
authortoyomoyo <toyomoyo>
Thu, 4 Jan 2007 03:18:10 +0000 (03:18 +0000)
committertoyomoyo <toyomoyo>
Thu, 4 Jan 2007 03:18:10 +0000 (03:18 +0000)
mod/data/edit.php

index 8bf2d52ebbdddcc3593b700838e1f226660d3880..f775576689bf432657a5b0461b313258240045ab 100755 (executable)
 
     //form goes here first in case add template is empty
     echo '<form enctype="multipart/form-data" action="edit.php" method="post">';
+    echo '<fieldset>';
     echo '<input name="d" value="'.$data->id.'" type="hidden" />';
     echo '<input name="rid" value="'.$rid.'" type="hidden" />';
     echo '<input name="sesskey" value="'.sesskey().'" type="hidden" />';
     }
     echo '</div>';
     print_simple_box_end();
-    echo '</form>';
+    echo '</fieldset></form>';
 
 
 /// Upload records section. Only for teachers and the admin.