mirror of
https://github.com/moodle/moodle.git
synced 2025-01-29 19:50:14 +01:00
mnet: pix for mnethost is now the tiny moodle icon ;-)
This commit is contained in:
parent
2d60ff6d58
commit
5e142a172c
@ -100,7 +100,7 @@ class block_course_list extends block_list {
|
||||
|
||||
function get_remote_courses() {
|
||||
global $THEME, $CFG, $USER, $SESSION;
|
||||
$icon = '<img src="'.$CFG->pixpath.'/i/mnethost.png" class="icon" alt="'.get_string('course').'" />';
|
||||
$icon = '<img src="'.$CFG->pixpath.'/i/mnethost.gif" class="icon" alt="'.get_string('course').'" />';
|
||||
if ($USER->mnethostid != $CFG->mnet_localhost_id) {
|
||||
if (!empty($SESSION->mnet_foreign_host_array) && is_array($SESSION->mnet_foreign_host_array)) {
|
||||
$this->content->items[] = get_string('remotemoodles','mnet');
|
||||
|
@ -52,7 +52,7 @@ class block_mnet_hosts extends block_list {
|
||||
$this->content->icons = array();
|
||||
$this->content->footer = '';
|
||||
|
||||
$icon = "<img src=\"$CFG->pixpath/i/mnethost.png\"".
|
||||
$icon = "<img src=\"$CFG->pixpath/i/mnethost.gif\"".
|
||||
" class=\"icon\" alt=\"".get_string('server', 'block_mnet_hosts')."\" />";
|
||||
|
||||
if ($hosts) {
|
||||
|
BIN
pix/i/mnethost.gif
Normal file
BIN
pix/i/mnethost.gif
Normal file
Binary file not shown.
After Width: | Height: | Size: 608 B |
Binary file not shown.
Before Width: | Height: | Size: 840 B |
Loading…
x
Reference in New Issue
Block a user