Author: mor
Date: Mon Apr  5 10:48:54 2010
New Revision: 930837

URL: http://svn.apache.org/viewvc?rev=930837&view=rev
Log:
Catalog Tab Bars using FTL were replaced by menu widget in r705940. Removing 
the FTL tab bar occurrence which was probably not removed while replacing it 
with menu widget.  

Modified:
    ofbiz/trunk/specialpurpose/googlebase/widget/CommonScreens.xml

Modified: ofbiz/trunk/specialpurpose/googlebase/widget/CommonScreens.xml
URL: 
http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/googlebase/widget/CommonScreens.xml?rev=930837&r1=930836&r2=930837&view=diff
==============================================================================
--- ofbiz/trunk/specialpurpose/googlebase/widget/CommonScreens.xml (original)
+++ ofbiz/trunk/specialpurpose/googlebase/widget/CommonScreens.xml Mon Apr  5 
10:48:54 2010
@@ -89,9 +89,6 @@ under the License.
                                     <condition><not><if-empty 
field="product"/></not></condition>
                                     <widgets>
                                         <include-menu name="ProductTabBar" 
location="component://product/widget/catalog/CatalogMenus.xml"/>
-                                        <platform-specific>
-                                            <html><html-template 
location="component://product/webapp/catalog/product/ProductTabBar.ftl"/></html>
-                                        </platform-specific>
                                         <container>
                                             <label 
style="h1">${uiLabelMap.${labelTitleProperty}} ${uiLabelMap.CommonFor}: 
${product.internalName} [${uiLabelMap.CommonId}:${productId}]  
${${extraFunctionName}}</label>
                                             <image 
src="${product.smallImageUrl}" height="40" width="40" url-mode="content"/>


Reply via email to