diff options
| author | Vinny <vinny@suportephpbb.com.br> | 2012-08-10 20:32:16 -0300 |
|---|---|---|
| committer | Senky <jakubsenko@gmail.com> | 2013-05-20 18:39:46 +0200 |
| commit | ce6ae9a7eb4164cd3b10fb41d00316ada3519afb (patch) | |
| tree | 70ea9b11b227697a6fb086790da4010715386775 /phpBB/styles/prosilver/template/ucp_remind.html | |
| parent | 49c1e0e3480d92f3b29c323c8441550a6f8aec5b (diff) | |
| download | forums-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_remind.html')
| -rw-r--r-- | phpBB/styles/prosilver/template/ucp_remind.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/styles/prosilver/template/ucp_remind.html b/phpBB/styles/prosilver/template/ucp_remind.html index b957bd4fe4..0ab1251d9e 100644 --- a/phpBB/styles/prosilver/template/ucp_remind.html +++ b/phpBB/styles/prosilver/template/ucp_remind.html @@ -15,7 +15,7 @@ </dl> <dl> <dt><label for="email">{L_EMAIL_ADDRESS}{L_COLON}</label><br /><span>{L_EMAIL_REMIND}</span></dt> - <dd><input class="inputbox narrow" type="text" name="email" id="email" size="25" maxlength="100" /></dd> + <dd><input class="inputbox narrow" type="email" name="email" id="email" size="25" maxlength="100" /></dd> </dl> <dl> <dt> </dt> |
