BUG 8636 "problemas con User Registration con el campo suggest" SOLVED
This commit is contained in:
@@ -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 ';
|
||||
|
||||
Reference in New Issue
Block a user