From: skodak Date: Sun, 10 Dec 2006 23:09:52 +0000 (+0000) Subject: MDL-6234 - reworked available tags when editing database templates; fixed closing... X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=6871e4e431c737eb140db7a7851539d1149ff958;p=moodle.git MDL-6234 - reworked available tags when editing database templates; fixed closing optgroup tag --- diff --git a/mod/data/templates.php b/mod/data/templates.php index 7530ac97bc..29e29a3d94 100755 --- a/mod/data/templates.php +++ b/mod/data/templates.php @@ -199,6 +199,7 @@ foreach ($fields as $field) { echo ''; } + echo ''; // Print special tags. fix for MDL-7031 if ($mode != 'addtemplate') { @@ -210,6 +211,7 @@ echo ''; echo ''; echo ''; + echo ''; } echo ''; echo '



';