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

6 lines
272 B
HTML
Raw Normal View History

2017-07-18 16:47:10 +02:00
<!-- BEGIN dropdown -->
<select name="{dropdown.FIELD_IDENT}" id="{dropdown.FIELD_IDENT}">
<!-- BEGIN options --><option value="{dropdown.options.OPTION_ID}"{dropdown.options.SELECTED}>{dropdown.options.VALUE}</option><!-- END options -->
</select>
<!-- END dropdown -->