1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-30 21:40:43 +02:00

[ticket/12200] Add missing profile field template files to adm/style/ directory

PHPBB3-12200
This commit is contained in:
Cesar G
2014-02-19 22:08:36 -08:00
parent e56f562d47
commit 55b38e8003
6 changed files with 26 additions and 0 deletions

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