Some small changes ... made the heading a real heading and removed

includes from the template
This commit is contained in:
moodler
2003-10-17 08:42:12 +00:00
parent 101f330fdb
commit 477e78b6fd
2 changed files with 4 additions and 12 deletions
+3 -7
View File
@@ -1,9 +1,5 @@
<?php
global $CFG, $THEME;
require_once("../../config.php");
require_once("lib.php");
?>
<FORM name="theform" method="post" <?=$onsubmit ?> action="edit.php" enctype="multipart/form-data">
<center>
<form name="theform" method="post" <?=$onsubmit ?> action="edit.php" enctype="multipart/form-data">
<table class=generalbox cellpadding=5 bgcolor="<?php p($THEME->cellheading)?>">
<tr valign=top>
<td align=right><p><b><?php echo get_string("concept","glossary") ?>:</b></p></td>
@@ -149,7 +145,7 @@
</td>
</tr>
</table>
</p>
</center>
</form>
+1 -5
View File
@@ -171,11 +171,7 @@ print_header(strip_tags("$course->shortname: $glossary->name"), "$course->fullna
<A HREF=\"view.php?id=$cm->id\">$glossary->name</A> -> $stredit", "theform.text",
"", true, "", navmenu($course, $cm));
echo "<CENTER>\n";
print_simple_box( text_to_html($glossary->name) , "center");
echo "<BR>";
print_heading($glossary->name);
include("edit.html");