From fcd99c4b106c1cbe14c66c6f3f1746df34c40341 Mon Sep 17 00:00:00 2001 From: mdtrooper Date: Tue, 7 Jan 2014 14:44:38 +0000 Subject: [PATCH] 2014-01-07 Miguel de Dios * operation/agentes/networkmap.php: fixed the save the font size in the networkmaps. Fixes: #2408 git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@9291 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f --- pandora_console/ChangeLog | 7 ++++ .../operation/agentes/networkmap.php | 32 ++++++++++++++----- 2 files changed, 31 insertions(+), 8 deletions(-) diff --git a/pandora_console/ChangeLog b/pandora_console/ChangeLog index a1563779a1..b11b0fc390 100644 --- a/pandora_console/ChangeLog +++ b/pandora_console/ChangeLog @@ -1,3 +1,10 @@ +2014-01-07 Miguel de Dios + + * operation/agentes/networkmap.php: fixed the save the font size in + the networkmaps. + + Fixes: #2408 + 2013-12-27 Hirofumi Kosaka * include/functions_api.php: Added 'plugin_macros' and diff --git a/pandora_console/operation/agentes/networkmap.php b/pandora_console/operation/agentes/networkmap.php index d312f824d5..6efacd8f67 100644 --- a/pandora_console/operation/agentes/networkmap.php +++ b/pandora_console/operation/agentes/networkmap.php @@ -234,14 +234,30 @@ if (check_acl ($config['id_user'], 0, "AW")) { html_print_image("images/delete_mc.png", true, array ("title" => __('Delete map'))) .''); $buttons['savemap'] = array('active' => $activeTab == false, - 'text' => '' . + 'text' => '' . html_print_image("images/save_mc.png", true, array ("title" => __('Save map'))) .''); } }