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:
parent
1d7cd7d9fd
commit
c7f0cc3baa
|
@ -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.
|
||||
|
|
|
@ -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 ();
|
||||
|
|
Loading…
Reference in New Issue