BUG 6826 Adjustment date component grids, for proper viewing.

This commit is contained in:
Hector Cortez
2011-05-10 18:16:33 -04:00
parent 38d96cb037
commit 9dc1c40256

View File

@@ -3314,6 +3314,7 @@ class XmlForm_Field_Date extends XmlForm_Field_SimpleText
} else {
$id = 'form[' . $owner->name . '][' . $r . '][' . $this->name . ']';
$html = $this->__draw_widget ( $id, $v, $owner );
$html = '<div style="white-space:nowrap;">' . $html . '</div>';
}
} else {
$html = $v;