You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by pa...@apache.org on 2019/08/24 15:06:15 UTC

svn commit: r1865854 - /ofbiz/ofbiz-plugins/trunk/ecommerce/template/order/OrderHistory.ftl

Author: pawan
Date: Sat Aug 24 15:06:14 2019
New Revision: 1865854

URL: http://svn.apache.org/viewvc?rev=1865854&view=rev
Log:
Improved: Replaced hard coded PDF instead of uiLabel on various places
(OFBIZ-11169)
 
Replaced hard coded PDF instead of uiLabel on various places use CommonUilable instead.
 
Thanks: Komal Dayle for your contribution.

Modified:
    ofbiz/ofbiz-plugins/trunk/ecommerce/template/order/OrderHistory.ftl

Modified: ofbiz/ofbiz-plugins/trunk/ecommerce/template/order/OrderHistory.ftl
URL: http://svn.apache.org/viewvc/ofbiz/ofbiz-plugins/trunk/ecommerce/template/order/OrderHistory.ftl?rev=1865854&r1=1865853&r2=1865854&view=diff
==============================================================================
--- ofbiz/ofbiz-plugins/trunk/ecommerce/template/order/OrderHistory.ftl (original)
+++ ofbiz/ofbiz-plugins/trunk/ecommerce/template/order/OrderHistory.ftl Sat Aug 24 15:06:14 2019
@@ -50,7 +50,7 @@ under the License.
                   <td>
                     <#list distinctInvoiceIds as invoiceId>
                        <a href="<@o...@ofbizUrl>" class="buttontext">
-                         (${invoiceId} PDF)
+                         (${invoiceId} ${uiLabelMap.CommonPdf})
                        </a>
                     </#list>
                   </td>