1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-12 19:54:12 +02:00

[ticket/11010] Changing email and url input types in prosilver templates

PHPBB3-11010
This commit is contained in:
Vinny
2012-08-10 20:32:16 -03:00
committed by Senky
parent 49c1e0e348
commit ce6ae9a7eb
7 changed files with 9 additions and 9 deletions

View File

@@ -16,7 +16,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>&nbsp;</dt>