2010-09-30 Sergio Martin <sergio.martin@artica.es>

* 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
This commit is contained in:
zarzuelo 2010-09-30 14:15:15 +00:00
parent 1d7cd7d9fd
commit c7f0cc3baa
2 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,8 @@
2010-09-30 Sergio Martin <sergio.martin@artica.es>
* godmode/alerts/alert_list.builder.php: Fixed an error of
table width declaration for bug 3078730
2010-09-30 Miguel de Dios <miguel.dedios@artica.es>
* include/functions_db.php: cleaned source code style.

View File

@ -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 ();