You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by ap...@apache.org on 2009/06/09 02:03:52 UTC

svn commit: r782826 - in /ofbiz/trunk: framework/images/webapp/images/forms.css specialpurpose/ecommerce/webapp/ecommerce/order/OnePageCheckoutProcess.ftl

Author: apatel
Date: Tue Jun  9 00:03:51 2009
New Revision: 782826

URL: http://svn.apache.org/viewvc?rev=782826&view=rev
Log:
simplified html markup and forms.css. Will follow same pattern in other forms in ecommerce component.

Modified:
    ofbiz/trunk/framework/images/webapp/images/forms.css
    ofbiz/trunk/specialpurpose/ecommerce/webapp/ecommerce/order/OnePageCheckoutProcess.ftl

Modified: ofbiz/trunk/framework/images/webapp/images/forms.css
URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/images/webapp/images/forms.css?rev=782826&r1=782825&r2=782826&view=diff
==============================================================================
--- ofbiz/trunk/framework/images/webapp/images/forms.css (original)
+++ ofbiz/trunk/framework/images/webapp/images/forms.css Tue Jun  9 00:03:51 2009
@@ -32,8 +32,8 @@
 * html legend {margin-left: -7px;}
 *+html legend {margin-left: -7px;}
 
-form .form-row, .buttons {clear: both; margin: 0 0 0.8em;}
-form .form-row label {display: block; padding-bottom:.08em}
+form div, .buttons {clear: both; margin: 0 0 0.8em;}
+form div label {display: block; padding-bottom:.08em}
 form ul li {list-style-type: none; margin: 0;}
 form .inline li, form .inline label {display: inline;}
 form .inline li {padding: 0 .75em 0 0;}
@@ -62,16 +62,16 @@
 * html button {margin: 0 .34em 0 0;}
 *+html button {margin: 0 .34em 0 0;}
 
-form.horizontal .form-row label {display: inline; float: left; text-align:right; padding-right:.34em}
+form.horizontal div label {display: inline; float: left; text-align:right; padding-right:.34em}
 
