From 54e82392f0788d442e856a663a931e5811816c55 Mon Sep 17 00:00:00 2001 From: David King Date: Sat, 26 Oct 2013 10:17:24 -0700 Subject: [PATCH] [ticket/11975] Make link text shorter on smaller resolutions PHPBB3-11975 --- phpBB/language/en/common.php | 2 ++ phpBB/styles/prosilver/template/index_body.html | 2 +- phpBB/styles/prosilver/template/mcp_header.html | 4 ++-- phpBB/styles/prosilver/template/viewforum_body.html | 2 +- phpBB/styles/prosilver/template/viewtopic_body.html | 2 +- 5 files changed, 7 insertions(+), 5 deletions(-) diff --git a/phpBB/language/en/common.php b/phpBB/language/en/common.php index 08d28e24b9..796b6eedda 100644 --- a/phpBB/language/en/common.php +++ b/phpBB/language/en/common.php @@ -62,6 +62,7 @@ $lang = array_merge($lang, array( 'ACCOUNT_DEACTIVATED' => 'Your account has been manually deactivated and is only able to be reactivated by an administrator.', 'ACCOUNT_NOT_ACTIVATED' => 'Your account has not been activated yet.', 'ACP' => 'Administration Control Panel', + 'ACP_SHORT' => 'ACP', 'ACTIVE' => 'active', 'ACTIVE_ERROR' => 'The specified username is currently inactive. If you have problems activating your account, please contact a board administrator.', 'ADMINISTRATOR' => 'Administrator', @@ -381,6 +382,7 @@ $lang = array_merge($lang, array( 'MB' => 'MB', 'MIB' => 'MiB', 'MCP' => 'Moderator Control Panel', + 'MCP_SHORT' => 'MCP', 'MEMBERLIST' => 'Members', 'MEMBERLIST_EXPLAIN' => 'View complete list of members', 'MERGE' => 'Merge', diff --git a/phpBB/styles/prosilver/template/index_body.html b/phpBB/styles/prosilver/template/index_body.html index 29d1154ef5..89efee4e15 100644 --- a/phpBB/styles/prosilver/template/index_body.html +++ b/phpBB/styles/prosilver/template/index_body.html @@ -1,7 +1,7 @@

{LAST_VISIT_DATE}{CURRENT_TIME}

-

{CURRENT_TIME}
{L_ACP} | {L_MCP} ]

{CURRENT_TIME}

+

{CURRENT_TIME}
{L_ACP} | {L_MCP} ]

{CURRENT_TIME}