From 6e7e70a18abc4368bc0728db420d1f7f61ad8686 Mon Sep 17 00:00:00 2001 From: Nathan Guse Date: Fri, 3 Aug 2012 11:43:23 -0500 Subject: [ticket/10780] Replace colon usage in template output with {L_COLON} Replace all the instances (I could find) where the colon is displayed to the user with {L_COLON} so it can be localised. PHPBB3-10780 --- .../prosilver/template/ucp_pm_viewmessage.html | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) (limited to 'phpBB/styles/prosilver/template/ucp_pm_viewmessage.html') diff --git a/phpBB/styles/prosilver/template/ucp_pm_viewmessage.html b/phpBB/styles/prosilver/template/ucp_pm_viewmessage.html index b022bcd979..2b16700ec9 100644 --- a/phpBB/styles/prosilver/template/ucp_pm_viewmessage.html +++ b/phpBB/styles/prosilver/template/ucp_pm_viewmessage.html @@ -31,10 +31,10 @@

{SUBJECT}

- {L_SENT_AT}: {SENT_DATE} -
{L_PM_FROM}: {MESSAGE_AUTHOR_FULL} -
{L_TO}: {to_recipient.NAME_FULL}{to_recipient.NAME}  -
{L_BCC}: {bcc_recipient.NAME_FULL}{bcc_recipient.NAME}  + {L_SENT_AT}{L_COLON} {SENT_DATE} +
{L_PM_FROM}{L_COLON} {MESSAGE_AUTHOR_FULL} +
{L_TO}{L_COLON} {to_recipient.NAME_FULL}{to_recipient.NAME}  +
{L_BCC}{L_COLON} {bcc_recipient.NAME_FULL}{bcc_recipient.NAME} 

@@ -67,7 +67,7 @@
{EDITED_MESSAGE} -
{L_REASON}: {EDIT_REASON} +
{L_REASON}{L_COLON} {EDIT_REASON}
@@ -81,12 +81,12 @@
{RANK_TITLE}
{RANK_IMG}
 
-
{L_POSTS}: {AUTHOR_POSTS}
-
{L_JOINED}: {AUTHOR_JOINED}
-
{L_LOCATION}: {AUTHOR_FROM}
+
{L_POSTS}{L_COLON} {AUTHOR_POSTS}
+
{L_JOINED}{L_COLON} {AUTHOR_JOINED}
+
{L_LOCATION}{L_COLON} {AUTHOR_FROM}
-
{custom_fields.PROFILE_FIELD_NAME}: {custom_fields.PROFILE_FIELD_VALUE}
+
{custom_fields.PROFILE_FIELD_NAME}{L_COLON} {custom_fields.PROFILE_FIELD_VALUE}
@@ -95,7 +95,7 @@