Author: jonesde
Date: Mon May 21 15:55:23 2007
New Revision: 540341
URL:
http://svn.apache.org/viewvc?view=rev&rev=540341Log:
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}&paymentMethodTypeId=${setting.paymentMethodTypeId}&paymentServiceTypeEnumId=${setting.paymentServiceTypeEnumId}</@ofbizUrl>" class="buttontext">[${uiLabelMap.CommonDelete}]</a></#if> <a href="<@ofbizUrl>EditProductStorePaySetup?productStoreId=${productStoreId}&paymentMethodTypeId=${setting.paymentMethodTypeId}&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}&paymentMethodTypeId=${setting.paymentMethodTypeId}&paymentServiceTypeEnumId=${setting.paymentServiceTypeEnumId}</@ofbizUrl>" class="buttontext">${uiLabelMap.CommonDelete}</a></#if> <a href="<@ofbizUrl>EditProductStorePaySetup?productStoreId=${productStoreId}&paymentMethodTypeId=${setting.paymentMethodTypeId}&paymentServiceTypeEnumId=${setting.paymentServiceTypeEnumId}</@ofbizUrl>" class="buttontext">${uiLabelMap.CommonEdit}</a></div>
</td>
</tr>
</#list>