From 544c2ad120c3616fb978a00cf65f9d6d7aa2a99d Mon Sep 17 00:00:00 2001 From: javilanz Date: Wed, 17 Aug 2011 14:35:42 +0000 Subject: [PATCH] 2011-08-17 Javier Lanz * operation/snmpconsole/snmp_view.php: Fixed an style icon small bug git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@4754 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f --- pandora_console/ChangeLog | 4 ++++ pandora_console/operation/snmpconsole/snmp_view.php | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/pandora_console/ChangeLog b/pandora_console/ChangeLog index 2c49ce86e4..eed051e2b9 100644 --- a/pandora_console/ChangeLog +++ b/pandora_console/ChangeLog @@ -1,3 +1,7 @@ +2011-08-17 Javier Lanz + + * operation/snmpconsole/snmp_view.php: Fixed an style icon small bug + 2011-08-17 Miguel de Dios * godmode/agentes/modificar_agente.php: added better message when could diff --git a/pandora_console/operation/snmpconsole/snmp_view.php b/pandora_console/operation/snmpconsole/snmp_view.php index 4070e6b3ae..968526073c 100644 --- a/pandora_console/operation/snmpconsole/snmp_view.php +++ b/pandora_console/operation/snmpconsole/snmp_view.php @@ -525,9 +525,9 @@ echo html_print_image("images/pixel_gray.png", true, array("width" => "20", "hei echo ''; echo '
'; echo '

' . __('Action') . '

'; -echo html_print_image("images/ok.png", true, array("width" => "20", "height" => "20")) . ' - ' .__('Validate'); +echo html_print_image("images/ok.png", true) . ' - ' .__('Validate'); echo '
'; -echo html_print_image("images/cross.png", true, array("width" => "20", "height" => "20")) . ' - ' . __('Delete'); +echo html_print_image("images/cross.png", true) . ' - ' . __('Delete'); echo '
'; echo '
'; echo '

'.__('Legend').'

';