Author: lektran
Date: Fri Oct 26 15:50:35 2007
New Revision: 588787
URL:
http://svn.apache.org/viewvc?rev=588787&view=revLog:
Removed unnecessary question mark
Modified:
ofbiz/trunk/applications/order/webapp/ordermgr/entry/checkoutoptions.ftl
Modified: ofbiz/trunk/applications/order/webapp/ordermgr/entry/checkoutoptions.ftl
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/applications/order/webapp/ordermgr/entry/checkoutoptions.ftl?rev=588787&r1=588786&r2=588787&view=diff==============================================================================
--- ofbiz/trunk/applications/order/webapp/ordermgr/entry/checkoutoptions.ftl (original)
+++ ofbiz/trunk/applications/order/webapp/ordermgr/entry/checkoutoptions.ftl Fri Oct 26 15:50:35 2007
@@ -239,7 +239,7 @@
<tr>
<td colspan="2">
<div>
- <span class="head2"><b>${uiLabelMap.OrderIsThisGift}?</b></span>
+ <span class="head2"><b>${uiLabelMap.OrderIsThisGift}</b></span>
<input type="radio" <#if shoppingCart.getIsGift()?default("Y") == "Y">checked="checked"</#if> name="is_gift" value="true"><span class="tabletext">${uiLabelMap.CommonYes}</span>
<input type="radio" <#if shoppingCart.getIsGift()?default("N") == "N">checked="checked"</#if> name="is_gift" value="false"><span class="tabletext">${uiLabelMap.CommonNo}</span>
</div>