1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-29 11:10:18 +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

@@ -55,7 +55,7 @@ function insert_single(user)
<!-- IF S_EMAIL_SEARCH_ALLOWED -->
<dl>
<dt><label for="email">{L_EMAIL}{L_COLON}</label></dt>
<dd><input type="text" name="email" id="email" value="{EMAIL}" class="inputbox" /></dd>
<dd><input type="email" name="email" id="email" value="{EMAIL}" class="inputbox" /></dd>
</dl>
<!-- ENDIF -->
<dl>