aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles/subsilver2/template/profilefields/dropdown.html
diff options
context:
space:
mode:
authorNathan Guse <nathaniel.guse@gmail.com>2014-03-05 18:29:07 -0600
committerNathan Guse <nathaniel.guse@gmail.com>2014-03-05 18:29:07 -0600
commit9b1b57c649e11fd571f7d928333427b5a044c9ce (patch)
tree65b24a1358034fb2b1c24bce3ad8eb8cc1543cb4 /phpBB/styles/subsilver2/template/profilefields/dropdown.html
parent3ece3223e42f8b7f91285c924c61f77a6b1afbdd (diff)
parent3e52d780ba462e2f1a9d3324fc79f7b442df4b15 (diff)
downloadforums-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.html5
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 -->