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/styles/prosilver/template/ucp_profile_profile_info.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/styles/prosilver/template/ucp_profile_profile_info.html')
-rw-r--r-- | phpBB/styles/prosilver/template/ucp_profile_profile_info.html | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/phpBB/styles/prosilver/template/ucp_profile_profile_info.html b/phpBB/styles/prosilver/template/ucp_profile_profile_info.html index 3578c29e8e..6a44ebafda 100644 --- a/phpBB/styles/prosilver/template/ucp_profile_profile_info.html +++ b/phpBB/styles/prosilver/template/ucp_profile_profile_info.html @@ -39,10 +39,6 @@ <dd><input type="text" name="location" id="location" maxlength="255" value="{LOCATION}" class="inputbox" /></dd> </dl> <dl> - <dt><label for="occupation">{L_OCCUPATION}{L_COLON}</label></dt> - <dd><textarea name="occupation" id="occupation" class="inputbox" rows="3" cols="30">{OCCUPATION}</textarea></dd> - </dl> - <dl> <dt><label for="interests">{L_INTERESTS}{L_COLON}</label></dt> <dd><textarea name="interests" id="interests" class="inputbox" rows="3" cols="30">{INTERESTS}</textarea></dd> </dl> |