aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles/prosilver/template/memberlist_email.html
diff options
context:
space:
mode:
authorVinny <vinny@suportephpbb.com.br>2012-08-10 20:32:16 -0300
committerSenky <jakubsenko@gmail.com>2013-05-20 18:39:46 +0200
commitce6ae9a7eb4164cd3b10fb41d00316ada3519afb (patch)
tree70ea9b11b227697a6fb086790da4010715386775 /phpBB/styles/prosilver/template/memberlist_email.html
parent49c1e0e3480d92f3b29c323c8441550a6f8aec5b (diff)
downloadforums-ce6ae9a7eb4164cd3b10fb41d00316ada3519afb.tar
forums-ce6ae9a7eb4164cd3b10fb41d00316ada3519afb.tar.gz
forums-ce6ae9a7eb4164cd3b10fb41d00316ada3519afb.tar.bz2
forums-ce6ae9a7eb4164cd3b10fb41d00316ada3519afb.tar.xz
forums-ce6ae9a7eb4164cd3b10fb41d00316ada3519afb.zip
[ticket/11010] Changing email and url input types in prosilver templates
PHPBB3-11010
Diffstat (limited to 'phpBB/styles/prosilver/template/memberlist_email.html')
-rw-r--r--phpBB/styles/prosilver/template/memberlist_email.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/styles/prosilver/template/memberlist_email.html b/phpBB/styles/prosilver/template/memberlist_email.html
index c40a5f1a8b..218402a9e9 100644
--- a/phpBB/styles/prosilver/template/memberlist_email.html
+++ b/phpBB/styles/prosilver/template/memberlist_email.html
@@ -22,7 +22,7 @@
<!-- ELSE -->
<dl>
<dt><label for="email">{L_EMAIL_ADDRESS}{L_COLON}</label></dt>
- <dd><input class="inputbox autowidth" type="text" name="email" id="email" size="50" maxlength="100" tabindex="2" value="{EMAIL}" /></dd>
+ <dd><input class="inputbox autowidth" type="email" name="email" id="email" size="50" maxlength="100" tabindex="2" value="{EMAIL}" /></dd>
</dl>
<dl>
<dt><label for="name">{L_REAL_NAME}{L_COLON}</label></dt>