Browse Source

[svn r15555] Help icon disponible in Survey tool

Julio Montoya 16 years ago
parent
commit
f1fd322bcf
2 changed files with 5 additions and 5 deletions
  1. 2 2
      main/survey/survey.php
  2. 3 3
      main/survey/survey_list.php

+ 2 - 2
main/survey/survey.php

@@ -21,7 +21,7 @@ Tel. +32 (2) 211 34 56
 *	@package dokeos.survey
 * 	@author unknown
 * 	@author Patrick Cool <patrick.cool@UGent.be>, Ghent University: cleanup, refactoring and rewriting large parts of the code
-* 	@version $Id: survey.php 15331 2008-05-20 15:48:35Z juliomontoya $
+* 	@version $Id: survey.php 15555 2008-06-11 20:39:15Z juliomontoya $
 *
 * 	@todo use quickforms for the forms
 */
@@ -67,7 +67,7 @@ if (strlen(strip_tags($survey_data['title'])) > 40)
 }
 
 // Displaying the header
-Display::display_header($tool_name);
+Display::display_header($tool_name,'Survey'); 
 
 // Action handling
 if (isset($_GET['action']))

+ 3 - 3
main/survey/survey_list.php

@@ -25,7 +25,7 @@
 *	@package dokeos.survey
 * 	@author unknown, the initial survey that did not make it in 1.8 because of bad code
 * 	@author Patrick Cool <patrick.cool@UGent.be>, Ghent University: cleanup, refactoring and rewriting large parts of the code
-* 	@version $Id: survey_list.php 15249 2008-05-08 19:40:37Z juliomontoya $
+* 	@version $Id: survey_list.php 15555 2008-06-11 20:39:15Z juliomontoya $
 *
 * 	@todo use quickforms for the forms
 */
@@ -64,11 +64,11 @@ if (isset ($_GET['search']) && $_GET['search'] == 'advanced')
 }
 else
 {
-	$tool_name = get_lang('SurveyList');
+	$tool_name = get_lang('SurveyList'); 
 }
 
 // Header
-Display :: display_header($tool_name);
+Display :: display_header($tool_name,'Survey');
 //api_display_tool_title($tool_name);
 
 // Action handling: searching