diff --git a/pandora_console/ChangeLog b/pandora_console/ChangeLog index 128772c2f4..280b692cf2 100644 --- a/pandora_console/ChangeLog +++ b/pandora_console/ChangeLog @@ -1,3 +1,9 @@ +2010-09-29 Sergio Martin + + * godmode/alerts/alert_list.list.php: Fixed the + ugly layout of the alerts list in godmode section + for bug 3077999 + 2010-09-29 Sergio Martin * operation/visual_console/render_view.php: Fixed the diff --git a/pandora_console/godmode/alerts/alert_list.list.php b/pandora_console/godmode/alerts/alert_list.list.php index 29632df826..433b6e3ab7 100644 --- a/pandora_console/godmode/alerts/alert_list.list.php +++ b/pandora_console/godmode/alerts/alert_list.list.php @@ -274,7 +274,7 @@ $table->head = array (); $table->head[0] = "" . __('E/D') . "
" . '' . ''; -$table->head[1] = "" . __('Standby') . "
" . +$table->head[1] = "" . __('S.') . "
" . '' . ''; if (! $id_agente) { @@ -286,11 +286,12 @@ if (! $id_agente) { $table->size[0] = '8%'; $table->size[1] = '8%'; $table->size[2] = '20%'; - $table->size[3] = '15%'; + $table->size[3] = '20%'; if ($isFunctionPolicies !== ENTERPRISE_NOT_HOOK) { - $table->size[4] = '20px'; + $table->size[4] = '15%'; } - $table->size[5] = '50%'; + $table->size[5] = '8%'; + $table->size[6] = '20%'; } else { /* Different sizes or the layout screws up */ @@ -315,9 +316,12 @@ if ($isFunctionPolicies !== ENTERPRISE_NOT_HOOK) { } $table->head[6] = __('Actions'); $table->head[7] = __('Status'); -$table->head[8] = __('Delete'); +$table->head[8] = "" . __('D.') . ""; +$table->valign[0] = 'middle'; +$table->valign[1] = 'middle'; $table->valign[2] = 'middle'; +$table->valign[3] = 'middle'; $table->valign[4] = 'middle'; $table->valign[6] = 'middle'; $table->valign[7] = 'middle'; @@ -440,7 +444,7 @@ foreach ($simple_alerts as $alert) { $data[6] .= ''; // $data[6] .= ' '; $data[6] .= '';