mirror of
https://github.com/moodle/moodle.git
synced 2025-04-25 02:16:06 +02:00
MDL-15431 User icon and Guest icon mixed up on compressed Course list; merged from MOODLE_19_STABLE
This commit is contained in:
parent
779ad29f99
commit
d7531392f7
@ -419,7 +419,7 @@
|
||||
if (!empty($acourse->guest)) {
|
||||
echo '<a href="view.php?id='.$acourse->id.'"><img title="'.
|
||||
$strallowguests.'" class="icon" src="'.
|
||||
$CFG->pixpath.'/i/user.gif" alt="'.$strallowguests.'" /></a>';
|
||||
$CFG->pixpath.'/i/guest.gif" alt="'.$strallowguests.'" /></a>';
|
||||
}
|
||||
if (!empty($acourse->password)) {
|
||||
echo '<a href="view.php?id='.$acourse->id.'"><img title="'.
|
||||
|
Loading…
x
Reference in New Issue
Block a user