svn commit: r777795 - in /ofbiz/trunk/specialpurpose/ecommerce/webapp/ecommerce/order: checkoutshippingoptions.ftl optionsettings.ftl quickAnonOptionSettings.ftl

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

svn commit: r777795 - in /ofbiz/trunk/specialpurpose/ecommerce/webapp/ecommerce/order: checkoutshippingoptions.ftl optionsettings.ftl quickAnonOptionSettings.ftl

lektran
Author: lektran
Date: Sat May 23 04:30:52 2009
New Revision: 777795

URL: http://svn.apache.org/viewvc?rev=777795&view=rev
Log:
Remove unnecessary question marks

Modified:
    ofbiz/trunk/specialpurpose/ecommerce/webapp/ecommerce/order/checkoutshippingoptions.ftl
    ofbiz/trunk/specialpurpose/ecommerce/webapp/ecommerce/order/optionsettings.ftl
    ofbiz/trunk/specialpurpose/ecommerce/webapp/ecommerce/order/quickAnonOptionSettings.ftl

Modified: ofbiz/trunk/specialpurpose/ecommerce/webapp/ecommerce/order/checkoutshippingoptions.ftl
URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/ecommerce/webapp/ecommerce/order/checkoutshippingoptions.ftl?rev=777795&r1=777794&r2=777795&view=diff
==============================================================================
--- ofbiz/trunk/specialpurpose/ecommerce/webapp/ecommerce/order/checkoutshippingoptions.ftl (original)
+++ ofbiz/trunk/specialpurpose/ecommerce/webapp/ecommerce/order/checkoutshippingoptions.ftl Sat May 23 04:30:52 2009
@@ -142,7 +142,7 @@
               <tr>
                 <td colspan="2">
                   <div>
-                    <h2>${uiLabelMap.OrderIsThisGift}?</h2>
+                    <h2>${uiLabelMap.OrderIsThisGift}</h2>
                     <input type="radio" <#if "Y" == shoppingCart.getIsGift()?default("N")>checked</#if> name="is_gift" value="true"/><span class="tabletext">${uiLabelMap.CommonYes}</span>
                     <input type="radio" <#if "Y" != shoppingCart.getIsGift()?default("N")>checked</#if> name="is_gift" value="false"/><span class="tabletext">${uiLabelMap.CommonNo}</span>
                   </div>

Modified: ofbiz/trunk/specialpurpose/ecommerce/webapp/ecommerce/order/optionsettings.ftl
URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/ecommerce/webapp/ecommerce/order/optionsettings.ftl?rev=777795&r1=777794&r2=777795&view=diff
==============================================================================
--- ofbiz/trunk/specialpurpose/ecommerce/webapp/ecommerce/order/optionsettings.ftl (original)
+++ ofbiz/trunk/specialpurpose/ecommerce/webapp/ecommerce/order/optionsettings.ftl Sat May 23 04:30:52 2009
@@ -97,7 +97,7 @@
             <tr>
               <td colspan="2">
                 <div>
-                  <h2>${uiLabelMap.OrderIsThisGift}?</h2>
+                  <h2>${uiLabelMap.OrderIsThisGift}</h2>
                   <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>

Modified: ofbiz/trunk/specialpurpose/ecommerce/webapp/ecommerce/order/quickAnonOptionSettings.ftl
URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/ecommerce/webapp/ecommerce/order/quickAnonOptionSettings.ftl?rev=777795&r1=777794&r2=777795&view=diff
==============================================================================
--- ofbiz/trunk/specialpurpose/ecommerce/webapp/ecommerce/order/quickAnonOptionSettings.ftl (original)
+++ ofbiz/trunk/specialpurpose/ecommerce/webapp/ecommerce/order/quickAnonOptionSettings.ftl Sat May 23 04:30:52 2009
@@ -124,7 +124,7 @@
             <tr>
               <td colspan="2">
                 <div>
-                  <h2>${uiLabelMap.OrderIsThisGift}?</h2>
+                  <h2>${uiLabelMap.OrderIsThisGift}</h2>
                   <input type='radio' <#if shoppingCart.getIsGift()?default("Y") == "Y">checked</#if> name='is_gift' value='true'/><span class='tabletext'>${uiLabelMap.CommonYes}</span>
                   <input type='radio' <#if shoppingCart.getIsGift()?default("N") == "N">checked</#if> name='is_gift' value='false'/><span class='tabletext'>${uiLabelMap.CommonNo}</span>
                 </div>