diff options
author | Nathan Guse <nathaniel.guse@gmail.com> | 2013-01-15 18:54:11 -0600 |
---|---|---|
committer | Nathan Guse <nathaniel.guse@gmail.com> | 2013-01-15 18:54:11 -0600 |
commit | d59431691c27c73fba8ae9934b84b34a13280dd2 (patch) | |
tree | 2d389fda2908ae58c975826cabd017de8014d810 /phpBB/styles/subsilver2/template/ucp_profile_profile_info.html | |
parent | a2f6e494f37914352b0bb72d5a84904d3f2c51a3 (diff) | |
parent | 460470229d972b93ef5a98b0d1d97a2a970d684f (diff) | |
download | forums-d59431691c27c73fba8ae9934b84b34a13280dd2.tar forums-d59431691c27c73fba8ae9934b84b34a13280dd2.tar.gz forums-d59431691c27c73fba8ae9934b84b34a13280dd2.tar.bz2 forums-d59431691c27c73fba8ae9934b84b34a13280dd2.tar.xz forums-d59431691c27c73fba8ae9934b84b34a13280dd2.zip |
Merge remote-tracking branch 'remotes/nickv/ticket/11201' into develop
# By Joas Schilling
# Via Joas Schilling
* remotes/nickv/ticket/11201:
[ticket/11201] Remove database column on update
[ticket/11201] Remove MSN/WLM fields
Diffstat (limited to 'phpBB/styles/subsilver2/template/ucp_profile_profile_info.html')
-rw-r--r-- | phpBB/styles/subsilver2/template/ucp_profile_profile_info.html | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/phpBB/styles/subsilver2/template/ucp_profile_profile_info.html b/phpBB/styles/subsilver2/template/ucp_profile_profile_info.html index 19259aebc8..69da5f6172 100644 --- a/phpBB/styles/subsilver2/template/ucp_profile_profile_info.html +++ b/phpBB/styles/subsilver2/template/ucp_profile_profile_info.html @@ -21,10 +21,6 @@ <td class="row2"><input class="post" type="text" name="aim" size="30" maxlength="255" value="{AIM}" /></td> </tr> <tr> - <td class="row1" width="35%"><b class="genmed">{L_UCP_MSNM}{L_COLON} </b></td> - <td class="row2"><input class="post" type="text" name="msn" size="30" maxlength="255" value="{MSN}" /></td> -</tr> -<tr> <td class="row1" width="35%"><b class="genmed">{L_UCP_YIM}{L_COLON} </b></td> <td class="row2"><input class="post" type="text" name="yim" size="30" maxlength="255" value="{YIM}" /></td> </tr> |