2011-08-23 Javier Lanz <javier.lanz@artica.es>

* include/functions_filemanager.php: Fixed an style bug in collections
        table



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@4809 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
javilanz 2011-08-23 15:23:51 +00:00
parent 9e1cb72fc6
commit 4d571b8db0
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2011-08-23 Javier Lanz <javier.lanz@artica.es>
* include/functions_filemanager.php: Fixed an style bug in collections
table
2011-08-23 Miguel de Dios <miguel.dedios@artica.es>
* godmode/agentes/agent_manager.php: fixed typo mistake.

View File

@ -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 ();