diff options
| author | Joas Schilling <nickvergessen@gmx.de> | 2014-02-02 17:59:52 +0100 |
|---|---|---|
| committer | Joas Schilling <nickvergessen@gmx.de> | 2014-02-06 11:32:07 +0100 |
| commit | 38608bfa62ff9bed744759969345339bd6c60fbf (patch) | |
| tree | d3a3d58d433b574cfeacdc58238a9cabb722d39e /phpBB/adm/style/acp_users_profile.html | |
| parent | 7d049619196a49957c58c896a1fc50c334b9bc7f (diff) | |
| download | forums-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.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 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> |
