diff options
author | Jakub Senko <jakubsenko@gmail.com> | 2019-10-07 13:49:33 +0200 |
---|---|---|
committer | Jakub Senko <jakubsenko@gmail.com> | 2019-10-07 13:49:33 +0200 |
commit | 9270cca8c2d9c166bf9753139989b5340fc0f8b0 (patch) | |
tree | 60f01e9f339986ae03755eb340a8e8973ef4b4a0 /phpBB/styles/prosilver | |
parent | 6c71f30723ac21a7ffd00d748ce8fd712a6a4e61 (diff) | |
download | forums-9270cca8c2d9c166bf9753139989b5340fc0f8b0.tar forums-9270cca8c2d9c166bf9753139989b5340fc0f8b0.tar.gz forums-9270cca8c2d9c166bf9753139989b5340fc0f8b0.tar.bz2 forums-9270cca8c2d9c166bf9753139989b5340fc0f8b0.tar.xz forums-9270cca8c2d9c166bf9753139989b5340fc0f8b0.zip |
[ticket/16140] Rename event to ucp_profile_profile_info_birthday_label_append
PHPBB3-16140
Diffstat (limited to 'phpBB/styles/prosilver')
-rw-r--r-- | phpBB/styles/prosilver/template/ucp_profile_profile_info.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/styles/prosilver/template/ucp_profile_profile_info.html b/phpBB/styles/prosilver/template/ucp_profile_profile_info.html index 10a78b6cb0..acb5d43400 100644 --- a/phpBB/styles/prosilver/template/ucp_profile_profile_info.html +++ b/phpBB/styles/prosilver/template/ucp_profile_profile_info.html @@ -13,7 +13,7 @@ <!-- EVENT ucp_profile_profile_info_before --> <!-- IF S_BIRTHDAYS_ENABLED --> <dl> - <dt><label for="bday_day">{L_BIRTHDAY}{L_COLON}<!-- EVENT ucp_profile_profile_info_birthday_label_after --></label><br /><span>{L_BIRTHDAY_EXPLAIN}</span></dt> + <dt><label for="bday_day">{L_BIRTHDAY}{L_COLON}<!-- EVENT ucp_profile_profile_info_birthday_label_append --></label><br /><span>{L_BIRTHDAY_EXPLAIN}</span></dt> <dd> <label for="bday_day">{L_DAY}{L_COLON} <select name="bday_day" id="bday_day">{S_BIRTHDAY_DAY_OPTIONS}</select></label> <label for="bday_month">{L_MONTH}{L_COLON} <select name="bday_month" id="bday_month">{S_BIRTHDAY_MONTH_OPTIONS}</select></label> |