From b892149294d3282aebec76c2c35dcd2e48ac5d84 Mon Sep 17 00:00:00 2001 From: Ralf Becker Date: Thu, 18 Aug 2011 09:21:03 +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 6fb047e27e..b09dcacbee 100644 --- a/etemplate/inc/class.customfields_widget.inc.php +++ b/etemplate/inc/class.customfields_widget.inc.php @@ -481,6 +481,7 @@ class customfields_widget unset($label); } } + $cell['size'] = ''; if ($type != 'customfields-list') { $cell['data'][0]['A'] = '100';