aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/adm/style/acp_users_profile.html
diff options
context:
space:
mode:
authorJoas Schilling <nickvergessen@gmx.de>2014-02-06 15:00:49 +0100
committerJoas Schilling <nickvergessen@gmx.de>2014-02-10 14:38:43 +0100
commit6bee91c42915dd613e9714016006b25fa51cb24a (patch)
treead948bc477c7045144c1b9168a3921f472a06f2d /phpBB/adm/style/acp_users_profile.html
parentb088bf864bf5827c1801c53c0af1b5a2f89f5b16 (diff)
downloadforums-6bee91c42915dd613e9714016006b25fa51cb24a.tar
forums-6bee91c42915dd613e9714016006b25fa51cb24a.tar.gz
forums-6bee91c42915dd613e9714016006b25fa51cb24a.tar.bz2
forums-6bee91c42915dd613e9714016006b25fa51cb24a.tar.xz
forums-6bee91c42915dd613e9714016006b25fa51cb24a.zip
[ticket/12169] Convert user_from to profile field location
Missing changes on memberlist view due to missing functionality PHPBB3-12169
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 2c9965687a..f4a3c06e67 100644
--- a/phpBB/adm/style/acp_users_profile.html
+++ b/phpBB/adm/style/acp_users_profile.html
@@ -27,10 +27,6 @@
<dd><input type="url" id="website" name="website" value="{WEBSITE}" /></dd>
</dl>
<dl>
- <dt><label for="location">{L_LOCATION}{L_COLON}</label></dt>
- <dd><input type="text" id="location" name="location" value="{LOCATION}" /></dd>
- </dl>
- <dl>
<dt><label for="birthday">{L_BIRTHDAY}{L_COLON}</label><br /><span>{L_BIRTHDAY_EXPLAIN}</span></dt>
<dd>{L_DAY}{L_COLON} <select id="birthday" name="bday_day">{S_BIRTHDAY_DAY_OPTIONS}</select> {L_MONTH}{L_COLON} <select name="bday_month">{S_BIRTHDAY_MONTH_OPTIONS}</select> {L_YEAR}{L_COLON} <select name="bday_year">{S_BIRTHDAY_YEAR_OPTIONS}</select></dd>
</dl>