[OFBiz] SVN: r5949 - trunk/applications/ecommerce/webapp/ecommerce/order

sichen at svn.ofbiz.org sichen at svn.ofbiz.org
Wed Oct 12 19:23:16 EDT 2005


Author: sichen
Date: 2005-10-12 18:23:13 -0500 (Wed, 12 Oct 2005)
New Revision: 5949

Modified:
   trunk/applications/ecommerce/webapp/ecommerce/order/custsettings.ftl
Log:
Highlights the fact that home phone number is required for ecommerce checkout

Modified: trunk/applications/ecommerce/webapp/ecommerce/order/custsettings.ftl
===================================================================
--- trunk/applications/ecommerce/webapp/ecommerce/order/custsettings.ftl	2005-10-12 09:23:33 UTC (rev 5948)
+++ trunk/applications/ecommerce/webapp/ecommerce/order/custsettings.ftl	2005-10-12 23:23:13 UTC (rev 5949)
@@ -83,7 +83,7 @@
                   <input type="text" class="inputBox" name="homeCountryCode" value="${requestParameters.homeCountryCode?if_exists}" size="4" maxlength="10"/>
                   -&nbsp;<input type="text" class="inputBox" name="homeAreaCode" value="${requestParameters.homeAreaCode?if_exists}" size="4" maxlength="10"/>
                   -&nbsp;<input type="text" class="inputBox" name="homeContactNumber" value="${requestParameters.homeContactNumber?if_exists}" size="15" maxlength="15"/>
-                  -&nbsp;<input type="text" class='inputBox' name="homeExt" value="${requestParameters.homeExt?if_exists}" size="6" maxlength="10"/>
+                  -&nbsp;<input type="text" class='inputBox' name="homeExt" value="${requestParameters.homeExt?if_exists}" size="6" maxlength="10"/> *
                 </td>
               </tr>
               <tr>



More information about the Svn mailing list