From ea04b3bcbc12d0eaa6443ab509922495755b1244 Mon Sep 17 00:00:00 2001 From: Nils Adermann Date: Tue, 30 May 2006 12:24:07 +0000 Subject: - various corrections related to permissions in the mcp, including [Bug #1994] and [Bug #1924] - fixed some quickmod bugs [#1994] and [Bug #1898] - browse reports/unapproved posts by topic id - correctly hide approval details - added return message to mcp_ban [Bug #1851] - adjusted some links, including [Bug #1855] - added some missing language variables, including [Bug #1824], [Bug #1841], [Bug #1852] and [Bug #1864] - always show all options in mcp_topic [Bug #1938] git-svn-id: file:///svn/phpbb/trunk@5986 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/adm/index.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'phpBB/adm/index.php') diff --git a/phpBB/adm/index.php b/phpBB/adm/index.php index cf04f53991..29d6539f80 100644 --- a/phpBB/adm/index.php +++ b/phpBB/adm/index.php @@ -199,7 +199,8 @@ function adm_page_footer($copyright_html = true) function adm_back_link($u_action) { - return '

« Back to previous page'; + global $user; + return '

« ' . $user->lang['BACK_TO_PREV'] . ''; } function build_select($option_ary, $option_default = false) -- cgit v1.2.1