From 17fcf1514640f768cfb3079629f8fbb262c990c1 Mon Sep 17 00:00:00 2001 From: vgilc Date: Mon, 30 Apr 2012 15:21:38 +0000 Subject: [PATCH] 2012-04-30 Vanessa Gil * include/functions_filemanager.php: Fixed: Collection list looks bad. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@6233 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f --- pandora_console/ChangeLog | 5 +++++ pandora_console/include/functions_filemanager.php | 5 ++++- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/pandora_console/ChangeLog b/pandora_console/ChangeLog index 2f168636d1..27a3c77187 100644 --- a/pandora_console/ChangeLog +++ b/pandora_console/ChangeLog @@ -1,3 +1,8 @@ +2012-04-30 Vanessa Gil + + * include/functions_filemanager.php: Fixed: Collection list + looks bad. + 2012-04-30 Vanessa Gil * operation/reporting/graph_viewer.php diff --git a/pandora_console/include/functions_filemanager.php b/pandora_console/include/functions_filemanager.php index 9410117820..44025f3248 100644 --- a/pandora_console/include/functions_filemanager.php +++ b/pandora_console/include/functions_filemanager.php @@ -475,7 +475,10 @@ function filemanager_file_explorer($real_directory, $relative_directory, $url, $ $table->data = array (); $table->head = array (); $table->size = array (); - $table->align[3] = 'right'; + + $table->align[1] = 'center'; + $table->align[2] = 'center'; + $table->align[3] = 'center'; $table->align[4] = 'center'; $table->size[0] = '24px';