svn commit: r588787 - /ofbiz/trunk/applications/order/webapp/ordermgr/entry/checkoutoptions.ftl

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

svn commit: r588787 - /ofbiz/trunk/applications/order/webapp/ordermgr/entry/checkoutoptions.ftl

lektran
Author: lektran
Date: Fri Oct 26 15:50:35 2007
New Revision: 588787

URL: http://svn.apache.org/viewvc?rev=588787&view=rev
Log:
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>