From b1e2227ccb033052e55f58e39249a9e1c063e2a7 Mon Sep 17 00:00:00 2001 From: Robert Sesek Date: Sun, 15 Oct 2006 00:31:08 +0000 Subject: [PATCH] r1258: - We forgot to change the extensive call to page_start() in admin/global.php so the number 15 kept showing up - Forgot to mark the page title in the admin login screen as a gettext string --- admin/global.php | 2 +- docs/changes.txt | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/admin/global.php b/admin/global.php index 97c066d..f4d11cf 100755 --- a/admin/global.php +++ b/admin/global.php @@ -54,7 +54,7 @@ function admin_login() define('ISSO_PRINTER_NO_NAVIGATION', 1); - $admin->page_start('Login', '', 15, '', 'document.cplogin.' . (($bugsys->userinfo['email']) ? 'password' : 'email') . '.focus();'); + $admin->page_start(_('Login'), null, '', 'document.cplogin.' . (($bugsys->userinfo['email']) ? 'password' : 'email') . '.focus();'); $admin->form_start('../login.php', 'cplogin', false, 'cplogin'); $admin->table_start(true, '425'); diff --git a/docs/changes.txt b/docs/changes.txt index dac51d1..7314365 100644 --- a/docs/changes.txt +++ b/docs/changes.txt @@ -2,6 +2,7 @@ =============================== - If a user leaves a comment and does not have bug change access, data loss occurs - Fixed IE's redirection issue when using Message_Reporter->redirect() (http://www.bluestatic.org/bugs/showreport.php?bugid=32) +- On the admin login page, prevent the number "15" from appearing as text and marked another string for translation that was missed 1.1.2 =============================== -- 2.22.5