From 6f4434421dd9ca23f95dd80154e491a1cb4bdbc0 Mon Sep 17 00:00:00 2001 From: Alvaro Campos Date: Wed, 19 Oct 2011 10:16:16 -0400 Subject: [PATCH] BUG 7871 fixed issue of required in IE,FF 5,6,7 browsers --- 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 7b8bbcfbf..d0c829ade 100755 --- a/gulliver/system/class.xmlform.php +++ b/gulliver/system/class.xmlform.php @@ -3566,7 +3566,7 @@ class XmlForm_Field_Date extends XmlForm_Field_SimpleText if ( $this->editable != "0") { $html = '' + . 'value="'.$value.'" pm:defaultvalue="'.$defaultValue.'"/>' . ' ' . ' ' . '' @@ -3578,7 +3578,7 @@ class XmlForm_Field_Date extends XmlForm_Field_SimpleText { $html = '' + . 'value="'.$value.'"pm:defaultvalue="'.$defaultValue.'" readonly="readonly" />' . '' . ' ' . ''