From b8f10e25c3775c804f5df6885a5aba119b585362 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juan=20Carlos=20Ra=C3=B1a?= Date: Sun, 23 Nov 2008 00:34:28 +0100 Subject: [PATCH] [svn r16875] added alternative texts on the icons --- main/survey/survey_list.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/main/survey/survey_list.php b/main/survey/survey_list.php index 7cc7b6075c..4f4a84d65a 100644 --- a/main/survey/survey_list.php +++ b/main/survey/survey_list.php @@ -1,4 +1,4 @@ -, Ghent University: cleanup, refactoring and rewriting large parts of the code * @author Julio Montoya Armas , Dokeos: Personality Test modification and rewriting large parts of the code -* @version $Id: survey_list.php 16739 2008-11-13 15:36:40Z pcool $ +* @version $Id: survey_list.php 16875 2008-11-22 23:34:28Z herodoto $ * * @todo use quickforms for the forms */ @@ -157,10 +157,10 @@ echo '
'; if (!api_is_course_coach() || $extend_rights_for_coachs=='true') { // Action links - echo Display::return_icon('surveyadd.gif') . ''.get_lang('CreateNewSurvey').' '; + echo Display::return_icon('surveyadd.gif', get_lang('CreateNewSurvey')) . ''.get_lang('CreateNewSurvey').' '; } //echo ''.get_lang('CreateExistingSurvey').' '; -echo Display::return_icon('search.gif') . ''.get_lang('Search').''; +echo Display::return_icon('search.gif', get_lang('Search')) . ''.get_lang('Search').''; echo '
'; //Load main content