You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by di...@apache.org on 2016/09/17 11:42:00 UTC

svn commit: r1761201 - /ofbiz/trunk/applications/product/widget/catalog/ProductScreens.xml

Author: diveshdutta
Date: Sat Sep 17 11:41:59 2016
New Revision: 1761201

URL: http://svn.apache.org/viewvc?rev=1761201&view=rev
Log:
Improved:In Agreement screen, rename the button label to create new agreement from Edit Agreement to Create Agreement. 

(OFBIZ-7608)

Thanks: Anuj Jain for providing the patch and Swapnil Shah for reporting the issue

Modified:
    ofbiz/trunk/applications/product/widget/catalog/ProductScreens.xml

Modified: ofbiz/trunk/applications/product/widget/catalog/ProductScreens.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/product/widget/catalog/ProductScreens.xml?rev=1761201&r1=1761200&r2=1761201&view=diff
==============================================================================
--- ofbiz/trunk/applications/product/widget/catalog/ProductScreens.xml (original)
+++ ofbiz/trunk/applications/product/widget/catalog/ProductScreens.xml Sat Sep 17 11:41:59 2016
@@ -234,7 +234,7 @@ under the License.
                 <decorator-screen name="CommonProductDecorator" location="${parameters.productDecoratorLocation}">
                     <decorator-section name="body">
                         <container>
-                            <link target="/accounting/control/EditAgreement" url-mode="inter-app" text="${uiLabelMap.PageTitleEditAgreement}" style="buttontext">
+                            <link target="/accounting/control/EditAgreement" url-mode="inter-app" text="${uiLabelMap.AccountingNewAgreement}" style="buttontext">
                                 <parameter param-name="productId"/>
                             </link>
                         </container>