aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/adm/style/profilefields
diff options
context:
space:
mode:
authorJoas Schilling <nickvergessen@gmx.de>2014-02-11 23:02:54 +0100
committerJoas Schilling <nickvergessen@gmx.de>2014-03-03 12:30:07 +0100
commita2f2629e2a5038aca372cc3e55c408a99b6ca6fc (patch)
tree0764a859f00241f1a35602cbafbe2d33df614f47 /phpBB/adm/style/profilefields
parent76409388afcd6389b5a29bc54b49faaf6bc4b4a5 (diff)
downloadforums-a2f2629e2a5038aca372cc3e55c408a99b6ca6fc.tar
forums-a2f2629e2a5038aca372cc3e55c408a99b6ca6fc.tar.gz
forums-a2f2629e2a5038aca372cc3e55c408a99b6ca6fc.tar.bz2
forums-a2f2629e2a5038aca372cc3e55c408a99b6ca6fc.tar.xz
forums-a2f2629e2a5038aca372cc3e55c408a99b6ca6fc.zip
[ticket/12187] Add URL type for profile fields
PHPBB3-12187
Diffstat (limited to 'phpBB/adm/style/profilefields')
-rw-r--r--phpBB/adm/style/profilefields/url.html3
1 files changed, 3 insertions, 0 deletions
diff --git a/phpBB/adm/style/profilefields/url.html b/phpBB/adm/style/profilefields/url.html
new file mode 100644
index 0000000000..8dd3a90de1
--- /dev/null
+++ b/phpBB/adm/style/profilefields/url.html
@@ -0,0 +1,3 @@
+<!-- BEGIN url -->
+<input type="url" class="inputbox autowidth" name="{url.FIELD_IDENT}" id="{url.FIELD_IDENT}" size="{url.FIELD_LENGTH}" maxlength="{url.FIELD_MAXLEN}" value="{url.FIELD_VALUE}" />
+<!-- END url -->