diff options
author | Nathan Guse <nathaniel.guse@gmail.com> | 2014-03-05 18:29:07 -0600 |
---|---|---|
committer | Nathan Guse <nathaniel.guse@gmail.com> | 2014-03-05 18:29:07 -0600 |
commit | 9b1b57c649e11fd571f7d928333427b5a044c9ce (patch) | |
tree | 65b24a1358034fb2b1c24bce3ad8eb8cc1543cb4 /phpBB/styles/subsilver2/template/profilefields/dropdown.html | |
parent | 3ece3223e42f8b7f91285c924c61f77a6b1afbdd (diff) | |
parent | 3e52d780ba462e2f1a9d3324fc79f7b442df4b15 (diff) | |
download | forums-9b1b57c649e11fd571f7d928333427b5a044c9ce.tar forums-9b1b57c649e11fd571f7d928333427b5a044c9ce.tar.gz forums-9b1b57c649e11fd571f7d928333427b5a044c9ce.tar.bz2 forums-9b1b57c649e11fd571f7d928333427b5a044c9ce.tar.xz forums-9b1b57c649e11fd571f7d928333427b5a044c9ce.zip |
Merge pull request #2080 from nickvergessen/ticket/12243
[Ticket/12243] subsilver2 is missing profile field files
Diffstat (limited to 'phpBB/styles/subsilver2/template/profilefields/dropdown.html')
-rw-r--r-- | phpBB/styles/subsilver2/template/profilefields/dropdown.html | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/phpBB/styles/subsilver2/template/profilefields/dropdown.html b/phpBB/styles/subsilver2/template/profilefields/dropdown.html new file mode 100644 index 0000000000..16242da895 --- /dev/null +++ b/phpBB/styles/subsilver2/template/profilefields/dropdown.html @@ -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 --> |