diff --git a/pandora_console/ChangeLog b/pandora_console/ChangeLog index b0c9789249..d44339c2f6 100644 --- a/pandora_console/ChangeLog +++ b/pandora_console/ChangeLog @@ -1,3 +1,8 @@ +2011-08-23 Javier Lanz + + * include/functions_filemanager.php: Fixed an style bug in collections + table + 2011-08-23 Miguel de Dios * godmode/agentes/agent_manager.php: fixed typo mistake. diff --git a/pandora_console/include/functions_filemanager.php b/pandora_console/include/functions_filemanager.php index 862e63ab6d..9278aa4f27 100644 --- a/pandora_console/include/functions_filemanager.php +++ b/pandora_console/include/functions_filemanager.php @@ -464,7 +464,7 @@ function filemanager_file_explorer($real_directory, $relative_directory, $url, $ $files = filemanager_list_dir ($real_directory); - $table->width = '90%'; + $table->width = '98%'; $table->class = 'listing'; $table->colspan = array ();