From 3410acccdc38631ac52415deb00f71da549b6380 Mon Sep 17 00:00:00 2001 From: pdontthink Date: Wed, 6 Sep 2006 07:55:39 +0000 Subject: [PATCH] I don't remember why the login_form hook had to be moved up into the table (it was in fact always in the form), but placing it seemingly haphazard into just one of the two table cells is not useful for any of the plugins I can think of. Moving to a table row of its own. git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@11680 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- ChangeLog | 1 + templates/default/login.tpl | 6 +++++- templates/default_advanced/login.tpl | 6 +++++- 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index c303cea1..98d2b460 100644 --- a/ChangeLog +++ b/ChangeLog @@ -134,6 +134,7 @@ Version 1.5.2 - CVS - Provide View Unsafe Images link on viewing a text/html attachment. - Added APOP, TLS and STLS support to mail_fetch plugin (#575299). - Added Courier IMAP OUTBOX check to configtest utility. + - Moved login_form hook to its own table row on login page. Version 1.5.1 (branched on 2006-02-12) -------------------------------------- diff --git a/templates/default/login.tpl b/templates/default/login.tpl index 010ab15d..dabb185a 100644 --- a/templates/default/login.tpl +++ b/templates/default/login.tpl @@ -53,6 +53,10 @@ extract($t); + + + + @@ -62,4 +66,4 @@ extract($t); - \ No newline at end of file + diff --git a/templates/default_advanced/login.tpl b/templates/default_advanced/login.tpl index 90e7bdc6..8776da85 100644 --- a/templates/default_advanced/login.tpl +++ b/templates/default_advanced/login.tpl @@ -66,6 +66,10 @@ extract($t); + + + + @@ -78,4 +82,4 @@ extract($t); - \ No newline at end of file + -- 2.25.1