From: martinlanghoff Date: Fri, 19 Jan 2007 07:15:12 +0000 (+0000) Subject: mnet: pix for mnethost is now the tiny moodle icon ;-) X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=5e142a172c152726ceee1d615a9d071d2adf64a1;p=moodle.git mnet: pix for mnethost is now the tiny moodle icon ;-) --- diff --git a/blocks/course_list/block_course_list.php b/blocks/course_list/block_course_list.php index 3f3bed6625..95bea22d44 100644 --- a/blocks/course_list/block_course_list.php +++ b/blocks/course_list/block_course_list.php @@ -100,7 +100,7 @@ class block_course_list extends block_list { function get_remote_courses() { global $THEME, $CFG, $USER, $SESSION; - $icon = ''.get_string('course').''; + $icon = ''.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'); diff --git a/blocks/mnet_hosts/block_mnet_hosts.php b/blocks/mnet_hosts/block_mnet_hosts.php index 63a8ba1979..1f535c5069 100644 --- a/blocks/mnet_hosts/block_mnet_hosts.php +++ b/blocks/mnet_hosts/block_mnet_hosts.php @@ -52,7 +52,7 @@ class block_mnet_hosts extends block_list { $this->content->icons = array(); $this->content->footer = ''; - $icon = "pixpath/i/mnethost.png\"". + $icon = "pixpath/i/mnethost.gif\"". " class=\"icon\" alt=\"".get_string('server', 'block_mnet_hosts')."\" />"; if ($hosts) { diff --git a/pix/i/mnethost.gif b/pix/i/mnethost.gif new file mode 100644 index 0000000000..a6eb2c3cce Binary files /dev/null and b/pix/i/mnethost.gif differ diff --git a/pix/i/mnethost.png b/pix/i/mnethost.png deleted file mode 100644 index 0e8b2406dc..0000000000 Binary files a/pix/i/mnethost.png and /dev/null differ