entrylist format now show the 'send ratings' button. Bug 4915.
(http://moodle.org/bugs/bug.php?op=show&bugid=4915) Merged from HEAD
This commit is contained in:
@@ -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 />';
|
||||
|
||||
Reference in New Issue
Block a user