From 72c31c778d95ef62e6e3a940a12b1e53883e8df5 Mon Sep 17 00:00:00 2001 From: moodler Date: Thu, 2 Aug 2007 07:57:15 +0000 Subject: [PATCH] First pass at cleaning up this form, though it probably should be made vertical instead (see how time goes) --- grade/edit/outcome/course_form.html | 56 +++++++++++++++-------------- 1 file changed, 29 insertions(+), 27 deletions(-) diff --git a/grade/edit/outcome/course_form.html b/grade/edit/outcome/course_form.html index 15d98bb2f1..3185580184 100755 --- a/grade/edit/outcome/course_form.html +++ b/grade/edit/outcome/course_form.html @@ -1,30 +1,9 @@ + +
- - - - + + + +
- -
- -
-

- -
- -

-

@@ -33,30 +12,53 @@ if ($co_standard_notused) { echo ''; foreach ($co_standard_notused as $outcome) { - echo ''; + echo ''; } echo ''; } if ($co_standard_used) { echo ''; foreach ($co_standard_used as $outcome) { - echo ''; + echo ''; } echo ''; } if ($co_custom) { echo ''; foreach ($co_custom as $outcome) { - echo ''; + echo ''; } echo ''; } ?>
+

+ +
+ +

+
+ +
+ +
-
\ No newline at end of file + -- 2.39.5