aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/adm/style/acp_users_overview.html
diff options
context:
space:
mode:
authorVinny <vinny@suportephpbb.com.br>2012-08-10 21:39:17 -0300
committerSenky <jakubsenko@gmail.com>2013-05-20 18:39:53 +0200
commit05ebbbcd6acf3d9e808734ff0ded6a94bd64a9dc (patch)
tree5805d62cf2986092a5d786df40f9b09d259055ed /phpBB/adm/style/acp_users_overview.html
parent90becaa1a2e4671f22c62d937770623217364acb (diff)
downloadforums-05ebbbcd6acf3d9e808734ff0ded6a94bd64a9dc.tar
forums-05ebbbcd6acf3d9e808734ff0ded6a94bd64a9dc.tar.gz
forums-05ebbbcd6acf3d9e808734ff0ded6a94bd64a9dc.tar.bz2
forums-05ebbbcd6acf3d9e808734ff0ded6a94bd64a9dc.tar.xz
forums-05ebbbcd6acf3d9e808734ff0ded6a94bd64a9dc.zip
[ticket/11010] Changing email and url types in adm templates
PHPBB3-11010
Diffstat (limited to 'phpBB/adm/style/acp_users_overview.html')
-rw-r--r--phpBB/adm/style/acp_users_overview.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/adm/style/acp_users_overview.html b/phpBB/adm/style/acp_users_overview.html
index a8e862c141..1caa6e5e13 100644
--- a/phpBB/adm/style/acp_users_overview.html
+++ b/phpBB/adm/style/acp_users_overview.html
@@ -43,7 +43,7 @@
</dl>
<dl>
<dt><label for="user_email">{L_EMAIL}{L_COLON}</label></dt>
- <dd><input class="text medium" type="text" id="user_email" name="user_email" value="{USER_EMAIL}" autocomplete="off" /></dd>
+ <dd><input class="text medium" type="email" id="user_email" name="user_email" value="{USER_EMAIL}" autocomplete="off" /></dd>
</dl>
<dl>
<dt><label for="new_password">{L_NEW_PASSWORD}{L_COLON}</label><br /><span>{L_CHANGE_PASSWORD_EXPLAIN}</span></dt>