aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles/subsilver2/template/memberlist_search.html
diff options
context:
space:
mode:
authorVinny <vinny@suportephpbb.com.br>2012-08-10 20:43:07 -0300
committerSenky <jakubsenko@gmail.com>2013-05-20 18:39:49 +0200
commite09412db58b3f081cf458637e652eb420da8eeaf (patch)
tree5ec8b8b2be84fb68dcdf008f6d1680559ae12983 /phpBB/styles/subsilver2/template/memberlist_search.html
parentce6ae9a7eb4164cd3b10fb41d00316ada3519afb (diff)
downloadforums-e09412db58b3f081cf458637e652eb420da8eeaf.tar
forums-e09412db58b3f081cf458637e652eb420da8eeaf.tar.gz
forums-e09412db58b3f081cf458637e652eb420da8eeaf.tar.bz2
forums-e09412db58b3f081cf458637e652eb420da8eeaf.tar.xz
forums-e09412db58b3f081cf458637e652eb420da8eeaf.zip
[ticket/11010] Changing email and url input types in subsilver2 templates
PHPBB3-11010
Diffstat (limited to 'phpBB/styles/subsilver2/template/memberlist_search.html')
-rw-r--r--phpBB/styles/subsilver2/template/memberlist_search.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/phpBB/styles/subsilver2/template/memberlist_search.html b/phpBB/styles/subsilver2/template/memberlist_search.html
index c0434d8110..02b595a175 100644
--- a/phpBB/styles/subsilver2/template/memberlist_search.html
+++ b/phpBB/styles/subsilver2/template/memberlist_search.html
@@ -82,7 +82,7 @@
<tr>
<!-- IF S_EMAIL_SEARCH_ALLOWED -->
<td class="row1"><b class="genmed">{L_EMAIL}{L_COLON}</b></td>
- <td class="row2"><input class="post" type="text" name="email" value="{EMAIL}" /></td>
+ <td class="row2"><input class="post" type="email" name="email" value="{EMAIL}" /></td>
<!-- ELSE -->
<td colspan="2" class="row1">&nbsp;</td>
<!-- ENDIF -->
@@ -93,7 +93,7 @@
<td class="row1"><b class="genmed">{L_JOINED}{L_COLON}</b></td>
<td class="row2"><select name="joined_select">{S_JOINED_TIME_OPTIONS}</select> <input class="post" type="text" name="joined" value="{JOINED}" /></td>
<td class="row1"><b class="genmed">{L_YIM}{L_COLON}</b></td>
- <td class="row2"><input class="post" type="text" name="yahoo" value="{YAHOO}" /></td>
+ <td class="row2"><input class="post" type="email" name="yahoo" value="{YAHOO}" /></td>
</tr>
<tr>
<!-- IF S_VIEWONLINE -->
@@ -103,7 +103,7 @@
<td colspan="2" class="row1">&nbsp;</td>
<!-- ENDIF -->
<td class="row1"><b class="genmed">{L_MSNM}{L_COLON}</b></td>
- <td class="row2"><input class="post" type="text" name="msn" value="{MSNM}" /></td>
+ <td class="row2"><input class="post" type="email" name="msn" value="{MSNM}" /></td>
</tr>
<tr>
<td class="row1"><b class="genmed">{L_POSTS}{L_COLON}</b></td>