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

';