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/subsilver2/template/ucp_prefs_view.html | 24 +++++++++++----------- 1 file changed, 12 insertions(+), 12 deletions(-) (limited to 'phpBB/styles/subsilver2/template/ucp_prefs_view.html') diff --git a/phpBB/styles/subsilver2/template/ucp_prefs_view.html b/phpBB/styles/subsilver2/template/ucp_prefs_view.html index 7d8c7d4333..cc1b20a987 100644 --- a/phpBB/styles/subsilver2/template/ucp_prefs_view.html +++ b/phpBB/styles/subsilver2/template/ucp_prefs_view.html @@ -10,28 +10,28 @@ - {L_VIEW_IMAGES}: + {L_VIEW_IMAGES}{L_COLON} checked="checked" />{L_YES}    checked="checked" />{L_NO} - {L_VIEW_FLASH}: + {L_VIEW_FLASH}{L_COLON} checked="checked" />{L_YES}    checked="checked" />{L_NO} - {L_VIEW_SMILIES}: + {L_VIEW_SMILIES}{L_COLON} checked="checked" />{L_YES}    checked="checked" />{L_NO} - {L_VIEW_SIGS}: + {L_VIEW_SIGS}{L_COLON} checked="checked" />{L_YES}    checked="checked" />{L_NO} - {L_VIEW_AVATARS}: + {L_VIEW_AVATARS}{L_COLON} checked="checked" />{L_YES}    checked="checked" />{L_NO} - {L_DISABLE_CENSORS}: + {L_DISABLE_CENSORS}{L_COLON} checked="checked" />{L_YES}    checked="checked" />{L_NO} @@ -39,30 +39,30 @@ - {L_VIEW_TOPICS_DAYS}: + {L_VIEW_TOPICS_DAYS}{L_COLON} {S_TOPIC_SORT_DAYS} - {L_VIEW_TOPICS_KEY}: + {L_VIEW_TOPICS_KEY}{L_COLON} {S_TOPIC_SORT_KEY} - {L_VIEW_TOPICS_DIR}: + {L_VIEW_TOPICS_DIR}{L_COLON} {S_TOPIC_SORT_DIR} - {L_VIEW_POSTS_DAYS}: + {L_VIEW_POSTS_DAYS}{L_COLON} {S_POST_SORT_DAYS} - {L_VIEW_POSTS_KEY}: + {L_VIEW_POSTS_KEY}{L_COLON} {S_POST_SORT_KEY} - {L_VIEW_POSTS_DIR}: + {L_VIEW_POSTS_DIR}{L_COLON} {S_POST_SORT_DIR} -- cgit v1.2.1