From 1bf8dc39ffecbaf201c089628094ff62e56dff04 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juan=20Carlos=20Ra=C3=B1a?= Date: Wed, 17 Dec 2008 23:42:32 +0100 Subject: [PATCH] [svn r17361] fix message when the cursor is over an image, when course mode is two columns --- main/course_home/2column.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main/course_home/2column.php b/main/course_home/2column.php index bd04e98464..fa3a645a8f 100644 --- a/main/course_home/2column.php +++ b/main/course_home/2column.php @@ -165,7 +165,7 @@ function show_tools($course_tool_category) echo ''; } - echo Display::return_icon($toolsRow['image']),' ', ($toolsRow['image']=="external.gif" || $toolsRow['image']=="external_na.gif" || $toolsRow['image']=="scormbuilder.gif" || $toolsRow['image']=="blog.gif") ? htmlspecialchars( $toolsRow['name'],ENT_QUOTES,$charset) : get_lang(ucfirst($toolsRow['name'])),''; + echo Display::return_icon($toolsRow['image'], get_lang(ucfirst($toolsRow['name']))),' ', ($toolsRow['image']=="external.gif" || $toolsRow['image']=="external_na.gif" || $toolsRow['image']=="scormbuilder.gif" || $toolsRow['image']=="blog.gif") ? htmlspecialchars( $toolsRow['name'],ENT_QUOTES,$charset) : get_lang(ucfirst($toolsRow['name'])),''; // This part displays the links to hide or remove a tool. // These links are only visible by the course manager.