PDF rausgenommen
This commit is contained in:
5
msd2/phpBB3/adm/style/profilefields/dropdown.html
Normal file
5
msd2/phpBB3/adm/style/profilefields/dropdown.html
Normal file
@ -0,0 +1,5 @@
|
||||
<!-- 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 -->
|
Reference in New Issue
Block a user