adding fieldset to form MDL-7861
This commit is contained in:
+2
-1
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user