mirror of
https://github.com/moodle/moodle.git
synced 2025-08-06 17:36:38 +02:00
- Aliases are now shown when displaying entries
This commit is contained in:
parent
2df00c5bad
commit
81bdc9e928
7 changed files with 114 additions and 78 deletions
|
@ -35,7 +35,7 @@ function glossary_print_entry_by_format($course, $cm, $glossary, $entry, $tab=""
|
|||
echo "\n<td width=100% bgcolor=\"$THEME->cellcontent\" class=\"forumpostmessage\">";
|
||||
|
||||
glossary_print_entry_definition($entry);
|
||||
glossary_print_entry_icons($course, $cm, $glossary, $entry,$tab,$cat);
|
||||
glossary_print_entry_lower_section($course, $cm, $glossary, $entry,$tab,$cat);
|
||||
|
||||
} else {
|
||||
echo "<center>";
|
||||
|
|
|
@ -40,7 +40,7 @@ function glossary_print_entry_by_format($course, $cm, $glossary, $entry, $tab=""
|
|||
}
|
||||
glossary_print_entry_definition($entry);
|
||||
|
||||
glossary_print_entry_icons($course, $cm, $glossary, $entry,$tab,$cat);
|
||||
glossary_print_entry_lower_section($course, $cm, $glossary, $entry,$tab,$cat);
|
||||
|
||||
} else {
|
||||
echo "<center>";
|
||||
|
|
|
@ -22,7 +22,7 @@ function glossary_print_entry_by_format($course, $cm, $glossary, $entry,$tab="",
|
|||
echo glossary_print_entry_definition($entry);
|
||||
|
||||
|
||||
glossary_print_entry_icons($course, $cm, $glossary, $entry, $tab, $cat);
|
||||
glossary_print_entry_lower_section($course, $cm, $glossary, $entry, $tab, $cat);
|
||||
echo '</td></tr></table>';
|
||||
|
||||
} else {
|
||||
|
|
|
@ -20,7 +20,7 @@ function glossary_print_entry_by_format($course, $cm, $glossary, $entry,$tab="",
|
|||
echo "\n<tr><td width=100% bgcolor=\"$THEME->cellcontent\">";
|
||||
|
||||
glossary_print_entry_definition($entry);
|
||||
glossary_print_entry_icons($course, $cm, $glossary, $entry, $tab, $cat);
|
||||
glossary_print_entry_lower_section($course, $cm, $glossary, $entry, $tab, $cat);
|
||||
} else {
|
||||
echo "<center>";
|
||||
print_string("noentry", "glossary");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue