1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-22 08:13:14 +02:00

[ticket/12243] Split custom_profile_fields.html into 1 file for each type

PHPBB3-12243
This commit is contained in:
Joas Schilling
2014-03-03 12:15:09 +01:00
parent b01a0fe7c5
commit a506e21fa7
7 changed files with 26 additions and 31 deletions

View File

@@ -0,0 +1,5 @@
<!-- BEGIN dropdown -->
<select name="{dropdown.FIELD_IDENT}">
<!-- BEGIN options --><option value="{dropdown.options.OPTION_ID}"{dropdown.options.SELECTED}>{dropdown.options.VALUE}</option><!-- END options -->
</select>
<!-- END dropdown -->