[Rt-commit] rt branch, 5.0/login-closing-div, repushed
? sunnavy
sunnavy at bestpractical.com
Wed Jan 27 10:46:59 EST 2021
The branch 5.0/login-closing-div was deleted and repushed:
was 696532f1b4386a9756980705f6a0a99d84c495c6
now 9b307c8dba9534b3ad1c42e42b8e490823930357
1: 696532f1b4 ! 1: 9b307c8dba Remove extra closing div on Login/Logout pages
@@ -1,10 +1,10 @@
Author: Jim Brandt <jbrandt at bestpractical.com>
- Remove extra closing div on Login page
+ Remove extra closing div on Login/Logout pages
- The Footer template adds a closing div, normally
- for the PageLayout template, so Login can omit the
- closing div for the "body" to follow the same pattern.
+ The Footer template adds a closing div, normally for the PageLayout
+ template, so Login/Logout can omit the closing div for the "body" to
+ follow the same pattern.
Fixes: I#37049
@@ -21,3 +21,18 @@
<& /Elements/Footer, Menu => 0 &>
<%ARGS>
$next => ''
+
+diff --git a/share/html/NoAuth/Logout.html b/share/html/NoAuth/Logout.html
+--- a/share/html/NoAuth/Logout.html
++++ b/share/html/NoAuth/Logout.html
+@@
+
+ % $m->callback( %ARGS );
+
+-</div></div>
++</div>
++% # Omit closing div for login-body because Footer adds a closing div,
++% # normally for the PageLayout template
+ <& /Elements/Footer, Menu => 0 &>
+
+ % $m->abort();
More information about the rt-commit
mailing list