Author: jleroux
Date: Fri Jul 22 19:53:14 2016
New Revision: 1753830
URL:
http://svn.apache.org/viewvc?rev=1753830&view=revLog:
A patch from Pierre Smits for "Have ListGlAccountsReport open in a new window"
https://issues.apache.org/jira/browse/OFBIZ-7925The ListGlAccountsReport is used to:
* generate a PDF file
* generate an xml export page
of the Gl Accounts in globalGLSettings. Both screens don't open in a new window.
Modified:
ofbiz/trunk/applications/accounting/widget/GlobalGlAccountsScreens.xml
Modified: ofbiz/trunk/applications/accounting/widget/GlobalGlAccountsScreens.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/applications/accounting/widget/GlobalGlAccountsScreens.xml?rev=1753830&r1=1753829&r2=1753830&view=diff==============================================================================
--- ofbiz/trunk/applications/accounting/widget/GlobalGlAccountsScreens.xml (original)
+++ ofbiz/trunk/applications/accounting/widget/GlobalGlAccountsScreens.xml Fri Jul 22 19:53:14 2016
@@ -233,8 +233,8 @@ under the License.
<include-menu name="GlSettingTabBar" location="component://accounting/widget/AccountingMenus.xml"/>
<screenlet title="${uiLabelMap[labelTitleProperty]}">
<container style="button-bar">
- <link target="ListGlAccountsReport" text="${uiLabelMap.CommonPrint}" style="buttontext"/>
- <link target="ListGlAccountsExport" text="${uiLabelMap.CommonExport}" style="buttontext"/>
+ <link target="ListGlAccountsReport" target-window="_blank" text="${uiLabelMap.CommonPrint}" style="buttontext"/>
+ <link target="ListGlAccountsExport" target-window="_blank" text="${uiLabelMap.CommonExport}" style="buttontext"/>
</container>
<include-form name="ListGlAccount" location="component://accounting/widget/GlobalGlAccountsForms.xml"/>
</screenlet>