2010-09-13 Sergio Martin <sergio.martin@artica.es>
* operation/reporting/custom_reporting.php: Center an icon into the reports table git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@3238 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
933e9b2b39
commit
e5f4d8e355
|
@ -1,3 +1,8 @@
|
|||
2010-09-13 Sergio Martin <sergio.martin@artica.es>
|
||||
|
||||
* operation/reporting/custom_reporting.php: Center an
|
||||
icon into the reports table
|
||||
|
||||
2010-09-09 Miguel de Dios <miguel.dedios@artica.es>
|
||||
|
||||
* godmode/setup/os.list.php, godmode/setup/os.builder.php,
|
||||
|
|
|
@ -45,6 +45,7 @@ enterprise_hook ('load_custom_reporting_1');
|
|||
$table->align = array ();
|
||||
$table->align[2] = 'center';
|
||||
$table->align[3] = 'center';
|
||||
$table->align[4] = 'center';
|
||||
$table->data = array ();
|
||||
|
||||
foreach ($reports as $report) {
|
||||
|
|
Loading…
Reference in New Issue