From 477e78b6fd841d370d59cc112b27bc3e7bcfc579 Mon Sep 17 00:00:00 2001
From: moodler
Date: Fri, 17 Oct 2003 08:42:12 +0000
Subject: [PATCH] Some small changes ... made the heading a real heading and
removed includes from the template
---
mod/glossary/edit.html | 10 +++-------
mod/glossary/edit.php | 6 +-----
2 files changed, 4 insertions(+), 12 deletions(-)
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 @@
-
-
+
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");
--
2.39.5