diff options
| author | PayBas <contact@paybas.com> | 2014-07-07 08:59:38 +0200 |
|---|---|---|
| committer | PayBas <contact@paybas.com> | 2014-07-07 09:05:57 +0200 |
| commit | c5b4d0afb765a15ea6afa5559b6de1a367c12c2c (patch) | |
| tree | 8773fdad18fc87dc369b7f772dfc489e7b19fc78 /phpBB/styles/prosilver/template/ucp_profile_profile_info.html | |
| parent | 0bec9897d7583fa6e47f437d9b5921379d7b24aa (diff) | |
| download | forums-c5b4d0afb765a15ea6afa5559b6de1a367c12c2c.tar forums-c5b4d0afb765a15ea6afa5559b6de1a367c12c2c.tar.gz forums-c5b4d0afb765a15ea6afa5559b6de1a367c12c2c.tar.bz2 forums-c5b4d0afb765a15ea6afa5559b6de1a367c12c2c.tar.xz forums-c5b4d0afb765a15ea6afa5559b6de1a367c12c2c.zip | |
[ticket/12804] Hide Jabber from UCP & member search when disabled
PHPBB3-12804
Diffstat (limited to 'phpBB/styles/prosilver/template/ucp_profile_profile_info.html')
| -rw-r--r-- | phpBB/styles/prosilver/template/ucp_profile_profile_info.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/phpBB/styles/prosilver/template/ucp_profile_profile_info.html b/phpBB/styles/prosilver/template/ucp_profile_profile_info.html index c0bf681f47..986bc92298 100644 --- a/phpBB/styles/prosilver/template/ucp_profile_profile_info.html +++ b/phpBB/styles/prosilver/template/ucp_profile_profile_info.html @@ -20,10 +20,12 @@ </dd> </dl> <!-- ENDIF --> + <!-- IF S_JABBER_ENABLED --> <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> + <!-- ENDIF --> <!-- 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> |
