Author: buscob
Date: Wed Feb 24 14:44:30 2010
New Revision: 915808
URL:
http://svn.apache.org/viewvc?rev=915808&view=revLog:
Fixed soma <ul> <li> not closed tags.
Thank you Adrian for reporting this on the ML.
Removed "Application" label from the menu bar when not logged in.
Modified:
ofbiz/trunk/themes/tomahawk/includes/appbarOpen.ftl
Modified: ofbiz/trunk/themes/tomahawk/includes/appbarOpen.ftl
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/themes/tomahawk/includes/appbarOpen.ftl?rev=915808&r1=915807&r2=915808&view=diff==============================================================================
--- ofbiz/trunk/themes/tomahawk/includes/appbarOpen.ftl (original)
+++ ofbiz/trunk/themes/tomahawk/includes/appbarOpen.ftl Wed Feb 24 14:44:30 2010
@@ -33,6 +33,7 @@
<div class="tabbar">
<div class="breadcrumbs<#if show_last_menu?exists> menu_selected</#if>">
+ <#if userLogin?has_content>
<div id="main-navigation">
<h2>${uiLabelMap.CommonApplications}</h2>
<ul>
@@ -100,4 +101,7 @@
</ul>
</li>
</ul>
- </div>
+ </li>
+ </ul>
+ </div>
+ </#if>