From d124cd2d593bf66abf173e1c5b97c7f371a09dc4 Mon Sep 17 00:00:00 2001 From: Nathan Guse Date: Fri, 3 Aug 2012 11:50:59 -0500 Subject: [ticket/10780] Replace colon usage in adm template output with {L_COLON} Same as 46a7940a976ec1f54078f803ec949aa2bfbf6316, but for ACP templates PHPBB3-10780 --- phpBB/adm/style/acp_users.html | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'phpBB/adm/style/acp_users.html') diff --git a/phpBB/adm/style/acp_users.html b/phpBB/adm/style/acp_users.html index 837629255b..96c9de6ebb 100644 --- a/phpBB/adm/style/acp_users.html +++ b/phpBB/adm/style/acp_users.html @@ -13,7 +13,7 @@
{L_SELECT_USER}
-
+
[ {L_FIND_USERNAME} ]
@@ -68,7 +68,7 @@
- {L_SELECT_FORM}: + {L_SELECT_FORM}{L_COLON} {S_FORM_TOKEN}
@@ -106,7 +106,7 @@
{L_ACP_USER_RANK}
-
+
@@ -146,7 +146,7 @@
- {L_USER_GROUP_ADD}: + {L_USER_GROUP_ADD}{L_COLON} {S_FORM_TOKEN}
@@ -177,7 +177,7 @@ - {attach.REAL_FILENAME}
{L_PM}: {L_POST}: {attach.TOPIC_TITLE} + {attach.REAL_FILENAME}
{L_PM}{L_COLON} {L_POST}{L_COLON} {attach.TOPIC_TITLE} {attach.POST_TIME} {attach.SIZE} {attach.DOWNLOAD_COUNT} @@ -192,7 +192,7 @@
- {L_SORT_BY}: + {L_SORT_BY}{L_COLON}

@@ -219,7 +219,7 @@
- {L_SELECT_FORUM}: + {L_SELECT_FORUM}{L_COLON} {S_FORM_TOKEN}
-- cgit v1.2.1