aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles/subsilver2/template/memberlist_search.html
diff options
context:
space:
mode:
authorJoas Schilling <nickvergessen@gmx.de>2013-01-11 00:41:03 +0100
committerJoas Schilling <nickvergessen@gmx.de>2013-01-11 14:32:44 +0100
commit9affd6f7e7b95442f1ef14894858d8213f3fbd2a (patch)
treec3cc3f202c56c6ad8be68e9281b631a20b953554 /phpBB/styles/subsilver2/template/memberlist_search.html
parent6702a11dcb397d1b07c7bbba2206ad595712d435 (diff)
downloadforums-9affd6f7e7b95442f1ef14894858d8213f3fbd2a.tar
forums-9affd6f7e7b95442f1ef14894858d8213f3fbd2a.tar.gz
forums-9affd6f7e7b95442f1ef14894858d8213f3fbd2a.tar.bz2
forums-9affd6f7e7b95442f1ef14894858d8213f3fbd2a.tar.xz
forums-9affd6f7e7b95442f1ef14894858d8213f3fbd2a.zip
[ticket/11201] Remove MSN/WLM fields
WLM will be shutdown in March 2013. Skype is the new replacement. But as Skype uses a different login ID and service, the values in this field are useless. So we can safely remove the field and the links/functions we create. PHPBB3-11201
Diffstat (limited to 'phpBB/styles/subsilver2/template/memberlist_search.html')
-rw-r--r--phpBB/styles/subsilver2/template/memberlist_search.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/phpBB/styles/subsilver2/template/memberlist_search.html b/phpBB/styles/subsilver2/template/memberlist_search.html
index c0434d8110..fb76cacc79 100644
--- a/phpBB/styles/subsilver2/template/memberlist_search.html
+++ b/phpBB/styles/subsilver2/template/memberlist_search.html
@@ -102,14 +102,14 @@
<!-- ELSE -->
<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="row1"><b class="genmed">{L_JABBER}{L_COLON}</b></td>
+ <td class="row2"><input class="post" type="text" name="jabber" value="{JABBER}" /></td>
</tr>
<tr>
<td class="row1"><b class="genmed">{L_POSTS}{L_COLON}</b></td>
<td class="row2"><select name="count_select">{S_COUNT_OPTIONS}</select> <input class="post" type="text" name="count" value="{COUNT}" /></td>
- <td class="row1"><b class="genmed">{L_JABBER}{L_COLON}</b></td>
- <td class="row2"><input class="post" type="text" name="jabber" value="{JABBER}" /></td>
+ <td class="row1">&nbsp;</td>
+ <td class="row2">&nbsp;</td>
</tr>
<tr>
<td class="row1"><b class="genmed">{L_SORT_BY}{L_COLON}</b></td>