aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/adm/style/acp_users_profile.html
diff options
context:
space:
mode:
authorJoas Schilling <nickvergessen@gmx.de>2014-02-02 17:59:52 +0100
committerJoas Schilling <nickvergessen@gmx.de>2014-02-06 11:32:07 +0100
commit38608bfa62ff9bed744759969345339bd6c60fbf (patch)
treed3a3d58d433b574cfeacdc58238a9cabb722d39e /phpBB/adm/style/acp_users_profile.html
parent7d049619196a49957c58c896a1fc50c334b9bc7f (diff)
downloadforums-38608bfa62ff9bed744759969345339bd6c60fbf.tar
forums-38608bfa62ff9bed744759969345339bd6c60fbf.tar.gz
forums-38608bfa62ff9bed744759969345339bd6c60fbf.tar.bz2
forums-38608bfa62ff9bed744759969345339bd6c60fbf.tar.xz
forums-38608bfa62ff9bed744759969345339bd6c60fbf.zip
[ticket/12115] Remove occupation field from html files
PHPBB3-12115
Diffstat (limited to 'phpBB/adm/style/acp_users_profile.html')
-rw-r--r--phpBB/adm/style/acp_users_profile.html4
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 cad1dca9d8..119b3c4be4 100644
--- a/phpBB/adm/style/acp_users_profile.html
+++ b/phpBB/adm/style/acp_users_profile.html
@@ -31,10 +31,6 @@
<dd><input type="text" id="location" name="location" value="{LOCATION}" /></dd>
</dl>
<dl>
- <dt><label for="occupation">{L_OCCUPATION}{L_COLON}</label></dt>
- <dd><textarea id="occupation" name="occupation" rows="3" cols="30">{OCCUPATION}</textarea></dd>
- </dl>
- <dl>
<dt><label for="interests">{L_INTERESTS}{L_COLON}</label></dt>
<dd><textarea id="interests" name="interests" rows="3" cols="30">{INTERESTS}</textarea></dd>
</dl>