svn commit: r924440 - in /ofbiz/trunk/specialpurpose/ecommerce/webapp/ecommerce: login.ftl order/startanoncheckout.ftl

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

svn commit: r924440 - in /ofbiz/trunk/specialpurpose/ecommerce/webapp/ecommerce: login.ftl order/startanoncheckout.ftl

lektran
Author: lektran
Date: Wed Mar 17 19:41:52 2010
New Revision: 924440

URL: http://svn.apache.org/viewvc?rev=924440&view=rev
Log:
Fixed some bad xhtml, added a closing label tag and corrected a closing p tag

Modified:
    ofbiz/trunk/specialpurpose/ecommerce/webapp/ecommerce/login.ftl
    ofbiz/trunk/specialpurpose/ecommerce/webapp/ecommerce/order/startanoncheckout.ftl

Modified: ofbiz/trunk/specialpurpose/ecommerce/webapp/ecommerce/login.ftl
URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/ecommerce/webapp/ecommerce/login.ftl?rev=924440&r1=924439&r2=924440&view=diff
==============================================================================
--- ofbiz/trunk/specialpurpose/ecommerce/webapp/ecommerce/login.ftl (original)
+++ ofbiz/trunk/specialpurpose/ecommerce/webapp/ecommerce/login.ftl Wed Mar 17 19:41:52 2010
@@ -37,7 +37,7 @@ under the License.
             <input type="submit" class="button" value="${uiLabelMap.CommonLogin}"/>
           </div>
           <div>
-            <label for="newcustomer_submit">${uiLabelMap.CommonMayCreateNewAccountHere}:
+            <label for="newcustomer_submit">${uiLabelMap.CommonMayCreateNewAccountHere}:</label>
             <a href="<@ofbizUrl>newcustomer</@ofbizUrl>">${uiLabelMap.CommonMayCreate}</a>
           </div>
         </fieldset>

Modified: ofbiz/trunk/specialpurpose/ecommerce/webapp/ecommerce/order/startanoncheckout.ftl
URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/ecommerce/webapp/ecommerce/order/startanoncheckout.ftl?rev=924440&r1=924439&r2=924440&view=diff
==============================================================================
--- ofbiz/trunk/specialpurpose/ecommerce/webapp/ecommerce/order/startanoncheckout.ftl (original)
+++ ofbiz/trunk/specialpurpose/ecommerce/webapp/ecommerce/order/startanoncheckout.ftl Wed Mar 17 19:41:52 2010
@@ -27,7 +27,7 @@ under the License.
 <#if (shoppingCartSize > 0)>
   <div class="screenlet">
     <h3>${uiLabelMap.CommonCheckoutAnonymous}</h3>
-    <p>${uiLabelMap.CommonCheckoutAnonymousMsg}:<p>
+    <p>${uiLabelMap.CommonCheckoutAnonymousMsg}:</p>
     <ul>
       <li><a href="<@ofbizUrl>setCustomer</@ofbizUrl>">${uiLabelMap.OrderCheckout}</a></li>
       <li><a href="<@ofbizUrl>quickAnonCheckout</@ofbizUrl>">${uiLabelMap.OrderCheckoutQuick}</a></li>