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 --- .../styles/prosilver/template/search_results.html | 30 +++++++++++----------- 1 file changed, 15 insertions(+), 15 deletions(-) (limited to 'phpBB/styles/prosilver/template/search_results.html') diff --git a/phpBB/styles/prosilver/template/search_results.html b/phpBB/styles/prosilver/template/search_results.html index 063cc8c8ea..136ca991b1 100644 --- a/phpBB/styles/prosilver/template/search_results.html +++ b/phpBB/styles/prosilver/template/search_results.html @@ -1,12 +1,12 @@ -

{SEARCH_TITLE}{SEARCH_MATCHES}: {SEARCH_WORDS}

-

{L_SEARCHED_QUERY}: {SEARCHED_QUERY}

-

{L_IGNORED_TERMS}: {IGNORED_WORDS}

+

{SEARCH_TITLE}{SEARCH_MATCHES}{L_COLON} {SEARCH_WORDS}

+

{L_SEARCHED_QUERY}{L_COLON} {SEARCHED_QUERY}

+

{L_IGNORED_TERMS}{L_COLON} {IGNORED_WORDS}

{L_PHRASE_SEARCH_DISABLED}

-

{L_RETURN_TO}: {SEARCH_TOPIC}

+

{L_RETURN_TO}{L_COLON} {SEARCH_TOPIC}

{L_RETURN_TO_SEARCH_ADV}

@@ -19,7 +19,7 @@ @@ -27,10 +27,10 @@ @@ -122,10 +122,10 @@
{L_POST_BY_AUTHOR} {searchresults.POST_AUTHOR_FULL}
{searchresults.POST_DATE}
 
-
{L_FORUM}: {searchresults.FORUM_TITLE}
-
{L_TOPIC}: {searchresults.TOPIC_TITLE}
-
{L_REPLIES}: {searchresults.TOPIC_REPLIES}
-
{L_VIEWS}: {searchresults.TOPIC_VIEWS}
+
{L_FORUM}{L_COLON} {searchresults.FORUM_TITLE}
+
{L_TOPIC}{L_COLON} {searchresults.TOPIC_TITLE}
+
{L_REPLIES}{L_COLON} {searchresults.TOPIC_REPLIES}
+
{L_VIEWS}{L_COLON} {searchresults.TOPIC_VIEWS}
@@ -167,8 +167,8 @@