2011-08-17 Javier Lanz <javier.lanz@artica.es>

* 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
This commit is contained in:
javilanz 2011-08-17 14:35:42 +00:00
parent 0cf07aa7e3
commit 8e377af6b5
2 changed files with 6 additions and 2 deletions

View File

@ -1,3 +1,7 @@
2011-08-17 Javier Lanz <javier.lanz@artica.es>
* operation/snmpconsole/snmp_view.php: Fixed an style icon small bug
2011-08-17 Miguel de Dios <miguel.dedios@artica.es>
* godmode/agentes/modificar_agente.php: added better message when could

View File

@ -525,9 +525,9 @@ echo html_print_image("images/pixel_gray.png", true, array("width" => "20", "hei
echo '</div>';
echo '<div style="float:left; padding-left:30px; line-height: 19px; vertical-align: top; width:120px;">';
echo '<h3>' . __('Action') . '</h3>';
echo html_print_image("images/ok.png", true, array("width" => "20", "height" => "20")) . ' - ' .__('Validate');
echo html_print_image("images/ok.png", true) . ' - ' .__('Validate');
echo '<br />';
echo html_print_image("images/cross.png", true, array("width" => "20", "height" => "20")) . ' - ' . __('Delete');
echo html_print_image("images/cross.png", true) . ' - ' . __('Delete');
echo '</div>';
echo '<div style="float:left; padding-left:30px; line-height: 17px; vertical-align: top; width:120px;">';
echo '<h3>'.__('Legend').'</h3>';