svn commit: r484941 - /incubator/ofbiz/trunk/applications/accounting/webapp/accounting/includes/appheader.ftl

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

svn commit: r484941 - /incubator/ofbiz/trunk/applications/accounting/webapp/accounting/includes/appheader.ftl

jacopoc
Author: jacopoc
Date: Fri Dec  8 23:31:40 2006
New Revision: 484941

URL: http://svn.apache.org/viewvc?view=rev&rev=484941
Log:
Removed old assignment that was causing some minor issues with login redirection  to the main page.
Thanks to Hederer Jean-Sébastien for the bug report: OFBIZ-532

Modified:
    incubator/ofbiz/trunk/applications/accounting/webapp/accounting/includes/appheader.ftl

Modified: incubator/ofbiz/trunk/applications/accounting/webapp/accounting/includes/appheader.ftl
URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/applications/accounting/webapp/accounting/includes/appheader.ftl?view=diff&rev=484941&r1=484940&r2=484941
==============================================================================
--- incubator/ofbiz/trunk/applications/accounting/webapp/accounting/includes/appheader.ftl (original)
+++ incubator/ofbiz/trunk/applications/accounting/webapp/accounting/includes/appheader.ftl Fri Dec  8 23:31:40 2006
@@ -17,8 +17,6 @@
 <#if (requestAttributes.uiLabelMap)?exists><#assign uiLabelMap = requestAttributes.uiLabelMap></#if>
 <#if (requestAttributes.security)?exists><#assign security = requestAttributes.security></#if>
 <#if (requestAttributes.userLogin)?exists><#assign userLogin = requestAttributes.userLogin></#if>
-<#if (requestAttributes.checkLoginUrl)?exists><#assign checkLoginUrl = requestAttributes.checkLoginUrl></#if>
-
 <#assign unselectedLeftClassName = "headerButtonLeft">
 <#assign unselectedRightClassName = "headerButtonRight">
 <#assign selectedLeftClassMap = {page.headerItem?default("void") : "headerButtonLeftSelected"}>