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:44:05 UTC

svn commit: r768359 - in /ofbiz/branches/release09.04: ./ framework/example/widget/example/FormWidgetExampleScreens.xml

Author: jleroux
Date: Fri Apr 24 16:44:05 2009
New Revision: 768359

URL: http://svn.apache.org/viewvc?rev=768359&view=rev
Log:
Applied fix from trunk for revision: 768358  

Modified:
    ofbiz/branches/release09.04/   (props changed)
    ofbiz/branches/release09.04/framework/example/widget/example/FormWidgetExampleScreens.xml

Propchange: ofbiz/branches/release09.04/
------------------------------------------------------------------------------
--- svn:mergeinfo (original)
+++ svn:mergeinfo Fri Apr 24 16:44:05 2009
@@ -1 +1 @@
-/ofbiz/trunk:765933,766011,766015,766293,766307,766316,766325,766462,766522,766800,767060,767072,767093,767098-767099,767102,767123,767125,767127,767279,767287,767671,767688,767694,767822,767845
+/ofbiz/trunk:765933,766011,766015,766293,766307,766316,766325,766462,766522,766800,767060,767072,767093,767098-767099,767102,767123,767125,767127,767279,767287,767671,767688,767694,767822,767845,768358

Modified: ofbiz/branches/release09.04/framework/example/widget/example/FormWidgetExampleScreens.xml
URL: http://svn.apache.org/viewvc/ofbiz/branches/release09.04/framework/example/widget/example/FormWidgetExampleScreens.xml?rev=768359&r1=768358&r2=768359&view=diff
==============================================================================
--- ofbiz/branches/release09.04/framework/example/widget/example/FormWidgetExampleScreens.xml (original)
+++ ofbiz/branches/release09.04/framework/example/widget/example/FormWidgetExampleScreens.xml Fri Apr 24 16:44:05 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>