Author: jleroux
Date: Tue Apr 12 11:42:08 2016
New Revision: 1738776
URL:
http://svn.apache.org/viewvc?rev=1738776&view=revLog:
A patch from Pierre Smits for <<relocate .ftl files in the assetmaint component>>
https://issues.apache.org/jira/browse/OFBIZ-6825jleroux: 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>