2011-02-03 Javier Lanz <javier.lanz@artica.es>

* extensions/agents_modules.php: Fixed an error in the header of
	Agent/Module extension

	Fix: #3152681


git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@3994 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
javilanz 2011-02-23 10:31:09 +00:00
parent 9b6ebe0979
commit b4a6fe4acb
2 changed files with 8 additions and 1 deletions

View File

@ -1,3 +1,10 @@
2011-02-03 Javier Lanz <javier.lanz@artica.es>
* extensions/agents_modules.php: Fixed an error in the header of
Agent/Module extension
Fix: #3152681
2011-02-23 Ramon Novoa <rnovoa@artica.es>
* include/functions_ui.php: Call safe_output instead of

View File

@ -51,7 +51,7 @@ function mainAgentsModules() {
$updated_info = __("Updated at realtime");
}
$updated_time = print_image ("images/information.png", true, array ("title" => $updated_info, "style" => 'margin: 5px 3px 0px 10px')).$updated_info;
$updated_time = print_image ("images/information.png", true, array ("title" => __('Last update'), "style" => 'margin: 5px 3px 0px 10px')).$updated_info;
$modulegroup = get_parameter('modulegroup', 0);
$refr = get_parameter('refr', 30); // By default 30 seconds