]> git.mjollnir.org Git - moodle.git/commitdiff
mnet: pix for mnethost is now the tiny moodle icon ;-)
authormartinlanghoff <martinlanghoff>
Fri, 19 Jan 2007 07:15:12 +0000 (07:15 +0000)
committermartinlanghoff <martinlanghoff>
Fri, 19 Jan 2007 07:15:12 +0000 (07:15 +0000)
blocks/course_list/block_course_list.php
blocks/mnet_hosts/block_mnet_hosts.php
pix/i/mnethost.gif [new file with mode: 0644]
pix/i/mnethost.png [deleted file]

index 3f3bed6625ac3a2257f9180eeede8f8a43b0b9dc..95bea22d44278465fd004dd7a64bbcc9ffe83b4e 100644 (file)
@@ -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'); 
index 63a8ba19794a34e7fc8bb33679343f140f7dcea2..1f535c5069acd53c79b528b9d1b29cff23acaf5e 100644 (file)
@@ -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) {
diff --git a/pix/i/mnethost.gif b/pix/i/mnethost.gif
new file mode 100644 (file)
index 0000000..a6eb2c3
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 (file)
index 0e8b240..0000000
Binary files a/pix/i/mnethost.png and /dev/null differ