[Rt-commit] r15947 - in rt/branches/3.999-DANGEROUS: share/html/_elements
sunnavy at bestpractical.com
sunnavy at bestpractical.com
Fri Sep 12 10:05:12 EDT 2008
Author: sunnavy
Date: Fri Sep 12 10:05:11 2008
New Revision: 15947
Modified:
rt/branches/3.999-DANGEROUS/ (props changed)
rt/branches/3.999-DANGEROUS/share/html/_elements/wrapper
Log:
r16674 at sunnavys-mb: sunnavy | 2008-09-12 22:02:31 +0800
clean wrapper
Modified: rt/branches/3.999-DANGEROUS/share/html/_elements/wrapper
==============================================================================
--- rt/branches/3.999-DANGEROUS/share/html/_elements/wrapper (original)
+++ rt/branches/3.999-DANGEROUS/share/html/_elements/wrapper Fri Sep 12 10:05:11 2008
@@ -46,18 +46,11 @@
%#
%# END BPS TAGGED BLOCK }}}
-%# temporarily disable head and footer in login and logout page
-%# or this will cause never-stop redirections
-
-% unless ( $no_wrap ) {
<& /Elements/Header, %{Jifty->web->request->arguments} &>
-% }
<% $m->content |n%>
-% unless ( $no_wrap ) {
<& /Elements/Footer, %{Jifty->web->request->arguments} &>
-% }
<%args>
$prefs => '/Prefs/Other.html'
$focus => ''
@@ -72,12 +65,7 @@
$link_rel => undef
$java_script => 1
-$no_wrap => 0
# below are footer's args
$debug => 0
$menu => 1
</%args>
-
-<%init>
-$no_wrap = 1 if Jifty->web->request->path =~ m{^/log(in|out)};
-</%init>
More information about the Rt-commit
mailing list