aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/adm
diff options
context:
space:
mode:
authorMarc Alexander <admin@m-a-styles.de>2015-03-06 14:36:22 +0100
committerMarc Alexander <admin@m-a-styles.de>2015-03-06 14:36:22 +0100
commit5e7560845b7ace6f5360305d7e6068feb04c08d3 (patch)
treec86765d599d5f0ab4a91a8182abbfe6edfee207e /phpBB/adm
parentbd22b8319bf73c3cd1e51bab3e56b6c7c7954f40 (diff)
parentd7f4715b96f2d43f7469e54b7c27bc3415a84a24 (diff)
downloadforums-5e7560845b7ace6f5360305d7e6068feb04c08d3.tar
forums-5e7560845b7ace6f5360305d7e6068feb04c08d3.tar.gz
forums-5e7560845b7ace6f5360305d7e6068feb04c08d3.tar.bz2
forums-5e7560845b7ace6f5360305d7e6068feb04c08d3.tar.xz
forums-5e7560845b7ace6f5360305d7e6068feb04c08d3.zip
Merge branch '3.1.x'
Diffstat (limited to 'phpBB/adm')
-rw-r--r--phpBB/adm/style/acp_users_profile.html4
1 files changed, 3 insertions, 1 deletions
diff --git a/phpBB/adm/style/acp_users_profile.html b/phpBB/adm/style/acp_users_profile.html
index d32348ff1c..573534fc95 100644
--- a/phpBB/adm/style/acp_users_profile.html
+++ b/phpBB/adm/style/acp_users_profile.html
@@ -2,6 +2,7 @@
<fieldset>
<legend>{L_USER_PROFILE}</legend>
+ <!-- EVENT acp_users_profile_before -->
<dl>
<dt><label for="jabber">{L_UCP_JABBER}{L_COLON}</label></dt>
<dd><input type="email" id="jabber" name="jabber" value="{JABBER}" /></dd>
@@ -10,6 +11,7 @@
<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>
+ <!-- EVENT acp_users_profile_after -->
</fieldset>
<!-- IF .profile_fields -->
@@ -26,7 +28,7 @@
<!-- END profile_fields -->
</fieldset>
<!-- ENDIF -->
-
+ <!-- EVENT acp_users_profile_custom_after -->
<fieldset class="quick">
<input class="button1" type="submit" name="update" value="{L_SUBMIT}" />
{S_FORM_TOKEN}