2010-05-07 Sergio Martin <sergio.martin@artica.es>

* 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
This commit is contained in:
zarzuelo 2010-05-07 10:29:48 +00:00
parent 9d987bf7ab
commit cfa2f9be11
2 changed files with 6 additions and 2 deletions

View File

@ -1,3 +1,8 @@
2010-05-07 Sergio Martin <sergio.martin@artica.es>
* godmode/servers/manage_recontask_form.php: Included
the help icon into the header for bug: 2997559
2010-05-07 Junichi Satoh <junichi@rworks.jp>
* include/help/ja/help_prediction_source_module.php: Added a missing

View File

@ -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;