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

svn commit: r768358 - /ofbiz/trunk/framework/example/widget/example/FormWidgetExampleScreens.xml

Author: jleroux
Date: Fri Apr 24 16:42:06 2009
New Revision: 768358

URL: http://svn.apache.org/viewvc?rev=768358&view=rev
Log:
The FormWidgetExamples only part of a patch from Erwan de FERRIERES "correction of the fo.ftl files calling" https://issues.apache.org/jira/browse/OFBIZ-2351 - OFBIZ-2351

Modified:
    ofbiz/trunk/framework/example/widget/example/FormWidgetExampleScreens.xml

Modified: ofbiz/trunk/framework/example/widget/example/FormWidgetExampleScreens.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/example/widget/example/FormWidgetExampleScreens.xml?rev=768358&r1=768357&r2=768358&view=diff
==============================================================================
--- ofbiz/trunk/framework/example/widget/example/FormWidgetExampleScreens.xml (original)
+++ ofbiz/trunk/framework/example/widget/example/FormWidgetExampleScreens.xml Fri Apr 24 16:42:06 2009
@@ -82,12 +82,7 @@
     <screen name="printExampleFOPFonts">
         <section>
             <widgets>
-                <platform-specific>
-                    <html>
-                        <html-template
-                            location="component://example/webapp/example/reports/fonts.fo.ftl"/>
-                    </html>
-                </platform-specific>
+                <platform-specific><xsl-fo><html-template location="component://example/webapp/example/reports/fonts.fo.ftl"/></xsl-fo></platform-specific>
             </widgets>
         </section>
     </screen>