From c7f0cc3baaa99aead9685b787d325ead3e497e7c Mon Sep 17 00:00:00 2001 From: zarzuelo Date: Thu, 30 Sep 2010 14:15:15 +0000 Subject: [PATCH] 2010-09-30 Sergio Martin * godmode/alerts/alert_list.builder.php: Fixed an error of table width declaration for bug 3078730 git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@3331 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f --- pandora_console/ChangeLog | 5 +++++ pandora_console/godmode/alerts/alert_list.builder.php | 1 + 2 files changed, 6 insertions(+) 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 ();