diff options
author | Nils Adermann <naderman@naderman.de> | 2014-02-11 02:18:16 +0100 |
---|---|---|
committer | Nils Adermann <naderman@naderman.de> | 2014-02-11 02:18:16 +0100 |
commit | 0b2b76f9514fed54c92e439eadbef6dc80290cd3 (patch) | |
tree | 779a80bc5d106afaff20a28675ba7e69771a7262 /phpBB/adm/style/acp_users_profile.html | |
parent | b088bf864bf5827c1801c53c0af1b5a2f89f5b16 (diff) | |
parent | 5550f0fa870d531879d53d1bfdd76dcd29a16ce6 (diff) | |
download | forums-0b2b76f9514fed54c92e439eadbef6dc80290cd3.tar forums-0b2b76f9514fed54c92e439eadbef6dc80290cd3.tar.gz forums-0b2b76f9514fed54c92e439eadbef6dc80290cd3.tar.bz2 forums-0b2b76f9514fed54c92e439eadbef6dc80290cd3.tar.xz forums-0b2b76f9514fed54c92e439eadbef6dc80290cd3.zip |
Merge pull request #2010 from nickvergessen/ticket/12169
Ticket/12169 Convert location user field to profile field
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 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> |