From: gustav_delius Date: Sun, 25 Jan 2004 17:00:12 +0000 (+0000) Subject: added alt text to some icons X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=9928b09e6eca3638ce29aebaeb7a9257e0b01526;p=moodle.git added alt text to some icons --- diff --git a/course/lib.php b/course/lib.php index c1de26307e..d4c3645cc0 100644 --- a/course/lib.php +++ b/course/lib.php @@ -1070,19 +1070,19 @@ function print_category_info($category, $depth) { echo "\n"; if ($course->guest ) { echo "wwwroot/course/view.php?id=$course->id\">"; - echo "\"\"pixpath/i/guest.gif\">"; + echo "\"$strallowguests\"pixpath/i/guest.gif\">"; } else { echo "\"\"pixpath/spacer.gif\">"; } if ($course->password) { echo "wwwroot/course/view.php?id=$course->id\">"; - echo "\"\"pixpath/i/key.gif\">"; + echo "\"$strrequireskey\"pixpath/i/key.gif\">"; } else { echo "\"\"pixpath/spacer.gif\">"; } if ($course->summary) { link_to_popup_window ("/course/info.php?id=$course->id", "courseinfo", - "\"info\"pixpath/i/info.gif\">", + "\"$strsummary\"pixpath/i/info.gif\">", 400, 500, $strsummary); } else { echo "\"\"pixpath/spacer.gif\">";