diff options
author | Oleg Pudeyev <oleg@bsdpower.com> | 2012-11-09 20:50:20 -0500 |
---|---|---|
committer | Oleg Pudeyev <oleg@bsdpower.com> | 2012-11-09 20:50:20 -0500 |
commit | 29fdad396d62398f9544ebcfe5ac19cdaad5b120 (patch) | |
tree | 17874fa5144a1173ca6abd08fc65de2bdcb6f586 /phpBB/adm/style/custom_profile_fields.html | |
parent | 7987e0e68191c802f018455788c40c3b77b26929 (diff) | |
parent | e48f5aa29caa2656b20938141937d81f2ae4dd33 (diff) | |
download | forums-29fdad396d62398f9544ebcfe5ac19cdaad5b120.tar forums-29fdad396d62398f9544ebcfe5ac19cdaad5b120.tar.gz forums-29fdad396d62398f9544ebcfe5ac19cdaad5b120.tar.bz2 forums-29fdad396d62398f9544ebcfe5ac19cdaad5b120.tar.xz forums-29fdad396d62398f9544ebcfe5ac19cdaad5b120.zip |
Merge PR #1045 branch 'bantu/ticket/10780' into develop
* bantu/ticket/10780:
[ticket/10780] Use L_COLON on LDAP page.
[ticket/10780] Use L_COLON on search backend ACP pages.
[ticket/10780] Use L_COLON for "download all attachments".
[ticket/10780] Use colon from language in ucp_pm_compose.php where possible.
[ticket/10780] Replace colons in phpBB/adm/style/acp_ext_details.html.
[ticket/10780] Replace colon usage in adm template output with {L_COLON}
[ticket/10780] Replace colon usage in template output with {L_COLON}
Diffstat (limited to 'phpBB/adm/style/custom_profile_fields.html')
-rw-r--r-- | phpBB/adm/style/custom_profile_fields.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/phpBB/adm/style/custom_profile_fields.html b/phpBB/adm/style/custom_profile_fields.html index 351397d3c7..982356bfa7 100644 --- a/phpBB/adm/style/custom_profile_fields.html +++ b/phpBB/adm/style/custom_profile_fields.html @@ -26,7 +26,7 @@ <!-- END int --> <!-- BEGIN date --> - <span>{L_DAY}:</span> <select name="{date.FIELD_IDENT}_day" id="{date.FIELD_IDENT}_day">{date.S_DAY_OPTIONS}</select> - <span>{L_MONTH}:</span> <select name="{date.FIELD_IDENT}_month" id="{date.FIELD_IDENT}_month">{date.S_MONTH_OPTIONS}</select> - <span>{L_YEAR}:</span> <select name="{date.FIELD_IDENT}_year" id="{date.FIELD_IDENT}_year">{date.S_YEAR_OPTIONS}</select> + <span>{L_DAY}{L_COLON}</span> <select name="{date.FIELD_IDENT}_day" id="{date.FIELD_IDENT}_day">{date.S_DAY_OPTIONS}</select> + <span>{L_MONTH}{L_COLON}</span> <select name="{date.FIELD_IDENT}_month" id="{date.FIELD_IDENT}_month">{date.S_MONTH_OPTIONS}</select> + <span>{L_YEAR}{L_COLON}</span> <select name="{date.FIELD_IDENT}_year" id="{date.FIELD_IDENT}_year">{date.S_YEAR_OPTIONS}</select> <!-- END date --> |