value) { $val = Convert::raw2xml($this->value); $val = _t('CurrencyField.CURRENCYSYMBOL', '$') . number_format(preg_replace('/[^0-9.]/', "", $val), 2); $valforInput = Convert::raw2att($val); } else { $valforInput = ''; } return "name . "\" value=\"" . $valforInput . "\" />"; } }