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:
zarzuelo 2010-09-13 07:37:18 +00:00
parent 933e9b2b39
commit e5f4d8e355
2 changed files with 6 additions and 0 deletions

View File

@ -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,

View File

@ -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) {