svn commit: r920030 - /ofbiz/trunk/themes/multiflex/includes/header.ftl

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

svn commit: r920030 - /ofbiz/trunk/themes/multiflex/includes/header.ftl

jleroux@apache.org
Author: jleroux
Date: Sun Mar  7 16:42:26 2010
New Revision: 920030

URL: http://svn.apache.org/viewvc?rev=920030&view=rev
Log:
Workaround to bypass an issue reported by Sam Hamilton on user ML.
Not sure if it's the right fix but at least it should prevent recurent issues on demo server

Modified:
    ofbiz/trunk/themes/multiflex/includes/header.ftl

Modified: ofbiz/trunk/themes/multiflex/includes/header.ftl
URL: http://svn.apache.org/viewvc/ofbiz/trunk/themes/multiflex/includes/header.ftl?rev=920030&r1=920029&r2=920030&view=diff
==============================================================================
--- ofbiz/trunk/themes/multiflex/includes/header.ftl (original)
+++ ofbiz/trunk/themes/multiflex/includes/header.ftl Sun Mar  7 16:42:26 2010
@@ -94,7 +94,7 @@
             </ul>
           </#if>
 
-          <#if catalogQuickaddUse>
+          <#if catalogQuickaddUse?has_content && catalogQuickaddUse>
             <!-- Navigation item -->
             <ul>
               <li id="header-bar-quickadd"><a href="<@ofbizUrl>quickadd</@ofbizUrl>">${uiLabelMap.CommonQuickAdd}</a></li>