Author: buscob
Date: Sun Feb 1 09:58:36 2009
New Revision: 739724
URL:
http://svn.apache.org/viewvc?rev=739724&view=revLog:
Removed Login and Logout menu item from FTL based app-navigation menus. (Moved now to the header).
Modified:
ofbiz/trunk/framework/example/webapp/appheader.ftl
Modified: ofbiz/trunk/framework/example/webapp/appheader.ftl
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/framework/example/webapp/appheader.ftl?rev=739724&r1=739723&r2=739724&view=diff==============================================================================
--- ofbiz/trunk/framework/example/webapp/appheader.ftl (original)
+++ ofbiz/trunk/framework/example/webapp/appheader.ftl Sun Feb 1 09:58:36 2009
@@ -33,10 +33,7 @@
<li<#if selected = "${page.portalPageId}"> class="selected"</#if>><a href="<@ofbizUrl>showPortalPage?portalPageId=${page.portalPageId}</@ofbizUrl>"><#if page.portalPageName?exists>${page.portalPageName}<#else>?</#if></a></li>
</#list>
</#if>
- <li class="opposed"><a href="<@ofbizUrl>logout</@ofbizUrl>">${uiLabelMap.CommonLogout}</a></li>
<li class="opposed"><a href="<@ofbizUrl>ManagePortalPages?parentPortalPageId=EXAMPLE</@ofbizUrl>">${uiLabelMap.CommonDashboard}</a></li>
- <#else>
- <li class="opposed"><a href="<@ofbizUrl>${checkLoginUrl?if_exists}</@ofbizUrl>">${uiLabelMap.CommonLogin}</a></li>
</#if>
</ul>
</li>