aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles/prosilver/template/ucp_profile_reg_details.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/ucp_profile_reg_details.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/ucp_profile_reg_details.html')
-rw-r--r--phpBB/styles/prosilver/template/ucp_profile_reg_details.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/styles/prosilver/template/ucp_profile_reg_details.html b/phpBB/styles/prosilver/template/ucp_profile_reg_details.html
index c014e54250..699be4a27e 100644
--- a/phpBB/styles/prosilver/template/ucp_profile_reg_details.html
+++ b/phpBB/styles/prosilver/template/ucp_profile_reg_details.html
@@ -18,7 +18,7 @@
</dl>
<dl>
<dt><label for="email">{L_EMAIL_ADDRESS}{L_COLON}</label></dt>
- <dd><!-- IF S_CHANGE_EMAIL --><input type="text" name="email" id="email" maxlength="100" value="{EMAIL}" class="inputbox" title="{L_EMAIL_ADDRESS}" /><!-- ELSE --><strong>{EMAIL}</strong><!-- ENDIF --></dd>
+ <dd><!-- IF S_CHANGE_EMAIL --><input type="email" name="email" id="email" maxlength="100" value="{EMAIL}" class="inputbox" title="{L_EMAIL_ADDRESS}" /><!-- ELSE --><strong>{EMAIL}</strong><!-- ENDIF --></dd>
</dl>
<!-- IF S_CHANGE_PASSWORD -->
<dl>