MDL-17171 Glossary: Correct breadcrumb when exporting glossary. Merged from 19_STABLE
This commit is contained in:
@@ -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';
|
||||
|
||||
@@ -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));
|
||||
|
||||
Reference in New Issue
Block a user