From a38c3a3c3bd0d4d3dd6f6768d141985818200062 Mon Sep 17 00:00:00 2001 From: Patrick Cool Date: Wed, 25 Apr 2007 00:01:45 +0200 Subject: [PATCH] [svn r12113] correct icon --- main/survey/survey.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/main/survey/survey.php b/main/survey/survey.php index e42f83077f..987f735f83 100644 --- a/main/survey/survey.php +++ b/main/survey/survey.php @@ -21,7 +21,7 @@ Tel. +32 (2) 211 34 56 * @package dokeos.survey * @author unknown * @author Patrick Cool , Ghent University: cleanup, refactoring and rewriting large parts of the code -* @version $Id: survey.php 12106 2007-04-24 13:17:19Z elixir_julian $ +* @version $Id: survey.php 12113 2007-04-24 22:01:45Z pcool $ * * @todo use quickforms for the forms */ @@ -103,7 +103,7 @@ $survey_actions .= ''.Display::return_icon('copy.gif', get_lang('Copy')).''; $survey_actions .= ''.Display::return_icon('preview.gif', get_lang('Preview')).''; $survey_actions .= ''.Display::return_icon('survey_publish.gif', get_lang('Publish')).''; -$survey_actions .= ''.Display::return_icon('surveyreporting.gif', get_lang('Reporting')).''; +$survey_actions .= ''.Display::return_icon('statistics.gif', get_lang('Reporting')).''; echo '
'.$survey_actions.'
'; echo '
';