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="<@ofbizUrl>invoice.pdf?invoiceId=${invoiceId}</@ofbizUrl>" class="buttontext"> - (${invoiceId} PDF) + (${invoiceId} ${uiLabelMap.CommonPdf}) </a> </#list> </td>