mirror of
https://github.com/moodle/moodle.git
synced 2025-08-07 18:06:51 +02:00
glossary MDL-22678 Fixed some issues with glossary entry popups
This commit is contained in:
parent
ece2c44fe7
commit
aa87cde4b5
3 changed files with 6 additions and 4 deletions
|
@ -24,7 +24,7 @@ function glossary_show_entry_entrylist($course, $cm, $glossary, $entry, $mode=''
|
|||
if ($printicons) {
|
||||
glossary_print_entry_icons($course, $cm, $glossary, $entry, $mode, $hook,'print');
|
||||
}
|
||||
if ($entry->rating) {
|
||||
if (!empty($entry->rating)) {
|
||||
echo '<br />';
|
||||
echo '<span class="ratings">';
|
||||
$return = glossary_print_entry_ratings($course, $entry);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue