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:
parent
9b6ebe0979
commit
b4a6fe4acb
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue