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 2011/09/03 18:25:35 UTC

svn commit: r1164883 - /ofbiz/trunk/specialpurpose/assetmaint/widget/AssetmaintScreens.xml

Author: jleroux
Date: Sat Sep  3 16:25:34 2011
New Revision: 1164883

URL: http://svn.apache.org/viewvc?rev=1164883&view=rev
Log:
Closes https://issues.apache.org/jira/browse/OFBIZ-4142

Assetmaint: PDF rendering in same browser window as OFBiz in stead of new window

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=1164883&r1=1164882&r2=1164883&view=diff
==============================================================================
--- ofbiz/trunk/specialpurpose/assetmaint/widget/AssetmaintScreens.xml (original)
+++ ofbiz/trunk/specialpurpose/assetmaint/widget/AssetmaintScreens.xml Sat Sep  3 16:25:34 2011
@@ -126,7 +126,7 @@
                                     <link target="EditFixedAssetMaint" text="${uiLabelMap.AccountingNewFixedAssetMaint}" style="buttontext create">
                                         <parameter param-name="fixedAssetId"/>
                                     </link>
-                                    <link target="printFixedAssetMaint.pdf" text="${uiLabelMap.CommonPrint}" style="buttontext">
+                                    <link target="printFixedAssetMaint.pdf" target-window="_blank" text="${uiLabelMap.CommonPrint}" style="buttontext">
                                         <parameter param-name="fixedAssetId"/>
                                         <parameter param-name="maintHistSeqId"/>
                                     </link>