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/memberlist_body.html | 26 +++++++++++----------- 1 file changed, 13 insertions(+), 13 deletions(-) (limited to 'phpBB/styles/prosilver/template/memberlist_body.html') diff --git a/phpBB/styles/prosilver/template/memberlist_body.html b/phpBB/styles/prosilver/template/memberlist_body.html index 545d5000c4..273182ec3f 100644 --- a/phpBB/styles/prosilver/template/memberlist_body.html +++ b/phpBB/styles/prosilver/template/memberlist_body.html @@ -4,7 +4,7 @@
- + @@ -25,7 +25,7 @@

-

{PAGE_TITLE}: {SEARCH_WORDS}

+

{PAGE_TITLE}{L_COLON} {SEARCH_WORDS}

@@ -36,16 +36,16 @@ {L_FIND_USERNAME}{L_HIDE_MEMBER_SEARCH} - {first_char.DESC}  + {first_char.DESC}  @@ -114,7 +114,7 @@ {memberrow.RANK_IMG}{memberrow.RANK_TITLE} {memberrow.USERNAME_FULL}
{L_SELECT} ] {memberrow.POSTS}{memberrow.POSTS} -
{memberrow.U_SHORT_WWW}
{memberrow.LOCATION}
  +
{memberrow.U_SHORT_WWW}
{memberrow.LOCATION}
  {memberrow.JOINED} {memberrow.VISITED}  @@ -145,7 +145,7 @@
{L_PREVIOUS} {L_NEXT} - +
@@ -155,11 +155,11 @@