mirror of
https://github.com/moodle/moodle.git
synced 2025-01-31 20:53:53 +01:00
Now icons, comments and ratings are showed properly in entrylist format.
Bug 3455 (http://moodle.org/bugs/bug.php?op=show&bugid=3455) Merged from MOODLE_15_STABLE
This commit is contained in:
parent
ece6d42744
commit
e666046150
@ -14,11 +14,13 @@ function glossary_show_entry_entrylist($course, $cm, $glossary, $entry, $mode=''
|
||||
echo "<span class=\"concept\"><a href=\"showentry.php?courseid=$course->id\&eid=$entry->id\&displayformat=dictionary\" target=\"_blank\" onClick=\"return openpopup('/mod/glossary/showentry.php?courseid=$course->id\&eid=$entry->id\&displayformat=dictionary', 'entry', 'menubar=0,location=0,scrollbars,resizable,width=600,height=450', 0);\">";
|
||||
glossary_print_entry_concept($entry);
|
||||
echo '</a></span> ';
|
||||
|
||||
if ( $return = glossary_print_entry_commentslink($course, $cm, $glossary, $entry,$mode,$hook, 'html') ) {
|
||||
echo "($return)";
|
||||
echo '</td><td align="right">';
|
||||
if ($printicons) {
|
||||
glossary_print_entry_icons($course, $cm, $glossary, $entry, $mode, $hook,'print');
|
||||
}
|
||||
if ($ratings) {
|
||||
glossary_print_entry_ratings($course, $entry, $ratings);
|
||||
}
|
||||
|
||||
echo '<br />';
|
||||
} else {
|
||||
echo '<center>';
|
||||
|
Loading…
x
Reference in New Issue
Block a user