Files
san-reymoros/adm/style/profilefields/dropdown.html
gauvainboiche 058c2110e9 first commit
2020-03-03 22:45:25 +01:00

6 lines
272 B
HTML

<!-- 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 -->