adding fieldset to form MDL-7861

This commit is contained in:
toyomoyo
2007-01-04 03:18:10 +00:00
parent 28f2875622
commit 9fcdacfdaf
+2 -1
View File
@@ -256,6 +256,7 @@
//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" />';
@@ -295,7 +296,7 @@
}
echo '</div>';
print_simple_box_end();
echo '</form>';
echo '</fieldset></form>';
/// Upload records section. Only for teachers and the admin.