You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by bu...@apache.org on 2009/02/01 10:58:37 UTC

svn commit: r739724 - /ofbiz/trunk/framework/example/webapp/appheader.ftl

Author: buscob
Date: Sun Feb  1 09:58:36 2009
New Revision: 739724

URL: http://svn.apache.org/viewvc?rev=739724&view=rev
Log:
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="<@o...@ofbizUrl>"><#if page.portalPageName?exists>${page.portalPageName}<#else>?</#if></a></li>
         	</#list>
         </#if>
-        <li class="opposed"><a href="<@o...@ofbizUrl>">${uiLabelMap.CommonLogout}</a></li>
         <li class="opposed"><a href="<@o...@ofbizUrl>">${uiLabelMap.CommonDashboard}</a></li>
-      <#else>
-        <li class="opposed"><a href="<@o...@ofbizUrl>">${uiLabelMap.CommonLogin}</a></li>
       </#if>
       </ul>
     </li>