From: moodler Date: Fri, 17 Oct 2003 08:42:12 +0000 (+0000) Subject: Some small changes ... made the heading a real heading and removed X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=477e78b6fd841d370d59cc112b27bc3e7bcfc579;p=moodle.git Some small changes ... made the heading a real heading and removed includes from the template --- diff --git a/mod/glossary/edit.html b/mod/glossary/edit.html index 111e3f13c7..14258bd837 100644 --- a/mod/glossary/edit.html +++ b/mod/glossary/edit.html @@ -1,9 +1,5 @@ - -
action="edit.php" enctype="multipart/form-data"> +
+ action="edit.php" enctype="multipart/form-data"> @@ -149,7 +145,7 @@

:

-

+
diff --git a/mod/glossary/edit.php b/mod/glossary/edit.php index cb4b690663..f9a45b00b5 100644 --- a/mod/glossary/edit.php +++ b/mod/glossary/edit.php @@ -171,11 +171,7 @@ print_header(strip_tags("$course->shortname: $glossary->name"), "$course->fullna id\">$glossary->name -> $stredit", "theform.text", "", true, "", navmenu($course, $cm)); -echo "
\n"; - -print_simple_box( text_to_html($glossary->name) , "center"); - -echo "
"; +print_heading($glossary->name); include("edit.html");