Forráskód Böngészése

[svn r11350] re-add the old icon

Julian Prud'homme 18 éve
szülő
commit
d622f460bb
1 módosított fájl, 2 hozzáadás és 2 törlés
  1. 2 2
      main/survey/survey.php

+ 2 - 2
main/survey/survey.php

@@ -21,7 +21,7 @@
 *	@package dokeos.survey
 *	@package dokeos.survey
 * 	@author unknown
 * 	@author unknown
 * 	@author Patrick Cool <patrick.cool@UGent.be>, Ghent University: cleanup, refactoring and rewriting large parts of the code
 * 	@author Patrick Cool <patrick.cool@UGent.be>, Ghent University: cleanup, refactoring and rewriting large parts of the code
-* 	@version $Id: survey.php 11349 2007-03-02 15:57:21Z elixir_julian $
+* 	@version $Id: survey.php 11350 2007-03-02 16:02:46Z elixir_julian $
 *
 *
 * 	@todo The ansTarget column is not done
 * 	@todo The ansTarget column is not done
 * 	@todo try to understand the white, blue, ... template stuff.
 * 	@todo try to understand the white, blue, ... template stuff.
@@ -83,7 +83,7 @@ $survey_actions = '<a href="create_new_survey.php?action=edit&amp;survey_id='.$_
 $survey_actions .= '<a href="survey_list.php?action=delete&amp;survey_id='.$_GET['survey_id'].'">'.Display::return_icon('delete.gif').'</a>';
 $survey_actions .= '<a href="survey_list.php?action=delete&amp;survey_id='.$_GET['survey_id'].'">'.Display::return_icon('delete.gif').'</a>';
 $survey_actions .= '<a href="create_survey_in_another_language.php?id_survey='.$_GET['survey_id'].'">'.Display::return_icon('copy.gif').'</a>';
 $survey_actions .= '<a href="create_survey_in_another_language.php?id_survey='.$_GET['survey_id'].'">'.Display::return_icon('copy.gif').'</a>';
 $survey_actions .= '<a href="preview.php?survey_id='.$_GET['survey_id'].'">'.Display::return_icon('preview.gif').'</a>';
 $survey_actions .= '<a href="preview.php?survey_id='.$_GET['survey_id'].'">'.Display::return_icon('preview.gif').'</a>';
-$survey_actions .= '<a href="survey_invite.php?survey_id='.$_GET['survey_id'].'">'.Display::return_icon('send_mail.gif').'</a>';
+$survey_actions .= '<a href="survey_invite.php?survey_id='.$_GET['survey_id'].'">'.Display::return_icon('survey_publish.gif').'</a>';
 $survey_actions .= '<a href="reporting.php?survey_id='.$_GET['survey_id'].'">'.Display::return_icon('statistics.gif').'</a>';
 $survey_actions .= '<a href="reporting.php?survey_id='.$_GET['survey_id'].'">'.Display::return_icon('statistics.gif').'</a>';
 echo '<div style="float:right;">'.$survey_actions.'</div>';
 echo '<div style="float:right;">'.$survey_actions.'</div>';