Author: ashish
Date: Sat May 7 10:20:51 2016
New Revision: 1742699
URL:
http://svn.apache.org/viewvc?rev=1742699&view=revLog:
Applied patch for jira issue OFBIZ-7036 - Have
https://localhost:8443/example/control/ExampleReportPdfBarcode open in a new window. Thanks Pierre for reporting the issue and thanks Harsh for providing the patch.
Modified:
ofbiz/trunk/specialpurpose/example/widget/example/CommonScreens.xml
Modified: ofbiz/trunk/specialpurpose/example/widget/example/CommonScreens.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/example/widget/example/CommonScreens.xml?rev=1742699&r1=1742698&r2=1742699&view=diff==============================================================================
--- ofbiz/trunk/specialpurpose/example/widget/example/CommonScreens.xml (original)
+++ ofbiz/trunk/specialpurpose/example/widget/example/CommonScreens.xml Sat May 7 10:20:51 2016
@@ -107,7 +107,7 @@ under the License.
<parameter param-name="exampleId"/>
<image url-mode="raw" src="${iconsLocation}/page_white_acrobat.png"/>
</link>
- <link target="ExampleReportPdfBarcode" text="${uiLabelMap.ExamplePdfBarcode}" style="buttontext">
+ <link target="ExampleReportPdfBarcode" text="${uiLabelMap.ExamplePdfBarcode}" style="buttontext" target-window="_blank">
<parameter param-name="exampleId"/>
<image url-mode="raw" src="${iconsLocation}/ofbiz_barcode.png"/>
</link>