From 392046ec9da0cafd7f7a5031482e2f421954faf1 Mon Sep 17 00:00:00 2001 From: zarzuelo Date: Fri, 7 May 2010 10:29:48 +0000 Subject: [PATCH] 2010-05-07 Sergio Martin * godmode/servers/manage_recontask_form.php: Included the help icon into the header for bug: 2997559 git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@2676 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f --- pandora_console/ChangeLog | 5 +++++ pandora_console/godmode/servers/manage_recontask_form.php | 3 +-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/pandora_console/ChangeLog b/pandora_console/ChangeLog index f508d53d55..c2fe023fd2 100644 --- a/pandora_console/ChangeLog +++ b/pandora_console/ChangeLog @@ -1,3 +1,8 @@ +2010-05-07 Sergio Martin + + * godmode/servers/manage_recontask_form.php: Included + the help icon into the header for bug: 2997559 + 2010-05-07 Junichi Satoh * include/help/ja/help_prediction_source_module.php: Added a missing diff --git a/pandora_console/godmode/servers/manage_recontask_form.php b/pandora_console/godmode/servers/manage_recontask_form.php index 3617eedf0b..279ec69ccf 100644 --- a/pandora_console/godmode/servers/manage_recontask_form.php +++ b/pandora_console/godmode/servers/manage_recontask_form.php @@ -54,9 +54,8 @@ if (isset ($_GET["update"])) { // Edit mode } // Headers -print_page_header (__('Manage recontask'), "", false, "", true); +print_page_header (__('Manage recontask')." ".print_help_icon ("recontask", true), "", false, "", true); -print_help_icon ("recontask"); $table->width=600; $table->cellspacing=4;