From b74cf30404af8dc75f75f4441a44741ded078e97 Mon Sep 17 00:00:00 2001 From: Ralf Becker Date: Thu, 22 Oct 2009 14:02:19 +0000 Subject: [PATCH] "using a vbox (instead just a box) widget, to separate files in individual lines for readonly display too" --- etemplate/inc/class.vfs_widget.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etemplate/inc/class.vfs_widget.inc.php b/etemplate/inc/class.vfs_widget.inc.php index 71282c3982..034560c166 100644 --- a/etemplate/inc/class.vfs_widget.inc.php +++ b/etemplate/inc/class.vfs_widget.inc.php @@ -142,7 +142,7 @@ class vfs_widget { //echo $path; _debug_array($files); $upload = $cell; - $cell = etemplate::empty_cell('box','',array('size' => ',,0,0')); + $cell = etemplate::empty_cell('vbox','',array('size' => ',,0,0')); $extension_data['files'] = $files; $value = array(); foreach($files as $file)