MDL-15431 User icon and Guest icon mixed up on compressed Course list; merged from MOODLE_19_STABLE
This commit is contained in:
+1
-1
@@ -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="'.
|
||||
|
||||
Reference in New Issue
Block a user