You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by ja...@apache.org on 2009/04/24 12:12:21 UTC

svn commit: r768246 - /ofbiz/trunk/applications/product/widget/catalog/ProductScreens.xml

Author: jacopoc
Date: Fri Apr 24 10:12:21 2009
New Revision: 768246

URL: http://svn.apache.org/viewvc?rev=768246&view=rev
Log:
Fix for platform specific template type, to prevent warning message.

Modified:
    ofbiz/trunk/applications/product/widget/catalog/ProductScreens.xml

Modified: ofbiz/trunk/applications/product/widget/catalog/ProductScreens.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/product/widget/catalog/ProductScreens.xml?rev=768246&r1=768245&r2=768246&view=diff
==============================================================================
--- ofbiz/trunk/applications/product/widget/catalog/ProductScreens.xml (original)
+++ ofbiz/trunk/applications/product/widget/catalog/ProductScreens.xml Fri Apr 24 10:12:21 2009
@@ -1734,7 +1734,7 @@
             </actions>
             <widgets>
                 <platform-specific>
-                    <html><html-template location="component://product/webapp/catalog/product/ProductBarCode.fo.ftl"/></html>
+                    <xsl-fo><html-template location="component://product/webapp/catalog/product/ProductBarCode.fo.ftl"/></xsl-fo>
                 </platform-specific>
             </widgets>
         </section>