1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-31 22:10:45 +02:00

[ticket/12187] Add URL type for profile fields

PHPBB3-12187
This commit is contained in:
Joas Schilling
2014-02-11 23:02:54 +01:00
parent 76409388af
commit a2f2629e2a
9 changed files with 105 additions and 2 deletions

View File

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