Some small changes ... made the heading a real heading and removed
includes from the template
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -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");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user