1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-29 02:59:52 +02:00

[ticket/11010] Fix email inputs

Add type="email" to fields that should be email fields
Change back to type="text" fields that might have wildcards or not necessary email

PHPBB3-11010
This commit is contained in:
Vjacheslav Trushkin
2013-05-12 18:30:08 +03:00
committed by Senky
parent ae2700eef2
commit 504038d230
5 changed files with 7 additions and 7 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="email" name="email" id="email" value="{EMAIL}" class="inputbox" /></dd>
<dd><input type="text" name="email" id="email" value="{EMAIL}" class="inputbox" /></dd>
</dl>
<!-- ENDIF -->
<dl>