Removed focus from header
authormoodler <moodler>
Sun, 9 Nov 2003 03:54:26 +0000 (03:54 +0000)
committermoodler <moodler>
Sun, 9 Nov 2003 03:54:26 +0000 (03:54 +0000)
mod/glossary/edit.php

index 1e5189d35ae62bfbcd94efa2f18ba1ff9525ee6e..63db0a7905076f79ec4569a30a58964bcc86c01b 100644 (file)
@@ -204,7 +204,7 @@ if ($usehtmleditor = can_use_html_editor()) {
 print_header(strip_tags("$course->shortname: $glossary->name"), "$course->fullname",
              "<A HREF=\"$CFG->wwwroot/course/view.php?id=$course->id\">$course->shortname</A> -> 
               <A HREF=\"index.php?id=$course->id\">$strglossaries</A> -> 
-              <A HREF=\"view.php?id=$cm->id\">$glossary->name</A> -> $stredit", "form.text",
+              <A HREF=\"view.php?id=$cm->id\">$glossary->name</A> -> $stredit", "",
               "", true, "", navmenu($course, $cm));
 
     echo '<p align="center"><font size="3"><b>' . stripslashes_safe($glossary->name);