From 5bd3ff3a3d46a18643e8a906d48d1891f0df3c1f Mon Sep 17 00:00:00 2001 From: zarzuelo Date: Mon, 13 Sep 2010 07:37:18 +0000 Subject: [PATCH] 2010-09-13 Sergio Martin * 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 --- pandora_console/ChangeLog | 5 +++++ pandora_console/operation/reporting/custom_reporting.php | 1 + 2 files changed, 6 insertions(+) diff --git a/pandora_console/ChangeLog b/pandora_console/ChangeLog index ffba6435fd..fc0d18ff70 100644 --- a/pandora_console/ChangeLog +++ b/pandora_console/ChangeLog @@ -1,3 +1,8 @@ +2010-09-13 Sergio Martin + + * operation/reporting/custom_reporting.php: Center an + icon into the reports table + 2010-09-09 Miguel de Dios * godmode/setup/os.list.php, godmode/setup/os.builder.php, diff --git a/pandora_console/operation/reporting/custom_reporting.php b/pandora_console/operation/reporting/custom_reporting.php index af9d5594eb..5f8b1f340c 100644 --- a/pandora_console/operation/reporting/custom_reporting.php +++ b/pandora_console/operation/reporting/custom_reporting.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) {