From 5176c8a181ee520db1052205c085256f3ccaab61 Mon Sep 17 00:00:00 2001 From: Alvaro Campos Date: Thu, 29 Sep 2011 18:06:00 -0400 Subject: [PATCH] BUG 7668 solved issue in dynaform with width --- gulliver/system/class.xmlform.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gulliver/system/class.xmlform.php b/gulliver/system/class.xmlform.php index cd32aae45..23d152245 100755 --- a/gulliver/system/class.xmlform.php +++ b/gulliver/system/class.xmlform.php @@ -3098,8 +3098,8 @@ class XmlForm_Field_Grid extends XmlForm_Field } if($fieldsSize>100) $owner->width = '100%'; - else - $owner->width = $fieldsSize . 'em'; + // else + // $owner->width = $fieldsSize . 'em'; return $this->renderGrid ( $emptyRow, $owner );