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 --- phpBB/styles/subsilver2/template/viewforum_body.html | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'phpBB/styles/subsilver2/template/viewforum_body.html') diff --git a/phpBB/styles/subsilver2/template/viewforum_body.html b/phpBB/styles/subsilver2/template/viewforum_body.html index 7f241ce874..c5e66a07ca 100644 --- a/phpBB/styles/subsilver2/template/viewforum_body.html +++ b/phpBB/styles/subsilver2/template/viewforum_body.html @@ -41,7 +41,7 @@ {NEWEST_POST_IMG} - {topicrow.ATTACH_ICON_IMG} {topicrow.TOPIC_TYPE} {topicrow.TOPIC_TITLE} + {topicrow.ATTACH_ICON_IMG} {topicrow.TOPIC_TYPE} {topicrow.TOPIC_TITLE} {UNAPPROVED_IMG}  @@ -49,11 +49,11 @@ {REPORTED_IMG}  -

[ {GOTO_PAGE_IMG}{L_GOTO_PAGE}: +

[ {GOTO_PAGE_IMG}{L_GOTO_PAGE}{L_COLON} {topicrow.pagination.PAGE_NUMBER} - {L_ELLIPSIS} + {L_ELLIPSIS} {topicrow.pagination.PAGE_NUMBER} @@ -101,7 +101,7 @@

{FORUM_NAME}

-

{L_MODERATOR}{L_MODERATORS}: {MODERATORS}

+

{L_MODERATOR}{L_MODERATORS}{L_COLON} {MODERATORS}

[ {L_MCP} ]

@@ -131,7 +131,7 @@

{L_LOGIN_LOGOUT}

- {L_USERNAME}:   {L_PASSWORD}:   {L_LOG_ME_IN}   + {L_USERNAME}{L_COLON}   {L_PASSWORD}{L_COLON}   {L_LOG_ME_IN}   {S_LOGIN_REDIRECT} @@ -201,7 +201,7 @@ {NEWEST_POST_IMG} - {topicrow.ATTACH_ICON_IMG} {topicrow.TOPIC_TYPE} {topicrow.TOPIC_TITLE} + {topicrow.ATTACH_ICON_IMG} {topicrow.TOPIC_TYPE} {topicrow.TOPIC_TITLE} {topicrow.UNAPPROVED_IMG}  @@ -209,11 +209,11 @@ {REPORTED_IMG}  -

[ {GOTO_PAGE_IMG}{L_GOTO_PAGE}: +

[ {GOTO_PAGE_IMG}{L_GOTO_PAGE}{L_COLON} {topicrow.pagination.PAGE_NUMBER} - {L_ELLIPSIS} + {L_ELLIPSIS} {topicrow.pagination.PAGE_NUMBER} @@ -252,7 +252,7 @@ -

{L_DISPLAY_TOPICS}: {S_SELECT_SORT_DAYS} {L_SORT_BY} {S_SELECT_SORT_KEY} {S_SELECT_SORT_DIR} 
+
{L_DISPLAY_TOPICS}{L_COLON} {S_SELECT_SORT_DAYS} {L_SORT_BY} {S_SELECT_SORT_KEY} {S_SELECT_SORT_DIR} 
-- cgit v1.2.1