diff --git a/mod/glossary/editcategories.html b/mod/glossary/editcategories.html index b6c252eb30b..3b64818ce9f 100644 --- a/mod/glossary/editcategories.html +++ b/mod/glossary/editcategories.html @@ -7,15 +7,15 @@
- + - + - + - + - + - + - + - +
: - +
: -
';
- ';
- ';
- ';
- ';
: - alias)) { if ($return == '') { - $return = ''; } $return .= ""; } @@ -1344,7 +1344,8 @@ function glossary_print_entry_lower_section($course, $cm, $glossary, $entry, $m echo ''; if ( $aliases ) { echo ''; + '' . + $aliases . ''; } if ($icons) { echo ''; @@ -1926,6 +1927,7 @@ function glossary_print_categories_menu($cm, $glossary, $hook, $category) { echo '';
' . - get_string('aliases','glossary').': '.$aliases . '
'.$icons.'
'; $select = new single_select(new moodle_url("/mod/glossary/view.php", array('id'=>$cm->id, 'mode'=>'cat')), 'hook', $menu, $selected, null, "catmenu"); + $select->set_label(get_string('categories', 'glossary'), array('class' => 'accesshide')); echo $OUTPUT->render($select); echo '