2011-08-16 Javier Lanz <javier.lanz@artica.es>

* extensions/module_groups.php: Fixed table width to 98%


git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@4733 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
javilanz 2011-08-16 09:38:11 +00:00
parent 048838a86b
commit 1e55e4fe64
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2011-08-16 Javier Lanz <javier.lanz@artica.es>
* extensions/module_groups.php: Fixed table width to 98%
2011-08-13 Sancho lerena <slerena@artica.es>
* pandoradb_data.sql: Added default action "Pandora FMS event".

View File

@ -149,7 +149,7 @@ function mainModuleGroups() {
$table->align[0] = 'right'; //Align to right the first column.
$table->style[0] = 'color: #ffffff; background-color: #778866; font-weight: bolder;';
$table->head = $head;
$table->width = '95%';
$table->width = '98%';
//The content of table
$tableData = array();