diff options
author | Joas Schilling <nickvergessen@gmx.de> | 2013-01-11 00:41:03 +0100 |
---|---|---|
committer | Joas Schilling <nickvergessen@gmx.de> | 2013-01-11 14:32:44 +0100 |
commit | 9affd6f7e7b95442f1ef14894858d8213f3fbd2a (patch) | |
tree | c3cc3f202c56c6ad8be68e9281b631a20b953554 /phpBB/adm/style/acp_users_profile.html | |
parent | 6702a11dcb397d1b07c7bbba2206ad595712d435 (diff) | |
download | forums-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/adm/style/acp_users_profile.html')
-rw-r--r-- | phpBB/adm/style/acp_users_profile.html | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/phpBB/adm/style/acp_users_profile.html b/phpBB/adm/style/acp_users_profile.html index 3232e8d1f5..36e9f340d4 100644 --- a/phpBB/adm/style/acp_users_profile.html +++ b/phpBB/adm/style/acp_users_profile.html @@ -11,10 +11,6 @@ <dd><input type="text" id="aim" name="aim" value="{AIM}" /></dd> </dl> <dl> - <dt><label for="msn">{L_UCP_MSNM}{L_COLON}</label></dt> - <dd><input type="text" id="msn" name="msn" value="{MSN}" /></dd> - </dl> - <dl> <dt><label for="yim">{L_UCP_YIM}{L_COLON}</label></dt> <dd><input type="text" id="yim" name="yim" value="{YIM}" /></dd> </dl> |