From ef9ea04c9df6404219d93695bce0be3b1d4a6c6c Mon Sep 17 00:00:00 2001 From: Ralf Becker Date: Thu, 18 Aug 2011 09:26:59 +0000 Subject: [PATCH] fixed grid in cf widget displays border, if options are set --- etemplate/inc/class.customfields_widget.inc.php | 1 + 1 file changed, 1 insertion(+) diff --git a/etemplate/inc/class.customfields_widget.inc.php b/etemplate/inc/class.customfields_widget.inc.php index 25495754cf..3b830cf656 100644 --- a/etemplate/inc/class.customfields_widget.inc.php +++ b/etemplate/inc/class.customfields_widget.inc.php @@ -164,6 +164,7 @@ class customfields_widget $cell['type'] = 'grid'; $cell['data'] = array(array()); $cell['rows'] = $cell['cols'] = 0; + $cell['size'] = ''; $n = 1; foreach($fields as $lname => $field)