From 7cd25dd61e33ad7d5bf1c041937e1793c55e61fd Mon Sep 17 00:00:00 2001 From: "mkanat%bugzilla.org" <> Date: Tue, 24 Feb 2009 00:35:34 +0000 Subject: Bug 478173: Add a "Remember" checkbox to the header/footer login form and restructure the header and footer so that it fits nicely. Patch By Max Kanat-Alexander r=glob, a=mkanat --- template/en/default/account/auth/login-small.html.tmpl | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) (limited to 'template/en/default/account/auth/login-small.html.tmpl') diff --git a/template/en/default/account/auth/login-small.html.tmpl b/template/en/default/account/auth/login-small.html.tmpl index 56f281b24..821244cb8 100644 --- a/template/en/default/account/auth/login-small.html.tmpl +++ b/template/en/default/account/auth/login-small.html.tmpl @@ -47,11 +47,18 @@ type="password" onfocus="mini_login_on_focus( this )" > + [% IF Param('rememberlogin') == 'defaulton' || + Param('rememberlogin') == 'defaultoff' + %] + + + [% END %] - [options]
[% PROCESS "global/hidden-fields.html.tmpl" - exclude="^Bugzilla_(login|password|restrictlogin)$" %] + exclude="^Bugzilla_(login|password|restrictlogin|remember)$" %]
-- cgit v1.2.3-24-g4f1b