svn commit: r1738776 - in /ofbiz/trunk/specialpurpose/assetmaint: template/ template/printFixedAssetMaint.fo.ftl webapp/assetmaint/assetmaint/printFixedAssetMaint.fo.ftl widget/AssetmaintScreens.xml

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

svn commit: r1738776 - in /ofbiz/trunk/specialpurpose/assetmaint: template/ template/printFixedAssetMaint.fo.ftl webapp/assetmaint/assetmaint/printFixedAssetMaint.fo.ftl widget/AssetmaintScreens.xml

jleroux@apache.org
Author: jleroux
Date: Tue Apr 12 11:42:08 2016
New Revision: 1738776

URL: http://svn.apache.org/viewvc?rev=1738776&view=rev
Log:
A patch from Pierre Smits for <<relocate .ftl files in the assetmaint component>> https://issues.apache.org/jira/browse/OFBIZ-6825

jleroux: template moved by hand

Added:
    ofbiz/trunk/specialpurpose/assetmaint/template/
    ofbiz/trunk/specialpurpose/assetmaint/template/printFixedAssetMaint.fo.ftl
      - copied unchanged from r1738254, ofbiz/trunk/specialpurpose/assetmaint/webapp/assetmaint/assetmaint/printFixedAssetMaint.fo.ftl
Removed:
    ofbiz/trunk/specialpurpose/assetmaint/webapp/assetmaint/assetmaint/printFixedAssetMaint.fo.ftl
Modified:
    ofbiz/trunk/specialpurpose/assetmaint/widget/AssetmaintScreens.xml

Modified: ofbiz/trunk/specialpurpose/assetmaint/widget/AssetmaintScreens.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/assetmaint/widget/AssetmaintScreens.xml?rev=1738776&r1=1738775&r2=1738776&view=diff
==============================================================================
--- ofbiz/trunk/specialpurpose/assetmaint/widget/AssetmaintScreens.xml (original)
+++ ofbiz/trunk/specialpurpose/assetmaint/widget/AssetmaintScreens.xml Tue Apr 12 11:42:08 2016
@@ -333,7 +333,7 @@
                 <decorator-screen name="GlobalFoDecorator" location="component://common/widget/CommonScreens.xml">
                     <decorator-section name="body">
                         <platform-specific>
-                            <xsl-fo><html-template location="component://assetmaint/webapp/assetmaint/assetmaint/printFixedAssetMaint.fo.ftl"/></xsl-fo>
+                            <xsl-fo><html-template location="component://assetmaint/template/printFixedAssetMaint.fo.ftl"/></xsl-fo>
                         </platform-specific>
                     </decorator-section>
                 </decorator-screen>