diff --git a/pandora_console/ChangeLog b/pandora_console/ChangeLog index e728b4c226..6721c706f5 100644 --- a/pandora_console/ChangeLog +++ b/pandora_console/ChangeLog @@ -1,3 +1,17 @@ +2009-03-16 Esteban Sanchez + + * godmode/alerts/alert_list.php, + godmode/agentes/module_manager_editor_network.php: Fixes to work in + IE7. + + * godmode/alerts/configure_alert_template.php: Fixed an error when the + template was not created and causing the example or field values to + not shown. Fixed javascript for IE7. + + * include/styles/ie.css: Fixes for IE7. + + * include/styles/pandora.css: Added style for classes added. + 2009-03-13 Esteban Sanchez * godmode/db/db_purge.php: Style correction. diff --git a/pandora_console/godmode/agentes/module_manager_editor_network.php b/pandora_console/godmode/agentes/module_manager_editor_network.php index 38a157fa33..6344fda5ed 100644 --- a/pandora_console/godmode/agentes/module_manager_editor_network.php +++ b/pandora_console/godmode/agentes/module_manager_editor_network.php @@ -63,14 +63,14 @@ push_table_simple ($data, 'snmp_1'); $data = array (); $data[0] = __('SNMP OID'); -$data[1] = ''; +$data[1] = ''; $data[1] .= print_input_text ('snmp_oid', $snmp_oid, '', 30, 120, true); $data[1] .= ''; $data[1] .= ''; -$data[1] .= ' '; $data[1] .= print_button (__('SNMP walk'), 'snmp_walk', $ip_target == '', '', diff --git a/pandora_console/godmode/alerts/alert_list.php b/pandora_console/godmode/alerts/alert_list.php index 3830ec6527..7891c2825e 100644 --- a/pandora_console/godmode/alerts/alert_list.php +++ b/pandora_console/godmode/alerts/alert_list.php @@ -261,7 +261,7 @@ foreach ($simple_alerts as $alert) { $data[4] = '
    '; foreach ($actions as $action_id => $action) { $data[4] .= '
  • '; - $data[4] .= ''; + $data[4] .= ''; $data[4] .= $action['name']; $data[4] .= ' ('; if ($action['fires_min'] == $action['fires_max']) { @@ -279,7 +279,7 @@ foreach ($simple_alerts as $alert) { $data[4] .= ')'; $data[4] .= ''; - $data[4] .= ' '; + $data[4] .= ' '; $data[4] .= '