Author: jonesde
Date: Sat May 19 12:14:13 2007
New Revision: 539791
URL:
http://svn.apache.org/viewvc?view=rev&rev=539791Log:
Small formatting change to remove old square braces
Modified:
ofbiz/trunk/applications/order/webapp/ordermgr/entry/catalog/configproductdetail.ftl
Modified: ofbiz/trunk/applications/order/webapp/ordermgr/entry/catalog/configproductdetail.ftl
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/applications/order/webapp/ordermgr/entry/catalog/configproductdetail.ftl?view=diff&rev=539791&r1=539790&r2=539791==============================================================================
--- ofbiz/trunk/applications/order/webapp/ordermgr/entry/catalog/configproductdetail.ftl (original)
+++ ofbiz/trunk/applications/order/webapp/ordermgr/entry/catalog/configproductdetail.ftl Sat May 19 12:14:13 2007
@@ -315,7 +315,7 @@
<div class="tabletext">[${uiLabelMap.EcommerceProductNotConfigured}]
<input type="text" class="inputBox" size="5" name="quantity" value="0" disabled></div>
<#else>
- <a href="javascript:addItem()" class="buttontext"><span style="white-space: nowrap;">[${uiLabelMap.EcommerceAddtoCart}]</span></a>
+ <a href="javascript:addItem()" class="buttontext"><span style="white-space: nowrap;">${uiLabelMap.EcommerceAddtoCart}</span></a>
<input type="text" class="inputBox" size="5" name="quantity" value="1" >
</#if>
</#if>