Files
dfde-theme/template/profilefields/string.html
T

4 lines
237 B
HTML
Raw Normal View History

2017-07-18 16:47:10 +02:00
<!-- BEGIN string -->
<input type="text" class="inputbox autowidth" name="{string.FIELD_IDENT}" id="{string.FIELD_IDENT}" size="{string.FIELD_LENGTH}" maxlength="{string.FIELD_MAXLEN}" value="{string.FIELD_VALUE}" />
<!-- END string -->