svn commit: r540341 - /ofbiz/trunk/applications/product/webapp/catalog/store/EditProductStorePaySetup.ftl

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

svn commit: r540341 - /ofbiz/trunk/applications/product/webapp/catalog/store/EditProductStorePaySetup.ftl

jonesde
Author: jonesde
Date: Mon May 21 15:55:23 2007
New Revision: 540341

URL: http://svn.apache.org/viewvc?view=rev&rev=540341
Log:
Small cosmetic change to remove square braces

Modified:
    ofbiz/trunk/applications/product/webapp/catalog/store/EditProductStorePaySetup.ftl

Modified: ofbiz/trunk/applications/product/webapp/catalog/store/EditProductStorePaySetup.ftl
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/product/webapp/catalog/store/EditProductStorePaySetup.ftl?view=diff&rev=540341&r1=540340&r2=540341
==============================================================================
--- ofbiz/trunk/applications/product/webapp/catalog/store/EditProductStorePaySetup.ftl (original)
+++ ofbiz/trunk/applications/product/webapp/catalog/store/EditProductStorePaySetup.ftl Mon May 21 15:55:23 2007
@@ -36,7 +36,7 @@
         <td><div class="tabletext">${setting.paymentPropertiesPath?default("[${uiLabelMap.ProductGlobal}]")}</div></td>
         <td><div class="tabletext">${setting.applyToAllProducts?if_exists}</div></td>
         <td align="center" nowrap>
-          <div class="tabletext"><#if security.hasEntityPermission("CATALOG", "_DELETE", session)><a href="<@ofbizUrl>storeRemovePaySetting?productStoreId=${productStoreId}&amp;paymentMethodTypeId=${setting.paymentMethodTypeId}&amp;paymentServiceTypeEnumId=${setting.paymentServiceTypeEnumId}</@ofbizUrl>" class="buttontext">[${uiLabelMap.CommonDelete}]</a></#if> <a href="<@ofbizUrl>EditProductStorePaySetup?productStoreId=${productStoreId}&amp;paymentMethodTypeId=${setting.paymentMethodTypeId}&amp;paymentServiceTypeEnumId=${setting.paymentServiceTypeEnumId}</@ofbizUrl>" class="buttontext">[${uiLabelMap.CommonEdit}]</a></div>
+          <div class="tabletext"><#if security.hasEntityPermission("CATALOG", "_DELETE", session)><a href="<@ofbizUrl>storeRemovePaySetting?productStoreId=${productStoreId}&amp;paymentMethodTypeId=${setting.paymentMethodTypeId}&amp;paymentServiceTypeEnumId=${setting.paymentServiceTypeEnumId}</@ofbizUrl>" class="buttontext">${uiLabelMap.CommonDelete}</a></#if> <a href="<@ofbizUrl>EditProductStorePaySetup?productStoreId=${productStoreId}&amp;paymentMethodTypeId=${setting.paymentMethodTypeId}&amp;paymentServiceTypeEnumId=${setting.paymentServiceTypeEnumId}</@ofbizUrl>" class="buttontext">${uiLabelMap.CommonEdit}</a></div>
         </td>        
       </tr>
     </#list>