aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles/prosilver/template/ucp_profile_profile_info.html
diff options
context:
space:
mode:
authorJoas Schilling <nickvergessen@gmx.de>2014-03-05 22:13:22 +0100
committerJoas Schilling <nickvergessen@gmx.de>2014-03-05 22:13:22 +0100
commitf2059f52f3f8f430888366b70aa07c534abb35a1 (patch)
treea0eac95bf86b38536793107f12d1b39f2b5128cc /phpBB/styles/prosilver/template/ucp_profile_profile_info.html
parenta1dab58f6d030ba8d986a27b3faf5a91629d688b (diff)
downloadforums-f2059f52f3f8f430888366b70aa07c534abb35a1.tar
forums-f2059f52f3f8f430888366b70aa07c534abb35a1.tar.gz
forums-f2059f52f3f8f430888366b70aa07c534abb35a1.tar.bz2
forums-f2059f52f3f8f430888366b70aa07c534abb35a1.tar.xz
forums-f2059f52f3f8f430888366b70aa07c534abb35a1.zip
[ticket/12236] Move AOL Instant Messanger field to custom profile field
PHPBB3-12236
Diffstat (limited to 'phpBB/styles/prosilver/template/ucp_profile_profile_info.html')
-rw-r--r--phpBB/styles/prosilver/template/ucp_profile_profile_info.html12
1 files changed, 4 insertions, 8 deletions
diff --git a/phpBB/styles/prosilver/template/ucp_profile_profile_info.html b/phpBB/styles/prosilver/template/ucp_profile_profile_info.html
index 8193f4c6ae..b8ba163d3b 100644
--- a/phpBB/styles/prosilver/template/ucp_profile_profile_info.html
+++ b/phpBB/styles/prosilver/template/ucp_profile_profile_info.html
@@ -10,14 +10,6 @@
<fieldset>
<!-- IF ERROR --><p class="error">{ERROR}</p><!-- ENDIF -->
- <dl>
- <dt><label for="aim">{L_UCP_AIM}{L_COLON}</label></dt>
- <dd><input type="text" name="aim" id="aim" maxlength="255" value="{AIM}" class="inputbox" /></dd>
- </dl>
- <dl>
- <dt><label for="jabber">{L_UCP_JABBER}{L_COLON}</label></dt>
- <dd><input type="email" name="jabber" id="jabber" maxlength="255" value="{JABBER}" class="inputbox" /></dd>
- </dl>
<!-- IF S_BIRTHDAYS_ENABLED -->
<dl>
<dt><label for="bday_day">{L_BIRTHDAY}{L_COLON}</label><br /><span>{L_BIRTHDAY_EXPLAIN}</span></dt>
@@ -28,6 +20,10 @@
</dd>
</dl>
<!-- ENDIF -->
+ <dl>
+ <dt><label for="jabber">{L_UCP_JABBER}{L_COLON}</label></dt>
+ <dd><input type="email" name="jabber" id="jabber" maxlength="255" value="{JABBER}" class="inputbox" /></dd>
+ </dl>
<!-- BEGIN profile_fields -->
<dl>
<dt><label<!-- IF profile_fields.FIELD_ID --> for="{profile_fields.FIELD_ID}"<!-- ENDIF -->>{profile_fields.LANG_NAME}{L_COLON}<!-- IF profile_fields.S_REQUIRED --> *<!-- ENDIF --></label>