[Rt-commit] r19442 - rt/3.999/trunk/share/html/Elements
sunnavy at bestpractical.com
sunnavy at bestpractical.com
Tue May 5 12:16:28 EDT 2009
Author: sunnavy
Date: Tue May 5 12:16:27 2009
New Revision: 19442
Modified:
rt/3.999/trunk/share/html/Elements/Header
Log:
do not outs <div id="body"> if we are in login page
Modified: rt/3.999/trunk/share/html/Elements/Header
==============================================================================
--- rt/3.999/trunk/share/html/Elements/Header (original)
+++ rt/3.999/trunk/share/html/Elements/Header Tue May 5 12:16:27 2009
@@ -103,7 +103,11 @@
</div>
% }
</div>
+
+%# template login already has div with id "body"
+% unless ( Jifty->web->request->path =~ m{^/login} ) {
<div id="body">
+% }
% $m->callback( %ARGS, callback_name => 'BeforeBody' );
% $m->flush_buffer(); # we've got the page laid out, let's flush the buffer;
More information about the Rt-commit
mailing list