diff --git a/pandora_console/ChangeLog b/pandora_console/ChangeLog index 4b3a23b7c8..d78cc7fc0c 100644 --- a/pandora_console/ChangeLog +++ b/pandora_console/ChangeLog @@ -1,3 +1,8 @@ +2010-09-30 Sergio Martin + + * godmode/alerts/alert_list.builder.php: Fixed an error of + table width declaration for bug 3078730 + 2010-09-30 Miguel de Dios * include/functions_db.php: cleaned source code style. diff --git a/pandora_console/godmode/alerts/alert_list.builder.php b/pandora_console/godmode/alerts/alert_list.builder.php index 91b1ade6a3..4cca6d663d 100644 --- a/pandora_console/godmode/alerts/alert_list.builder.php +++ b/pandora_console/godmode/alerts/alert_list.builder.php @@ -27,6 +27,7 @@ if (! give_acl ($config['id_user'], 0, "LW")) { $table->id = 'add_alert_table'; $table->class = 'databox'; +$table->width = '95%'; $table->head = array (); $table->data = array (); $table->size = array ();