From 9fcdacfdaf5139fb2285d67d3ad3d9978b4ef732 Mon Sep 17 00:00:00 2001 From: toyomoyo Date: Thu, 4 Jan 2007 03:18:10 +0000 Subject: [PATCH] adding fieldset to form MDL-7861 --- mod/data/edit.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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. -- 2.39.5