-form .form-row span {
+form div span {
 display:block;
 float:left;
 line-height:20px;
 margin:0;
 padding:0 0.4em 0 0;
 }
-form .form-row span label {
+form div span label {
 color:#404040;
 display:block;
 font-size:85%;

Modified: ofbiz/trunk/specialpurpose/ecommerce/webapp/ecommerce/order/OnePageCheckoutProcess.ftl
URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/ecommerce/webapp/ecommerce/order/OnePageCheckoutProcess.ftl?rev=782826&r1=782825&r2=782826&view=diff
==============================================================================
--- ofbiz/trunk/specialpurpose/ecommerce/webapp/ecommerce/order/OnePageCheckoutProcess.ftl (original)
+++ ofbiz/trunk/specialpurpose/ecommerce/webapp/ecommerce/order/OnePageCheckoutProcess.ftl Tue Jun  9 00:03:51 2009
@@ -97,18 +97,19 @@
 <#-- ============================================================= -->
           <div id="editCartPanel">
             <form id="cartForm" method="post" action="<@o...@ofbizUrl>">
+                <fieldset>
                   <input type="hidden" name="removeSelected" value="false" />
                   <div id="cartFormServerError" class="errorMessage"></div>
                   <table id="editCartPanel_cartItems">
                     <thead>
                       <tr>
-                        <th>${uiLabelMap.OrderItem}</td>
-                        <th>${uiLabelMap.CommonDescription}</td>
-                        <th>${uiLabelMap.EcommerceUnitPrice}</td>
-                        <th>${uiLabelMap.OrderQuantity}</td>
-                        <th>${uiLabelMap.EcommerceAdjustments}</td>
-                        <th>${uiLabelMap.EcommerceItemTotal}</td>
-                        <th>${uiLabelMap.FormFieldTitle_removeButton}</td>
+                        <th>${uiLabelMap.OrderItem}</th>
+                        <th>${uiLabelMap.CommonDescription}</th>
+                        <th>${uiLabelMap.EcommerceUnitPrice}</th>
+                        <th>${uiLabelMap.OrderQuantity}</th>
+                        <th>${uiLabelMap.EcommerceAdjustments}</th>
+                        <th>${uiLabelMap.EcommerceItemTotal}</th>
+                        <th>${uiLabelMap.FormFieldTitle_removeButton}</th>
                       </tr>
                     </thead>
                     <tbody id="updateBody">
@@ -188,10 +189,11 @@
                       </tr>
                     </tbody>
                   </table>
+                  </fieldset>
                   <fieldset id="productPromoCodeFields">
                     <legend></legend>
-                    <div class="form-row">
-                      <lable for="productPromoCode">${uiLabelMap.EcommerceEnterPromoCode}<lable>
+                    <div>
+                      <label for="productPromoCode">${uiLabelMap.EcommerceEnterPromoCode}</label>
                       <input id="productPromoCode" name="productPromoCode" type="text" value=""/>
                     </div>
                   </fieldset>
@@ -234,6 +236,7 @@
 <#-- ============================================================= -->
           <div id="editShippingPanel" style="display: none;">
             <form id="shippingForm" action="<@o...@ofbizUrl>" method="post">
+                <fieldset>
                   <input type="hidden" id="shipToContactMechId" name="shipToContactMechId" value="${shipToContactMechId?if_exists}"/>
                   <input type="hidden" id="billToContactMechIdInShipingForm" name="billToContactMechId" value="${billToContactMechId?if_exists}"/>
                   <input type="hidden" id="shipToPartyId" name="partyId" value="${partyId?if_exists}"/>
@@ -250,22 +253,23 @@
                   <#else>
                     <input type="hidden" name="keepAddressBook" value="N"/>
                   </#if>
+              </fieldset>
                   <div id="shippingFormServerError" class="errorMessage"></div>
                   <fieldset id="shipToName">
-                      <div class="form-row">
+                      <div>
                         <label for="firstName">${uiLabelMap.PartyFirstName}*
                           <span id="advice-required-firstName" style="display: none" class="errorMessage"> (required)</span>
                         </label>
                         <input id="firstName" name="firstName" class="required" type="text" value="${firstName?if_exists}"/>
                       </div>
-                      <div class="form-row">
+                      <div>
                         <label for="lastName">${uiLabelMap.PartyLastName}*
                           <span id="advice-required-lastName" style="display:none" class="errorMessage"> (required)</span>
                         </label>
                         <input id="lastName" name="lastName" class="required" type="text" value="${lastName?if_exists}"/>
                       </div>
                   </fieldset>
-                  <div class="form-row">
+                  <div>
                   <#if shipToTelecomNumber?has_content>
                       <span>
                           <label for="shipToCountryCode">${uiLabelMap.PartyCountry}*
@@ -314,7 +318,7 @@
                       </span>
                   </#if>
                   </div>
-                  <div class="form-row">
+                  <div>
                       <span>
                           <label for="emailAddress">${uiLabelMap.PartyEmailAddress}*
                             <span id="advice-required-emailAddress" style="display:none" class="errorMessage"> (required)</span>
@@ -322,7 +326,7 @@
                           <input id="emailAddress" name="emailAddress" class="required validate-email" maxlength="255" size="40" type="text" value="${emailAddress?if_exists}"/>
                       </span>
                   </div>
-                    <div class="form-row">
+                    <div>
                         <span>
                             <label for="shipToAddress1">${uiLabelMap.PartyAddressLine1}*
                                 <span id="advice-required-shipToAddress1" class="custom-advice errorMessage" style="display:none"> (required)</span>
@@ -330,13 +334,13 @@
                             <input id="shipToAddress1" name="shipToAddress1" class="required" type="text" value="${shipToAddress1?if_exists}" maxlength="255" size="40"/>
                         </span>
                     </div>
-                    <div class="form-row">
+                    <div>
                         <span>
                           <label for="shipToAddress2">${uiLabelMap.PartyAddressLine2}</label>
                           <input id="shipToAddress2" name="shipToAddress2" type="text" value="${shipToAddress2?if_exists}" maxlength="255" size="40"/>
                         </span>
                     </div>
-                    <div class="form-row">
+                    <div>
                         <span>
                             <label for="shipToCity">${uiLabelMap.CommonCity}*
                                 <span id="advice-required-shipToCity" class="custom-advice errorMessage" style="display:none"> (required)</span>
@@ -344,7 +348,7 @@
                             <input id="shipToCity" name="shipToCity" class="required" type="text" value="${shipToCity?if_exists}" maxlength="255" size="40"/>
                         </span>
                     </div>
-                    <div class="form-row">
+                    <div>
                         <span>
                             <label for="shipToPostalCode">${uiLabelMap.PartyZipCode}*
                                 <span id="advice-required-shipToPostalCode" class="custom-advice errorMessage" style="display:none"> (required)</span>
@@ -352,7 +356,7 @@
                             <input id="shipToPostalCode" name="shipToPostalCode" class="required" type="text" value="${shipToPostalCode?if_exists}" size="12" maxlength="10"/>
                         </span>
                     </div>
-                    <div class="form-row">
+                    <div>
                         <span>
                             <label for="shipToCountryGeoId">${uiLabelMap.PartyCountry}*
                                 <span id="advice-required-shipToCountryGeo" style="display:none" class="errorMessage"> (required)</span>
@@ -365,7 +369,7 @@
                             </select>
                         </span>
                     </div>
-                    <div id="shipToStates" class="form-row">
+                    <div id="shipToStates">
                         <span>
                             <label for="shipToStateProvinceGeoId">${uiLabelMap.CommonState}*
                                 <span id="advice-required-shipToStateProvinceGeoId" style="display:none" class="errorMessage">(required)</span>
@@ -411,7 +415,7 @@
             <form id="shippingOptionForm" action="<@o...@ofbizUrl>" method="post">
               <fieldset>
                   <div id="shippingOptionFormServerError" class="errorMessage"></div>
-                  <div class="form-row">
+                  <div>
                     <span>
                       <label for="shipMethod">${uiLabelMap.OrderSelectShippingMethod}*
                           <span id="advice-required-shipping_method" class="custom-advice" style="display:none"> (required)</span>
@@ -490,7 +494,7 @@
                     <input type="hidden" name="keepAddressBook" value="N"/>
                   </#if>
                   <div id="billingFormServerError" class="errorMessage"></div>
-                        <div class="form-row">
+                        <div>
                             <span>
                                 <label for="firstNameOnCard">${uiLabelMap.PartyFirstName}*
                                     <span id="advice-required-firstNameOnCard" style="display: none;" class="errorMessage"> (required)</span>
@@ -504,7 +508,7 @@
                                 <input id="lastNameOnCard" name="lastNameOnCard" class="required" type="text" value="${lastNameOnCard?if_exists}"/>
                             </span>
                         </div>
-                        <div class="form-row">  
+                        <div>  
                           <#if billToTelecomNumber?has_content>
                             <span>
                                 <label for="billToCountryCode">${uiLabelMap.PartyCountry}*
@@ -553,7 +557,7 @@
                             </span>
                           </#if>
                         </div>
-                        <div class="form-row">
+                        <div>
                             <span>
                                 <label for="cardType">${uiLabelMap.AccountingCardType}*<span id="advice-required-cardType" style="display: none;" class="errorMessage"> (required)</span></label>
                                 <select name="cardType" id="cardType">
@@ -564,7 +568,7 @@
                                 </select>
                             </span>
                         </div>
-                        <div class="form-row">
+                        <div>
                             <span>
                                 <label for="cardNumber">${uiLabelMap.AccountingCardNumber}*
                                     <span id="advice-required-cardNumber" style="display: none;" class="errorMessage"> (required)</span>
@@ -576,7 +580,7 @@
                                 <input id="CVV2" name="cardSecurityCode" size="4" type="text" maxlength="4" value=""/>
                             </span>
                         </div>
-                        <div class="form-row">
+                        <div>
                           <span>
                             <label for="expMonth">${uiLabelMap.CommonMonth}:*
                                 <span id="advice-required-expMonth" style="display:none" class="errorMessage"> (required)</span>
@@ -602,13 +606,13 @@
                         </div>
                     </fieldset>
                     <fieldset class="col">
-                        <div class="form-row">
+                        <div>
                             <span>
                                 <input class="checkbox" id="useShippingAddressForBilling" name="useShippingAddressForBilling" type="checkbox" value="Y" <#if useShippingAddressForBilling?has_content && useShippingAddressForBilling?default("")=="Y">checked</#if> />${uiLabelMap.FacilityBillingAddressSameShipping}
                             </span>
                         </div>
                         <div id="billingAddress" <#if useShippingAddressForBilling?has_content && useShippingAddressForBilling?default("")=="Y">style="display:none"</#if>>
-                          <div class="form-row">
+                          <div>
                             <span>
                               <label for="billToAddress1">${uiLabelMap.PartyAddressLine1}*
                                 <span id="advice-required-billToAddress1" style="display:none" class="errorMessage"> (required)</span>
@@ -616,13 +620,13 @@
                               <input id="billToAddress1" name="billToAddress1" class="required" size="30" type="text" value="${billToAddress1?if_exists}"/>
                             </span>
                           </div>
-                          <div class="form-row">
+                          <div>
                             <span>
                               <label for="billToAddress2" style="margin-top: 9px;">${uiLabelMap.PartyAddressLine2}</label>
                               <input id="billToAddress2" name="billToAddress2" type="text" value="${billToAddress2?if_exists}" size="30"/>
                             </span>
                           </div>
-                          <div class="form-row">
+                          <div>
                             <span>
                               <label for="billToCity">${uiLabelMap.CommonCity}*
                                 <span id="advice-required-billToCity" style="display:none" class="errorMessage"> (required)</span>
@@ -630,7 +634,7 @@
                               <input id="billToCity" name="billToCity" class="required" type="text" value="${billToCity?if_exists}"/>
                             </span>
                           </div>
-                          <div class="form-row">
+                          <div>
                             <span>
                               <label for="billToPostalCode">${uiLabelMap.PartyZipCode}*
                                 <span id="advice-required-billToPostalCode" style="display:none" class="errorMessage"> (required)</span>
@@ -638,7 +642,7 @@
                               <input id="billToPostalCode" name="billToPostalCode" class="required" type="text" value="${billToPostalCode?if_exists}" size="12" maxlength="10"/>
                             </span>
                           </div>
-                          <div class="form-row">
+                          <div>
                             <span>
                               <label for="billToCountryGeoId">${uiLabelMap.PartyCountry}*
                                 <span id="advice-required-billToCountryGeoId" style="display:none" class="errorMessage"> (required)</span>
@@ -651,7 +655,7 @@
                               </select>
                             </span>
                           </div>
-                          <div id="billToStates" class="form-row">
+                          <div id="billToStates">
                             <span>
                               <label for="billToStateProvinceGeoId">${uiLabelMap.CommonState}*
                                 <span id="advice-required-billToStateProvinceGeoId" style="display:none" class="errorMessage"> (required)</span>