From 3bb49201b10471cfe16c5865d612f03e12ad295f Mon Sep 17 00:00:00 2001 From: moodler Date: Sun, 4 May 2003 12:56:05 +0000 Subject: [PATCH] Some image spacing issues --- course/lib.php | 4 ++-- course/topics.php | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/course/lib.php b/course/lib.php index c1ce3c4b5d..981ee5f947 100644 --- a/course/lib.php +++ b/course/lib.php @@ -1112,10 +1112,10 @@ function make_editing_buttons($moduleid, $absolute=false, $visible=true, $str=NU if ($visible) { $hideshow = " hide\" href=\"$path/mod.php?hide=$moduleid\">"; + src=\"$pixpath/t/hide.gif\" hspace=2 height=11 width=11 border=0>"; } else { $hideshow = " show\" href=\"$path/mod.php?show=$moduleid\">"; + src=\"$pixpath/t/show.gif\" hspace=2 height=11 width=11 border=0>"; } return "delete\" href=\"$path/mod.php?delete=$moduleid\">id)) { if ($course->marker == $section) { // Show the "light globe" on/off echo "id&marker=0\" title=\"$strmarkedthistopic\">". - "
"; + "
"; } else { echo "id&marker=$section\" title=\"$strmarkthistopic\">". - "
"; + "
"; } if ($thissection->visible) { // Show the hide/show eye echo "id&hide=$section\" title=\"$strtopichide\">". - "
"; + "
"; } else { echo "id&show=$section\" title=\"$strtopicshow\">". - "
"; + "
"; } } -- 2.39.5