aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles/prosilver/template/memberlist_search.html
diff options
context:
space:
mode:
authorVjacheslav Trushkin <cyberalien@gmail.com>2013-05-12 18:30:08 +0300
committerSenky <jakubsenko@gmail.com>2013-05-20 18:42:09 +0200
commit504038d230bad8d3de142b488a52695134902a8d (patch)
treee5a549b3d251d2bf3f9cbc073828b5dfbc376fe6 /phpBB/styles/prosilver/template/memberlist_search.html
parentae2700eef29a0cda1ff9abecb9bdc6beaf199982 (diff)
downloadforums-504038d230bad8d3de142b488a52695134902a8d.tar
forums-504038d230bad8d3de142b488a52695134902a8d.tar.gz
forums-504038d230bad8d3de142b488a52695134902a8d.tar.bz2
forums-504038d230bad8d3de142b488a52695134902a8d.tar.xz
forums-504038d230bad8d3de142b488a52695134902a8d.zip
[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
Diffstat (limited to 'phpBB/styles/prosilver/template/memberlist_search.html')
-rw-r--r--phpBB/styles/prosilver/template/memberlist_search.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/styles/prosilver/template/memberlist_search.html b/phpBB/styles/prosilver/template/memberlist_search.html
index c26b48cb6d..61bfd630ff 100644
--- a/phpBB/styles/prosilver/template/memberlist_search.html
+++ b/phpBB/styles/prosilver/template/memberlist_search.html
@@ -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>