You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by ja...@apache.org on 2006/12/09 08:31:41 UTC

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

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"}>