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'))) .''); } }