mirror of
https://github.com/moodle/moodle.git
synced 2025-03-13 20:26:32 +01:00
Some classes and styles added to show everything properly.
Merged from MOODLE_15_STABLE
This commit is contained in:
parent
31a25778f1
commit
706758c548
@ -14,13 +14,15 @@ 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> ';
|
||||
echo '</td><td align="right">';
|
||||
echo '</td><td align="right" class="entrylowersection">';
|
||||
if ($printicons) {
|
||||
glossary_print_entry_icons($course, $cm, $glossary, $entry, $mode, $hook,'print');
|
||||
}
|
||||
if ($ratings) {
|
||||
echo '<br />';
|
||||
echo '<span class="ratings">';
|
||||
glossary_print_entry_ratings($course, $entry, $ratings);
|
||||
echo '</span>';
|
||||
}
|
||||
echo '<br />';
|
||||
} else {
|
||||
|
Loading…
x
Reference in New Issue
Block a user