From 1f48fec7ffe01c329b6df9139487ecda97612b33 Mon Sep 17 00:00:00 2001 From: moodler Date: Thu, 11 Jan 2007 06:51:01 +0000 Subject: [PATCH] FIxed some icon sizes --- course/format/weeks/format.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/course/format/weeks/format.php b/course/format/weeks/format.php index 9c5b877fc5..9cf019ba9b 100644 --- a/course/format/weeks/format.php +++ b/course/format/weeks/format.php @@ -96,7 +96,7 @@ if (isediting($course->id)) { echo ''.$streditsummary.'

'; + 'class="iconsmall edit" alt="'.$streditsummary.'" />

'; } echo ''; @@ -198,7 +198,7 @@ if (isediting($course->id)) { echo ' '. - ''.$streditsummary.'

'; + ''.$streditsummary.'

'; } echo ''; @@ -231,12 +231,12 @@ } if ($section > 1) { // Add a arrow to move section up echo ''. - ''.$strmoveup.'
'; + ''.$strmoveup.'
'; } if ($section < $course->numsections) { // Add a arrow to move section down echo ''. - ''.$strmovedown.'
'; + ''.$strmovedown.'
'; } } -- 2.39.5