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:
parent
9e1cb72fc6
commit
4d571b8db0
|
@ -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.
|
||||
|
|
|
@ -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 ();
|
||||
|
|
Loading…
Reference in New Issue