BUG 8636 "problemas con User Registration con el campo suggest" SOLVED

This commit is contained in:
Erik Amaru Ortiz
2012-03-05 12:49:52 -04:00
parent 9ea6027db8
commit 042c8e9c14

View File

@@ -1180,7 +1180,7 @@ class XmlForm_Field_Suggest extends XmlForm_Field_SimpleText //by neyek
$value = $formVariableValue;
}
$name = "'".$this->name."'";
$str = '<input type="text" '.$storeEntry.' class="module_app_input___gray" style="height:16px" size="'.$this->size.'" id="form[' . $this->name . '_label]" name="form[' . $this->name . '_label]" value="'.$this->htmlentities($value, ENT_COMPAT, 'utf-8').'" onblur="idSet('. $name . ');"';
$str = '<input type="text" '.$storeEntry.' class="module_app_input___gray" size="'.$this->size.'" id="form[' . $this->name . '_label]" name="form[' . $this->name . '_label]" value="'.$this->htmlentities($value, ENT_COMPAT, 'utf-8').'" onblur="idSet('. $name . ');"';
$str .= $this->NSDependentFields(true).' ';
$str .= '/>';
$str .= '<input ';