From: toyomoyo Date: Thu, 4 Jan 2007 03:18:10 +0000 (+0000) Subject: adding fieldset to form MDL-7861 X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=9fcdacfdaf5139fb2285d67d3ad3d9978b4ef732;p=moodle.git adding fieldset to form MDL-7861 --- diff --git a/mod/data/edit.php b/mod/data/edit.php index 8bf2d52ebb..f775576689 100755 --- a/mod/data/edit.php +++ b/mod/data/edit.php @@ -256,6 +256,7 @@ //form goes here first in case add template is empty echo '
'; + echo '
'; echo ''; echo ''; echo ''; @@ -295,7 +296,7 @@ } echo ''; print_simple_box_end(); - echo ''; + echo '
'; /// Upload records section. Only for teachers and the admin.