diff options
| author | Richard McGirr <rmcgirr83@gmail.com> | 2015-03-06 07:26:35 -0500 |
|---|---|---|
| committer | Richard McGirr <rmcgirr83@gmail.com> | 2015-03-06 07:26:35 -0500 |
| commit | 6b87e062929c6a6bb115c99d1851b1d0cd3fa6ee (patch) | |
| tree | d3741795a21f6e9ee7531c75925ba196ecee1947 /phpBB/adm/style/acp_users_profile.html | |
| parent | 525a62f72e872f8d19e2ec3f2e1c105e9fae4f75 (diff) | |
| download | forums-6b87e062929c6a6bb115c99d1851b1d0cd3fa6ee.tar forums-6b87e062929c6a6bb115c99d1851b1d0cd3fa6ee.tar.gz forums-6b87e062929c6a6bb115c99d1851b1d0cd3fa6ee.tar.bz2 forums-6b87e062929c6a6bb115c99d1851b1d0cd3fa6ee.tar.xz forums-6b87e062929c6a6bb115c99d1851b1d0cd3fa6ee.zip | |
[ticket/13675] Add validate to acp_profile event and add template events
for acp users profile
PHPBB3-13675
Diffstat (limited to 'phpBB/adm/style/acp_users_profile.html')
| -rw-r--r-- | phpBB/adm/style/acp_users_profile.html | 4 |
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} |
