BUG 7668 solved issue in dynaform with width

This commit is contained in:
Alvaro Campos
2011-09-29 18:06:00 -04:00
parent 457bd26a00
commit 5176c8a181

View File

@@ -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 );