Author: ashish
Date: Sat May 21 06:43:00 2016
New Revision: 1744850
URL: http://svn.apache.org/viewvc?rev=1744850&view=rev
Log:
Applied patch for jira issue - OFBIZ-7054. Example -> PDF should be open in a
new window.
Thanks Harsh for the contribution.
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=1744850&r1=1744849&r2=1744850&view=diff
==============================================================================
--- ofbiz/trunk/specialpurpose/example/widget/example/CommonScreens.xml
(original)
+++ ofbiz/trunk/specialpurpose/example/widget/example/CommonScreens.xml Sat May
21 06:43:00 2016
@@ -99,7 +99,7 @@ under the License.
<parameter
param-name="exampleId"/>
<image url-mode="raw"
src="${iconsLocation}/printer.png"/>
</link>
- <link target="ExampleReportPdf"
text="${uiLabelMap.CommonPdf}" style="buttontext">
+ <link target="ExampleReportPdf"
text="${uiLabelMap.CommonPdf}" style="buttontext" target-window="_blank">
<parameter
param-name="exampleId"/>
<image url-mode="raw"
src="${iconsLocation}/page_white_acrobat.png"/>
</link>