mirror of
https://github.com/moodle/moodle.git
synced 2025-03-14 04:30:15 +01:00
entrylist format now show the 'send ratings' button. Bug 4915.
(http://moodle.org/bugs/bug.php?op=show&bugid=4915)
This commit is contained in:
parent
c4c11af898
commit
60b5242a53
@ -21,7 +21,7 @@ function glossary_show_entry_entrylist($course, $cm, $glossary, $entry, $mode=''
|
||||
if ($ratings) {
|
||||
echo '<br />';
|
||||
echo '<span class="ratings">';
|
||||
glossary_print_entry_ratings($course, $entry, $ratings);
|
||||
$return = glossary_print_entry_ratings($course, $entry, $ratings);
|
||||
echo '</span>';
|
||||
}
|
||||
echo '<br />';
|
||||
|
Loading…
x
Reference in New Issue
Block a user