diff options
author | javiexin <javiexin@gmail.com> | 2015-06-02 13:18:33 +0200 |
---|---|---|
committer | javiexin <javiexin@gmail.com> | 2015-06-02 13:18:33 +0200 |
commit | 0f6d16920b88ea9aef9391619a64bf9494dd266d (patch) | |
tree | c1163e9ddd8c092da5fe2363d51c816df6871305 /phpBB/adm/style | |
parent | 6322970766bd9fa78327fa2ca6a6a43d73b680ee (diff) | |
download | forums-0f6d16920b88ea9aef9391619a64bf9494dd266d.tar forums-0f6d16920b88ea9aef9391619a64bf9494dd266d.tar.gz forums-0f6d16920b88ea9aef9391619a64bf9494dd266d.tar.bz2 forums-0f6d16920b88ea9aef9391619a64bf9494dd266d.tar.xz forums-0f6d16920b88ea9aef9391619a64bf9494dd266d.zip |
[ticket/13911] Add events to configure options for profile fields
Adds core events to includes/acp/acp_profile.php and template events
to adm/style/acp_profile.html to support adding configuration options
to profile fields.
PHPBB3-13911
Diffstat (limited to 'phpBB/adm/style')
-rw-r--r-- | phpBB/adm/style/acp_profile.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/phpBB/adm/style/acp_profile.html b/phpBB/adm/style/acp_profile.html index 64bc3df09b..3ce2d9471d 100644 --- a/phpBB/adm/style/acp_profile.html +++ b/phpBB/adm/style/acp_profile.html @@ -79,6 +79,7 @@ <dt><label for="field_hide">{L_HIDE_PROFILE_FIELD}{L_COLON}</label><br /><span>{L_HIDE_PROFILE_FIELD_EXPLAIN}</span></dt> <dd><input type="checkbox" class="radio" id="field_hide" name="field_hide" value="1"<!-- IF S_FIELD_HIDE --> checked="checked"<!-- ENDIF --> /></dd> </dl> + <!-- EVENT acp_profile_contact_before --> <dl> <dt><label for="field_is_contact">{L_FIELD_IS_CONTACT}{L_COLON}</label><br /><span>{L_FIELD_IS_CONTACT_EXPLAIN}</span></dt> <dd><input type="checkbox" class="radio" id="field_is_contact" name="field_is_contact" value="1"<!-- IF S_FIELD_CONTACT --> checked="checked"<!-- ENDIF --> /></dd> |