From bce54a5af5b528c0af18251189bbae23d2635bf9 Mon Sep 17 00:00:00 2001 From: Julian Prud'homme Date: Fri, 2 Mar 2007 17:03:00 +0100 Subject: [PATCH] [svn r11351] re-add the old icon --- main/survey/survey_list.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/main/survey/survey_list.php b/main/survey/survey_list.php index 3d0cee0f94..a543607fec 100644 --- a/main/survey/survey_list.php +++ b/main/survey/survey_list.php @@ -21,7 +21,7 @@ * @package dokeos.survey * @author unknown, the initial survey that did not make it in 1.8 because of bad code * @author Patrick Cool , Ghent University: cleanup, refactoring and rewriting large parts of the code -* @version $Id: survey_list.php 11349 2007-03-02 15:57:21Z elixir_julian $ +* @version $Id: survey_list.php 11351 2007-03-02 16:03:00Z elixir_julian $ * * @todo The invite column is not done * @todo try to understand the white, blue, ... template stuff. @@ -292,7 +292,7 @@ function modify_filter($survey_id) //$return .= ''.Display::return_icon('copy.gif').''; //$return .= ''.Display::return_icon('add.gif').''; $return .= ''.Display::return_icon('preview.gif').''; - $return .= ''.Display::return_icon('send_mail.gif').''; + $return .= ''.Display::return_icon('survey_publish.gif').''; $return .= ''.Display::return_icon('statistics.gif').''; return $return; }