aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles/subsilver2/template/memberlist_search.html
diff options
context:
space:
mode:
authorSenky <jakubsenko@gmail.com>2013-01-27 22:45:45 +0100
committerSenky <jakubsenko@gmail.com>2013-05-20 18:40:12 +0200
commitcf9d407493d76cee76987edf38ae0191360bb661 (patch)
tree42378903e71ef7cd6a1e39a3270e0b84e0c11a32 /phpBB/styles/subsilver2/template/memberlist_search.html
parent4bb7a69afa90636a473005467828bfecf0e31b29 (diff)
downloadforums-cf9d407493d76cee76987edf38ae0191360bb661.tar
forums-cf9d407493d76cee76987edf38ae0191360bb661.tar.gz
forums-cf9d407493d76cee76987edf38ae0191360bb661.tar.bz2
forums-cf9d407493d76cee76987edf38ae0191360bb661.tar.xz
forums-cf9d407493d76cee76987edf38ae0191360bb661.zip
[ticket/11010] applying some of EXreaction notes
PHPBB3-11010
Diffstat (limited to 'phpBB/styles/subsilver2/template/memberlist_search.html')
-rw-r--r--phpBB/styles/subsilver2/template/memberlist_search.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/styles/subsilver2/template/memberlist_search.html b/phpBB/styles/subsilver2/template/memberlist_search.html
index 7edeaa65d4..484bbd85e8 100644
--- a/phpBB/styles/subsilver2/template/memberlist_search.html
+++ b/phpBB/styles/subsilver2/template/memberlist_search.html
@@ -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="email" name="yahoo" value="{YAHOO}" /></td>
+ <td class="row2"><input class="post" type="text" 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="email" name="msn" value="{MSNM}" /></td>
+ <td class="row2"><input class="post" type="text" name="msn" value="{MSNM}" /></td>
</tr>
<tr>
<td class="row1"><b class="genmed">{L_POSTS}{L_COLON}</b></td>