mnet: pix for mnethost is now the tiny moodle icon ;-)

This commit is contained in:
martinlanghoff 2007-01-19 07:15:12 +00:00
parent 2d60ff6d58
commit 5e142a172c
4 changed files with 2 additions and 2 deletions

View 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');

View 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) {

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