forked from extern/egroupware
"using a vbox (instead just a box) widget, to separate files in individual lines for readonly display too"
This commit is contained in:
parent
7d89d8866d
commit
b74cf30404
@ -142,7 +142,7 @@ class vfs_widget
|
|||||||
{
|
{
|
||||||
//echo $path; _debug_array($files);
|
//echo $path; _debug_array($files);
|
||||||
$upload = $cell;
|
$upload = $cell;
|
||||||
$cell = etemplate::empty_cell('box','',array('size' => ',,0,0'));
|
$cell = etemplate::empty_cell('vbox','',array('size' => ',,0,0'));
|
||||||
$extension_data['files'] = $files;
|
$extension_data['files'] = $files;
|
||||||
$value = array();
|
$value = array();
|
||||||
foreach($files as $file)
|
foreach($files as $file)
|
||||||
|
Loading…
Reference in New Issue
Block a user