MDL-17171 Glossary: Correct breadcrumb when exporting glossary. Merged from 19_STABLE

This commit is contained in:
stronk7
2008-11-09 22:57:59 +00:00
parent 7f7946fdd7
commit 80ddc208b7
2 changed files with 3 additions and 2 deletions
+1
View File
@@ -117,6 +117,7 @@ $string['explainimport'] = 'You must specify the file to import and define the c
$string['explainspecial'] = 'Shows entries that do not begin with a letter';
$string['exportedentry'] = 'Exported entry';
$string['exportentries'] = 'Export entries';
$string['exportentriestoxml'] = 'Export entries to XML file';
$string['exportfile'] = 'Export entries to file';
$string['exportglossary'] = 'Export glossary';
$string['exporttomainglossary'] = 'Export to main glossary';
+2 -2
View File
@@ -35,9 +35,9 @@
$strsearchindefinition = get_string("searchindefinition", "glossary");
$strsearch = get_string("search");
$strexportfile = get_string("exportfile", "glossary");
$strexportentries = get_string('exportentries', 'glossary');
$strexportentries = get_string('exportentriestoxml', 'glossary');
$navigation = build_navigation('', $cm);
$navigation = build_navigation($strexportentries, $cm);
print_header_simple(format_string($glossary->name), "",$navigation,
"", "", true, update_module_button($cm->id, $course->id, $strglossary),
navmenu($course, $cm));