svn commit: r562719 - in /ofbiz/trunk/applications: ecommerce/webapp/ecommerce/content/ ecommerce/webapp/ecommerce/customer/ ecommerce/webapp/ecommerce/order/ order/webapp/ordermgr/order/ product/webapp/catalog/category/ product/webapp/catalog/feature/...

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

svn commit: r562719 - in /ofbiz/trunk/applications: ecommerce/webapp/ecommerce/content/ ecommerce/webapp/ecommerce/customer/ ecommerce/webapp/ecommerce/order/ order/webapp/ordermgr/order/ product/webapp/catalog/category/ product/webapp/catalog/feature/...

jleroux@apache.org
Author: jleroux
Date: Sat Aug  4 06:41:54 2007
New Revision: 562719

URL: http://svn.apache.org/viewvc?view=rev&rev=562719
Log:
Change all <p class="headx... </p> to <hx>... </hx>
I found one surprise  : <h2 class="head1">${.node}</h2>. Igored and put <h2>
Also some irrelevants changes due to ending blank(s) (I have double checked)

Modified:
    ofbiz/trunk/applications/ecommerce/webapp/ecommerce/content/tpl_mb_content.ftl
    ofbiz/trunk/applications/ecommerce/webapp/ecommerce/customer/changepassword.ftl
    ofbiz/trunk/applications/ecommerce/webapp/ecommerce/customer/digitalproductedit.ftl
    ofbiz/trunk/applications/ecommerce/webapp/ecommerce/customer/editcontactmech.ftl
    ofbiz/trunk/applications/ecommerce/webapp/ecommerce/customer/editcreditcard.ftl
    ofbiz/trunk/applications/ecommerce/webapp/ecommerce/customer/editeftaccount.ftl
    ofbiz/trunk/applications/ecommerce/webapp/ecommerce/customer/editgiftcard.ftl
    ofbiz/trunk/applications/ecommerce/webapp/ecommerce/customer/editperson.ftl
    ofbiz/trunk/applications/ecommerce/webapp/ecommerce/customer/newcustomer.ftl
    ofbiz/trunk/applications/ecommerce/webapp/ecommerce/order/checkoutreview.ftl
    ofbiz/trunk/applications/ecommerce/webapp/ecommerce/order/ordercomplete.ftl
    ofbiz/trunk/applications/ecommerce/webapp/ecommerce/order/quickAnonCheckoutReview.ftl
    ofbiz/trunk/applications/order/webapp/ordermgr/order/newnote.ftl
    ofbiz/trunk/applications/order/webapp/ordermgr/order/receivepayment.ftl
    ofbiz/trunk/applications/order/webapp/ordermgr/order/sendconfirmationemail.ftl
    ofbiz/trunk/applications/product/webapp/catalog/category/EditCategoryRollup.ftl
    ofbiz/trunk/applications/product/webapp/catalog/feature/EditFeatureCategoryFeatures.ftl
    ofbiz/trunk/applications/product/webapp/facility/facility/EditContactMech.ftl

Modified: ofbiz/trunk/applications/ecommerce/webapp/ecommerce/content/tpl_mb_content.ftl
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/ecommerce/webapp/ecommerce/content/tpl_mb_content.ftl?view=diff&rev=562719&r1=562718&r2=562719
==============================================================================
--- ofbiz/trunk/applications/ecommerce/webapp/ecommerce/content/tpl_mb_content.ftl (original)
+++ ofbiz/trunk/applications/ecommerce/webapp/ecommerce/content/tpl_mb_content.ftl Sat Aug  4 06:41:54 2007
@@ -1,4 +1,4 @@
-<#ftl ns_prefixes={"ask":"http://www.automationgroups.com/dtd/ask/"}>
+<#ftl ns_prefixes={"ask":"http://www.automationgroups.com/dtd/ask/"}>
 <#--
 Licensed to the Apache Software Foundation (ASF) under one
 or more contributor license agreements.  See the NOTICE file
@@ -26,7 +26,7 @@
 </#macro>
 
 <#macro "ask:title">
-<h2 class="head1">${.node}</h2>
+<h2>${.node}</h2>
 <p/>
 </#macro>
 

Modified: ofbiz/trunk/applications/ecommerce/webapp/ecommerce/customer/changepassword.ftl
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/ecommerce/webapp/ecommerce/customer/changepassword.ftl?view=diff&rev=562719&r1=562718&r2=562719
==============================================================================
--- ofbiz/trunk/applications/ecommerce/webapp/ecommerce/customer/changepassword.ftl (original)
+++ ofbiz/trunk/applications/ecommerce/webapp/ecommerce/customer/changepassword.ftl Sat Aug  4 06:41:54 2007
@@ -16,7 +16,7 @@
 specific language governing permissions and limitations
 under the License.
 -->
-  <p class="head1">${uiLabelMap.PartyChangePassword}</p>
+  <h1>${uiLabelMap.PartyChangePassword}</h1>
 
     &nbsp;<a href="<@ofbizUrl>authview/${donePage}</@ofbizUrl>" class="buttontext">[${uiLabelMap.CommonGoBack}]</a>
     &nbsp;<a href="javascript:document.changepasswordform.submit()" class="buttontext">[${uiLabelMap.CommonSave}]</a>

Modified: ofbiz/trunk/applications/ecommerce/webapp/ecommerce/customer/digitalproductedit.ftl
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/ecommerce/webapp/ecommerce/customer/digitalproductedit.ftl?view=diff&rev=562719&r1=562718&r2=562719
==============================================================================
--- ofbiz/trunk/applications/ecommerce/webapp/ecommerce/customer/digitalproductedit.ftl (original)
+++ ofbiz/trunk/applications/ecommerce/webapp/ecommerce/customer/digitalproductedit.ftl Sat Aug  4 06:41:54 2007
@@ -29,11 +29,11 @@
 <#else>
 
     <#if !supplierProduct?exists>
-      <p class="head1">${uiLabelMap.EcommerceAddNewDigitalProduct}</p>
+      <h1>${uiLabelMap.EcommerceAddNewDigitalProduct}</h1>
       <form method="post" action="<@ofbizUrl>createCustomerDigitalDownloadProduct</@ofbizUrl>" name="editdigitaluploadform" style="margin: 0;">
         <input type="hidden" name="productStoreId" value="${productStore.productStoreId}">
     <#else>
-      <p class="head1">${uiLabelMap.EcommerceUpdateDigitalProduct}</p>
+      <h1>${uiLabelMap.EcommerceUpdateDigitalProduct}</h1>
       <form method="post" action="<@ofbizUrl>updateCustomerDigitalDownloadProduct</@ofbizUrl>" name="editdigitaluploadform" style="margin: 0;">
         <input type="hidden" name="productId" value="${parameters.productId}">
         <input type="hidden" name="currencyUomId" value="${parameters.currencyUomId}">
@@ -81,7 +81,7 @@
               <a href="<@ofbizUrl>removeCustomerDigitalDownloadProductFile?contentId=${productContentAndInfo.contentId}&amp;productContentTypeId=${productContentAndInfo.productContentTypeId}&amp;fromDate=${productContentAndInfo.fromDate}&amp;productId=${parameters.productId}&amp;currencyUomId=${parameters.currencyUomId}&amp;minimumOrderQuantity=${parameters.minimumOrderQuantity}&amp;availableFromDate=${parameters.availableFromDate}</@ofbizUrl>" class="buttontext">${uiLabelMap.CommonRemove}</a>
             </div>
         </#list>
-    
+
         <div><hr class="sepbar"/></div>
         <div class="tableheadtext">${uiLabelMap.EcommerceDigitalAddFromMyFiles}</div>
         <div>

Modified: ofbiz/trunk/applications/ecommerce/webapp/ecommerce/customer/editcontactmech.ftl
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/ecommerce/webapp/ecommerce/customer/editcontactmech.ftl?view=diff&rev=562719&r1=562718&r2=562719
==============================================================================
--- ofbiz/trunk/applications/ecommerce/webapp/ecommerce/customer/editcontactmech.ftl (original)
+++ ofbiz/trunk/applications/ecommerce/webapp/ecommerce/customer/editcontactmech.ftl Sat Aug  4 06:41:54 2007
@@ -24,7 +24,7 @@
   <#if !contactMech?exists>
     <#-- When creating a new contact mech, first select the type, then actually create -->
     <#if !requestParameters.preContactMechTypeId?exists && !preContactMechTypeId?exists>
-    <p class="head1">${uiLabelMap.PartyCreateNewContactInfo}</p>
+    <h1>${uiLabelMap.PartyCreateNewContactInfo}</h1>
     <form method="post" action='<@ofbizUrl>editcontactmech?DONE_PAGE=${donePage}</@ofbizUrl>' name="createcontactmechform">
       <table width="90%" border="0" cellpadding="2" cellspacing="0">
         <tr>
@@ -59,7 +59,7 @@
         <#if preContactMechTypeId?has_content><input type='hidden' name='preContactMechTypeId' value='${preContactMechTypeId}'></#if>
         <#if paymentMethodId?has_content><input type='hidden' name='paymentMethodId' value='${paymentMethodId}'></#if>
     <#else>
-      <p class="head1">${uiLabelMap.PartyEditContactInfo}</p>
+      <h1>${uiLabelMap.PartyEditContactInfo}</h1>
       &nbsp;<a href="<@ofbizUrl>authview/${donePage}</@ofbizUrl>" class="buttontext">${uiLabelMap.CommonGoBack}</a>
       &nbsp;<a href="javascript:document.editcontactmechform.submit()" class="buttontext">${uiLabelMap.CommonSave}</a>
       <table width="90%" border="0" cellpadding="2" cellspacing="0">

Modified: ofbiz/trunk/applications/ecommerce/webapp/ecommerce/customer/editcreditcard.ftl
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/ecommerce/webapp/ecommerce/customer/editcreditcard.ftl?view=diff&rev=562719&r1=562718&r2=562719
==============================================================================
--- ofbiz/trunk/applications/ecommerce/webapp/ecommerce/customer/editcreditcard.ftl (original)
+++ ofbiz/trunk/applications/ecommerce/webapp/ecommerce/customer/editcreditcard.ftl Sat Aug  4 06:41:54 2007
@@ -22,10 +22,10 @@
 &nbsp;<a href="<@ofbizUrl>authview/${donePage}</@ofbizUrl>" class="buttontext">${uiLabelMap.CommonBack}</a>
 <#else>
     <#if !creditCard?exists>
-      <p class="head1">${uiLabelMap.AccountingAddNewCreditCard}</p>
+      <h1>${uiLabelMap.AccountingAddNewCreditCard}</h1>
       <form method="post" action="<@ofbizUrl>createCreditCard?DONE_PAGE=${donePage}</@ofbizUrl>" name="editcreditcardform" style="margin: 0;">
     <#else>
-      <p class="head1">${uiLabelMap.AccountingEditCreditCard}</p>
+      <h1>${uiLabelMap.AccountingEditCreditCard}</h1>
       <form method="post" action="<@ofbizUrl>updateCreditCard?DONE_PAGE=${donePage}</@ofbizUrl>" name="editcreditcardform" style="margin: 0;">
         <input type="hidden" name="paymentMethodId" value="${paymentMethodId}">
     </#if>
@@ -128,7 +128,7 @@
       </td>
     </tr>-->
     <tr>
-      <td width="26%" align="right" valign="top"><div class="tabletext">${uiLabelMap.AccountingExpirationDate}</div></td>        
+      <td width="26%" align="right" valign="top"><div class="tabletext">${uiLabelMap.AccountingExpirationDate}</div></td>
       <td width="5">&nbsp;</td>
       <td width="74%">
         <#assign expMonth = "">
@@ -175,7 +175,7 @@
             </td>
             <td align="left" valign="top" width="80%">
               <div class="tabletext"><b>${uiLabelMap.PartyUseCurrentAddress}:</b></div>
-              <#list curPartyContactMechPurposes as curPartyContactMechPurpose>
+              <#list curPartyContactMechPurposes as curPartyContactMechPurpose>
                 <#assign curContactMechPurposeType = curPartyContactMechPurpose.getRelatedOneCache("ContactMechPurposeType")>
                 <div class="tabletext">
                   <b>${curContactMechPurposeType.get("description",locale)?if_exists}</b>
@@ -189,7 +189,7 @@
                 <#if curPostalAddress.attnName?exists><b>${uiLabelMap.PartyAddrAttnName}:</b> ${curPostalAddress.attnName}<br/></#if>
                 ${curPostalAddress.address1?if_exists}<br/>
                 <#if curPostalAddress.address2?exists>${curPostalAddress.address2}<br/></#if>
-                ${curPostalAddress.city}<#if curPostalAddress.stateProvinceGeoId?has_content>,&nbsp;${curPostalAddress.stateProvinceGeoId}</#if>&nbsp;${curPostalAddress.postalCode}
+                ${curPostalAddress.city}<#if curPostalAddress.stateProvinceGeoId?has_content>,&nbsp;${curPostalAddress.stateProvinceGeoId}</#if>&nbsp;${curPostalAddress.postalCode}
                 <#if curPostalAddress.countryGeoId?exists><br/>${curPostalAddress.countryGeoId}</#if>
               </div>
               <div class="tabletext">(${uiLabelMap.CommonUpdated}:&nbsp;${(curPartyContactMech.fromDate.toString())?if_exists})</div>
@@ -232,7 +232,7 @@
                   <#if postalAddress.attnName?exists><b>${uiLabelMap.PartyAddrAttnName}:</b> ${postalAddress.attnName}<br/></#if>
                   ${postalAddress.address1?if_exists}<br/>
                   <#if postalAddress.address2?exists>${postalAddress.address2}<br/></#if>
-                  ${postalAddress.city}<#if postalAddress.stateProvinceGeoId?has_content>,&nbsp;${postalAddress.stateProvinceGeoId}</#if>&nbsp;${postalAddress.postalCode}
+                  ${postalAddress.city}<#if postalAddress.stateProvinceGeoId?has_content>,&nbsp;${postalAddress.stateProvinceGeoId}</#if>&nbsp;${postalAddress.postalCode}
                   <#if postalAddress.countryGeoId?exists><br/>${postalAddress.countryGeoId}</#if>
                 </div>
                 <div class="tabletext">(${uiLabelMap.CommonUpdated}:&nbsp;${(partyContactMech.fromDate.toString())?if_exists})</div>

Modified: ofbiz/trunk/applications/ecommerce/webapp/ecommerce/customer/editeftaccount.ftl
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/ecommerce/webapp/ecommerce/customer/editeftaccount.ftl?view=diff&rev=562719&r1=562718&r2=562719
==============================================================================
--- ofbiz/trunk/applications/ecommerce/webapp/ecommerce/customer/editeftaccount.ftl (original)
+++ ofbiz/trunk/applications/ecommerce/webapp/ecommerce/customer/editeftaccount.ftl Sat Aug  4 06:41:54 2007
@@ -22,10 +22,10 @@
 &nbsp;<a href="<@ofbizUrl>authview/${donePage}</@ofbizUrl>" class="buttontext">${uiLabelMap.CommonBack}</a>
 <#else>
     <#if !eftAccount?exists>
-      <p class="head1">${uiLabelMap.AccountingAddNewEftAccount}</p>
+      <h1>${uiLabelMap.AccountingAddNewEftAccount}</h1>
       <form method="post" action="<@ofbizUrl>createEftAccount?DONE_PAGE=${donePage}</@ofbizUrl>" name="editeftaccountform" style="margin: 0;">
     <#else>
-      <p class="head1">${uiLabelMap.PageTitleEditEFTAccount}</p>
+      <h1>${uiLabelMap.PageTitleEditEFTAccount}</h1>
       <form method="post" action="<@ofbizUrl>updateEftAccount?DONE_PAGE=${donePage}</@ofbizUrl>" name="editeftaccountform" style="margin: 0;">
         <input type="hidden" name="paymentMethodId" value="${paymentMethodId}">
     </#if>
@@ -104,7 +104,7 @@
             </td>
             <td align="left" valign="top" width="80%">
               <div class="tabletext"><b>${uiLabelMap.PartyUseCurrentAddress}:</b></div>
-              <#list curPartyContactMechPurposes as curPartyContactMechPurpose>
+              <#list curPartyContactMechPurposes as curPartyContactMechPurpose>
                 <#assign curContactMechPurposeType = curPartyContactMechPurpose.getRelatedOneCache("ContactMechPurposeType")>
                 <div class="tabletext">
                   <b>${curContactMechPurposeType.get("description",locale)?if_exists}</b>
@@ -118,7 +118,7 @@
                 <#if curPostalAddress.attnName?exists><b>${uiLabelMap.PartyAddrAttnName}:</b> ${curPostalAddress.attnName}<br/></#if>
                 ${curPostalAddress.address1?if_exists}<br/>
                 <#if curPostalAddress.address2?exists>${curPostalAddress.address2}<br/></#if>
-                ${curPostalAddress.city}<#if curPostalAddress.stateProvinceGeoId?has_content>,&nbsp;${curPostalAddress.stateProvinceGeoId}</#if>&nbsp;${curPostalAddress.postalCode}
+                ${curPostalAddress.city}<#if curPostalAddress.stateProvinceGeoId?has_content>,&nbsp;${curPostalAddress.stateProvinceGeoId}</#if>&nbsp;${curPostalAddress.postalCode}
                 <#if curPostalAddress.countryGeoId?exists><br/>${curPostalAddress.countryGeoId}</#if>
               </div>
               <div class="tabletext">(${uiLabelMap.CommonUpdated}:&nbsp;${(curPartyContactMech.fromDate.toString())?if_exists})</div>
@@ -161,7 +161,7 @@
                   <#if postalAddress.attnName?exists><b>${uiLabelMap.PartyAddrAttnName}:</b> ${postalAddress.attnName}<br/></#if>
                   ${postalAddress.address1?if_exists}<br/>
                   <#if postalAddress.address2?exists>${postalAddress.address2}<br/></#if>
-                  ${postalAddress.city}<#if postalAddress.stateProvinceGeoId?has_content>,&nbsp;${postalAddress.stateProvinceGeoId}</#if>&nbsp;${postalAddress.postalCode}
+                  ${postalAddress.city}<#if postalAddress.stateProvinceGeoId?has_content>,&nbsp;${postalAddress.stateProvinceGeoId}</#if>&nbsp;${postalAddress.postalCode}
                   <#if postalAddress.countryGeoId?exists><br/>${postalAddress.countryGeoId}</#if>
                 </div>
                 <div class="tabletext">(${uiLabelMap.CommonUpdated}:&nbsp;${(partyContactMech.fromDate.toString())?if_exists})</div>

Modified: ofbiz/trunk/applications/ecommerce/webapp/ecommerce/customer/editgiftcard.ftl
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/ecommerce/webapp/ecommerce/customer/editgiftcard.ftl?view=diff&rev=562719&r1=562718&r2=562719
==============================================================================
--- ofbiz/trunk/applications/ecommerce/webapp/ecommerce/customer/editgiftcard.ftl (original)
+++ ofbiz/trunk/applications/ecommerce/webapp/ecommerce/customer/editgiftcard.ftl Sat Aug  4 06:41:54 2007
@@ -22,10 +22,10 @@
 &nbsp;<a href="<@ofbizUrl>authview/${donePage}</@ofbizUrl>" class="buttontext">[${uiLabelMap.CommonBack}]</a>
 <#else>
     <#if !giftCard?exists>
-      <p class="head1">${uiLabelMap.AccountingAddNewGiftCard}</p>
+      <h1>${uiLabelMap.AccountingAddNewGiftCard}</h1>
       <form method="post" action="<@ofbizUrl>createGiftCard?DONE_PAGE=${donePage}</@ofbizUrl>" name="editgiftcardform" style="margin: 0;">
     <#else>
-      <p class="head1">${uiLabelMap.AccountingEditGiftCard}</p>
+      <h1>${uiLabelMap.AccountingEditGiftCard}</h1>
       <form method="post" action="<@ofbizUrl>updateGiftCard?DONE_PAGE=${donePage}</@ofbizUrl>" name="editgiftcardform" style="margin: 0;">
         <input type="hidden" name="paymentMethodId" value="${paymentMethodId}">
     </#if>

Modified: ofbiz/trunk/applications/ecommerce/webapp/ecommerce/customer/editperson.ftl
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/ecommerce/webapp/ecommerce/customer/editperson.ftl?view=diff&rev=562719&r1=562718&r2=562719
==============================================================================
--- ofbiz/trunk/applications/ecommerce/webapp/ecommerce/customer/editperson.ftl (original)
+++ ofbiz/trunk/applications/ecommerce/webapp/ecommerce/customer/editperson.ftl Sat Aug  4 06:41:54 2007
@@ -17,10 +17,10 @@
 under the License.
 -->
 <#if person?exists>
-  <p class="head1">${uiLabelMap.PartyEditPersonalInformation}</p>
+  <h1>${uiLabelMap.PartyEditPersonalInformation}</h1>
     <form method="post" action="<@ofbizUrl>updatePerson/${donePage}</@ofbizUrl>" name="editpersonform">
 <#else>
-  <p class="head1">${uiLabelMap.PartyAddNewPersonalInformation}</p>
+  <h1>${uiLabelMap.PartyAddNewPersonalInformation}</h1>
     <form method="post" action="<@ofbizUrl>createPerson/${donePage}</@ofbizUrl>" name="editpersonform">
 </#if>
 
@@ -42,7 +42,7 @@
             <option>${uiLabelMap.CommonTitleMrs}</option>
             <option>${uiLabelMap.CommonTitleMs}</option>
             <option>${uiLabelMap.CommonTitleDr}</option>
-        </select>              
+        </select>
       </td>
     </tr>
     <tr>
@@ -128,7 +128,7 @@
                <#if personData.maritalStatus == "S">${uiLabelMap.PartySingle}</#if>
                <#if personData.maritalStatus == "M">${uiLabelMap.PartyMarried}</#if>
                <#if personData.maritalStatus == "D">${uiLabelMap.PartyDivorced}</#if>
-             </option>            
+             </option>
           <option value="${personData.maritalStatus}"> -- </option>
           <#else>
           <option></option>

Modified: ofbiz/trunk/applications/ecommerce/webapp/ecommerce/customer/newcustomer.ftl
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/ecommerce/webapp/ecommerce/customer/newcustomer.ftl?view=diff&rev=562719&r1=562718&r2=562719
==============================================================================
--- ofbiz/trunk/applications/ecommerce/webapp/ecommerce/customer/newcustomer.ftl (original)
+++ ofbiz/trunk/applications/ecommerce/webapp/ecommerce/customer/newcustomer.ftl Sat Aug  4 06:41:54 2007
@@ -60,7 +60,7 @@
 </script>
 </#if>
 
-<p class="head1">${uiLabelMap.PartyRequestNewAccount}</p>
+<h1>${uiLabelMap.PartyRequestNewAccount}</h1>
 <p class='tabletext'>${uiLabelMap.PartyAlreadyHaveAccount}, <a href='<@ofbizUrl>checkLogin/main</@ofbizUrl>' class='buttontext'>${uiLabelMap.CommonLoginHere}</a>.</p>
 
 <#macro fieldErrors fieldName>

Modified: ofbiz/trunk/applications/ecommerce/webapp/ecommerce/order/checkoutreview.ftl
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/ecommerce/webapp/ecommerce/order/checkoutreview.ftl?view=diff&rev=562719&r1=562718&r2=562719
==============================================================================
--- ofbiz/trunk/applications/ecommerce/webapp/ecommerce/order/checkoutreview.ftl (original)
+++ ofbiz/trunk/applications/ecommerce/webapp/ecommerce/order/checkoutreview.ftl Sat Aug  4 06:41:54 2007
@@ -34,7 +34,7 @@
 // -->
 </script>
 
-<p class="head1">${uiLabelMap.OrderFinalCheckoutReview}</p>
+<h1>${uiLabelMap.OrderFinalCheckoutReview}</h1>
 <#if !isDemoStore?exists || isDemoStore><p>${uiLabelMap.OrderDemoFrontNote}.</p></#if>
 
 <#if cart?exists && 0 < cart.size()>

Modified: ofbiz/trunk/applications/ecommerce/webapp/ecommerce/order/ordercomplete.ftl
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/ecommerce/webapp/ecommerce/order/ordercomplete.ftl?view=diff&rev=562719&r1=562718&r2=562719
==============================================================================
--- ofbiz/trunk/applications/ecommerce/webapp/ecommerce/order/ordercomplete.ftl (original)
+++ ofbiz/trunk/applications/ecommerce/webapp/ecommerce/order/ordercomplete.ftl Sat Aug  4 06:41:54 2007
@@ -16,7 +16,7 @@
 specific language governing permissions and limitations
 under the License.
 -->
-<p class="head1">${uiLabelMap.OrderConfirmation}</p>
+<h1>${uiLabelMap.OrderConfirmation}</h1>
 <#if !isDemoStore?exists || isDemoStore><p>${uiLabelMap.OrderDemoFrontNote}.</p></#if>
 
 <#if orderHeader?has_content>
@@ -32,7 +32,7 @@
         <a href="<@ofbizUrl>main</@ofbizUrl>" class="buttontextbig">${uiLabelMap.OrderContinueShopping}</a>
       </td>
     </tr>
-  </table>    
+  </table>
 <#else>
   <h3>${uiLabelMap.OrderSpecifiedNotFound}.</h3>
 </#if>

Modified: ofbiz/trunk/applications/ecommerce/webapp/ecommerce/order/quickAnonCheckoutReview.ftl
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/ecommerce/webapp/ecommerce/order/quickAnonCheckoutReview.ftl?view=diff&rev=562719&r1=562718&r2=562719
==============================================================================
--- ofbiz/trunk/applications/ecommerce/webapp/ecommerce/order/quickAnonCheckoutReview.ftl (original)
+++ ofbiz/trunk/applications/ecommerce/webapp/ecommerce/order/quickAnonCheckoutReview.ftl Sat Aug  4 06:41:54 2007
@@ -31,21 +31,21 @@
             alert("You order is being processed, this may take a moment.");
         }
     }
-    
+
     function shippingMethodChanged(shippingMethod) {
         var submitToUri = "<@ofbizUrl>quickAnonProcessShipOptionsUpdateOrderItems</@ofbizUrl>?shipping_method=" + shippingMethod;
         dojo.io.bind({url: submitToUri,
             load: function(type, data, evt){
             if(type == "load"){
                 document.getElementById("orderItemsSection").innerHTML = data;
-            }        
-          },mimetype: "text/html"});    
+            }
+          },mimetype: "text/html"});
     }
-    
+
 // -->
 </script>
 
-<p class="head1">${uiLabelMap.OrderFinalCheckoutReview}</p>
+<h1>${uiLabelMap.OrderFinalCheckoutReview}</h1>
 <#if !isDemoStore?exists || isDemoStore><p>${uiLabelMap.OrderDemoFrontNote}.</p></#if>
 
 <#if cart?exists && 0 < cart.size()>

Modified: ofbiz/trunk/applications/order/webapp/ordermgr/order/newnote.ftl
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/order/webapp/ordermgr/order/newnote.ftl?view=diff&rev=562719&r1=562718&r2=562719
==============================================================================
--- ofbiz/trunk/applications/order/webapp/ordermgr/order/newnote.ftl (original)
+++ ofbiz/trunk/applications/order/webapp/ordermgr/order/newnote.ftl Sat Aug  4 06:41:54 2007
@@ -17,8 +17,8 @@
 under the License.
 -->
 
-<#if security.hasEntityPermission("ORDERMGR", "_VIEW", session)>  
-  <p class="head1">${uiLabelMap.OrderAddNote}</p>
+<#if security.hasEntityPermission("ORDERMGR", "_VIEW", session)>
+  <h1>${uiLabelMap.OrderAddNote}</h1>
 
   &nbsp;<a href="<@ofbizUrl>authview/${donePage}</@ofbizUrl>" class="buttontext">${uiLabelMap.CommonGoBack}</a>
   &nbsp;<a href="javascript:document.createnoteform.submit()" class="buttontext">${uiLabelMap.CommonSave}</a>
@@ -30,9 +30,9 @@
         <td width="54%">
           <textarea name="note" class="textAreaBox" rows="5" cols="70"></textarea>
         </td>
-      </tr>
-      <tr>
-         <td/><td class="tabletext">${uiLabelMap.OrderInternalNote} :
+      </tr>
+      <tr>
+         <td/><td class="tabletext">${uiLabelMap.OrderInternalNote} :
  <select class="selectBox" name="internalNote" size="1"><option value=""></option><option value="Y" selected>${uiLabelMap.CommonYes}</option><option value="N">${uiLabelMap.CommonNo}</option></select></td>
       </tr>
       <tr>
@@ -42,7 +42,7 @@
 
   &nbsp;<a href="<@ofbizUrl>authview/${donePage}</@ofbizUrl>" class="buttontext">${uiLabelMap.CommonGoBack}</a>
   &nbsp;<a href="javascript:document.createnoteform.submit()" class="buttontext">${uiLabelMap.CommonSave}</a>
-  
+
 <#else>
   <h3>${uiLabelMap.OrderViewPermissionError}</h3>
 </#if>

Modified: ofbiz/trunk/applications/order/webapp/ordermgr/order/receivepayment.ftl
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/order/webapp/ordermgr/order/receivepayment.ftl?view=diff&rev=562719&r1=562718&r2=562719
==============================================================================
--- ofbiz/trunk/applications/order/webapp/ordermgr/order/receivepayment.ftl (original)
+++ ofbiz/trunk/applications/order/webapp/ordermgr/order/receivepayment.ftl Sat Aug  4 06:41:54 2007
@@ -18,12 +18,12 @@
 -->
 
 <#if security.hasEntityPermission("ORDERMGR", "_UPDATE", session)>
-  <p class="head1">${uiLabelMap.OrderReceiveOfflinePayments}</p>
+  <h1>${uiLabelMap.OrderReceiveOfflinePayments}</h1>
 
   &nbsp;<a href="<@ofbizUrl>authview/${donePage}</@ofbizUrl>" class="buttontext">[${uiLabelMap.CommonBack}]</a>
   &nbsp;<a href="javascript:document.paysetupform.submit()" class="buttontext">[${uiLabelMap.CommonSave}]</a>
 
-  <form method="post" action="<@ofbizUrl>receiveOfflinePayments/${donePage}</@ofbizUrl>" name="paysetupform">    
+  <form method="post" action="<@ofbizUrl>receiveOfflinePayments/${donePage}</@ofbizUrl>" name="paysetupform">
     <#if requestParameters.workEffortId?exists>
      <input type="hidden" name="workEffortId" value="${requestParameters.workEffortId}">
     </#if>
@@ -34,7 +34,7 @@
         <td width="1" align="left"><div class="tableheadtext"><u>${uiLabelMap.OrderAmount}</u></div></td>
         <td width="1">&nbsp;&nbsp;&nbsp;</td>
         <td width="70%" align="left"><div class="tableheadtext"><u>${uiLabelMap.OrderReference}</u></div></td>
-      </tr>    
+      </tr>
       <#list paymentMethodTypes as payType>
       <tr>
         <td width="30%" align="right"><div class="tabletext">${payType.get("description",locale)?default(payType.paymentMethodTypeId)}</div></td>
@@ -46,10 +46,10 @@
       </#list>
     </table>
   </form>
-  
+
   &nbsp;<a href="<@ofbizUrl>authview/${donePage}</@ofbizUrl>" class="buttontext">[${uiLabelMap.CommonBack}]</a>
   &nbsp;<a href="javascript:document.paysetupform.submit()" class="buttontext">[${uiLabelMap.CommonSave}]</a>
-  
+
 <br/>
 <#else>
   <h3>${uiLabelMap.OrderViewPermissionError}</h3>

Modified: ofbiz/trunk/applications/order/webapp/ordermgr/order/sendconfirmationemail.ftl
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/order/webapp/ordermgr/order/sendconfirmationemail.ftl?view=diff&rev=562719&r1=562718&r2=562719
==============================================================================
--- ofbiz/trunk/applications/order/webapp/ordermgr/order/sendconfirmationemail.ftl (original)
+++ ofbiz/trunk/applications/order/webapp/ordermgr/order/sendconfirmationemail.ftl Sat Aug  4 06:41:54 2007
@@ -17,9 +17,9 @@
 under the License.
 -->
 
-<#if security.hasEntityPermission("ORDERMGR", "_SEND_CONFIRMATION", session)>  
+<#if security.hasEntityPermission("ORDERMGR", "_SEND_CONFIRMATION", session)>
 
- <p class="head1">${uiLabelMap.OrderSendConfirmationEmail}</p>
+ <h1>${uiLabelMap.OrderSendConfirmationEmail}</h1>
 
   &nbsp;<a href="<@ofbizUrl>authview/${donePage}</@ofbizUrl>" class="buttontext">${uiLabelMap.CommonGoBack}</a>
   &nbsp;<a href="javascript:document.sendConfirmationForm.submit()" class="buttontext">${uiLabelMap.CommonSend}</a>
@@ -47,7 +47,7 @@
                 <input type="text" size="40" name="sendTo" value="${sendTo}"/>
             </td>
         <tr>
-        </tr>
+        </tr>
         <tr>
             <td width="26%" align="right">
                 <div class="tabletext">${uiLabelMap.OrderSendConfirmationEmailCCTo}</div>
@@ -91,13 +91,13 @@
             <td width="54%">
                 <textarea name="body" class="textAreaBox" rows="30" cols="80">${screens.render(productStoreEmailSetting.bodyScreenLocation?default(""))}</textarea>
             </td>
-        </tr>
+        </tr>
     </table>
 </form>
 
   &nbsp;<a href="<@ofbizUrl>authview/${donePage}</@ofbizUrl>" class="buttontext">${uiLabelMap.CommonGoBack}</a>
   &nbsp;<a href="javascript:document.sendConfirmationForm.submit()" class="buttontext">${uiLabelMap.CommonSend}</a>
-  
+
 <#else>
   <h3>${uiLabelMap.OrderViewPermissionError}</h3>
 </#if>

Modified: ofbiz/trunk/applications/product/webapp/catalog/category/EditCategoryRollup.ftl
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/product/webapp/catalog/category/EditCategoryRollup.ftl?view=diff&rev=562719&r1=562718&r2=562719
==============================================================================
--- ofbiz/trunk/applications/product/webapp/catalog/category/EditCategoryRollup.ftl (original)
+++ ofbiz/trunk/applications/product/webapp/catalog/category/EditCategoryRollup.ftl Sat Aug  4 06:41:54 2007
@@ -17,8 +17,8 @@
 under the License.
 -->
 
-<#if productCategoryId?has_content>
-<p class="head2">${uiLabelMap.ProductCategoryRollupParentCategories}</p>
+<#if productCategoryId?has_content>
+<h2>${uiLabelMap.ProductCategoryRollupParentCategories}</h2>
 
 <table border="1" cellpadding="2" cellspacing="0">
   <tr>
@@ -84,7 +84,7 @@
 <hr/>
 <br/>
 
-<p class="head2">${uiLabelMap.ProductCategoryRollupChildCategories}</p>
+<h2>${uiLabelMap.ProductCategoryRollupChildCategories}</h2>
 
 <table border="1" cellpadding="2" cellspacing="0">
   <tr>

Modified: ofbiz/trunk/applications/product/webapp/catalog/feature/EditFeatureCategoryFeatures.ftl
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/product/webapp/catalog/feature/EditFeatureCategoryFeatures.ftl?view=diff&rev=562719&r1=562718&r2=562719
==============================================================================
--- ofbiz/trunk/applications/product/webapp/catalog/feature/EditFeatureCategoryFeatures.ftl (original)
+++ ofbiz/trunk/applications/product/webapp/catalog/feature/EditFeatureCategoryFeatures.ftl Sat Aug  4 06:41:54 2007
@@ -30,7 +30,7 @@
   <input type="hidden" name="productFeatureCategoryId" value="${productFeatureCategoryId}">
 </form>
 <br/>
-<p class="head2">${uiLabelMap.ProductProductFeatureMaintenance}</p>
+<h2>${uiLabelMap.ProductProductFeatureMaintenance}</h2>
 <#if (listSize > 0)>
     <#if productId?has_content>
       <#assign productString = "&productId=" + productId>

Modified: ofbiz/trunk/applications/product/webapp/facility/facility/EditContactMech.ftl
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/product/webapp/facility/facility/EditContactMech.ftl?view=diff&rev=562719&r1=562718&r2=562719
==============================================================================
--- ofbiz/trunk/applications/product/webapp/facility/facility/EditContactMech.ftl (original)
+++ ofbiz/trunk/applications/product/webapp/facility/facility/EditContactMech.ftl Sat Aug  4 06:41:54 2007
@@ -24,7 +24,7 @@
   <#if !mechMap.contactMech?exists>
     <#-- When creating a new contact mech, first select the type, then actually create -->
     <#if !preContactMechTypeId?has_content>
-    <p class="head1">${uiLabelMap.PartyCreateNewContact}</p>
+    <h1>${uiLabelMap.PartyCreateNewContact}</h1>
     <form method="post" action='<@ofbizUrl>EditContactMech</@ofbizUrl>' name="createcontactmechform">
       <input type='hidden' name='facilityId' value='${facilityId}'>
       <input type='hidden' name='DONE_PAGE' value='${donePage?if_exists}'>
@@ -46,7 +46,7 @@
 
   <#if mechMap.contactMechTypeId?has_content>
     <#if !mechMap.contactMech?has_content>
-      <p class="head1">${uiLabelMap.PartyCreateNewContact}</p>
+      <h1>${uiLabelMap.PartyCreateNewContact}</h1>
     &nbsp;<a href='<@ofbizUrl>authview/${donePage}?facilityId=${facilityId}</@ofbizUrl>' class="buttontext">[${uiLabelMap.CommonGoBack}]</a>
     &nbsp;<a href="javascript:document.editcontactmechform.submit()" class="buttontext">[${uiLabelMap.CommonSave}]</a>
       <#if contactMechPurposeType?exists>
@@ -56,13 +56,13 @@
         <form method="post" action='<@ofbizUrl>${mechMap.requestName}</@ofbizUrl>' name="editcontactmechform">
         <input type='hidden' name='DONE_PAGE' value='${donePage}'>
         <input type='hidden' name='contactMechTypeId' value='${mechMap.contactMechTypeId}'>
-        <input type='hidden' name='facilityId' value='${facilityId}'>        
+        <input type='hidden' name='facilityId' value='${facilityId}'>
         <#if preContactMechTypeId?exists><input type='hidden' name='preContactMechTypeId' value='${preContactMechTypeId}'></#if>
         <#if contactMechPurposeTypeId?exists><input type='hidden' name='contactMechPurposeTypeId' value='${contactMechPurposeTypeId?if_exists}'></#if>
-        
+
         <#if paymentMethodId?exists><input type='hidden' name='paymentMethodId' value='${paymentMethodId}'></#if>
     <#else>
-      <p class="head1">${uiLabelMap.PartyEditContactInformation}</p>
+      <h1>${uiLabelMap.PartyEditContactInformation}</h1>
     &nbsp;<a href='<@ofbizUrl>authview/${donePage}?facilityId=${facilityId}</@ofbizUrl>' class='buttontext'>[${uiLabelMap.CommonGoBack}]</a>
     &nbsp;<a href="javascript:document.editcontactmechform.submit()" class="buttontext">[${uiLabelMap.CommonSave}]</a>
       <table width="90%" border="0" cellpadding="2" cellspacing="0">
@@ -71,8 +71,8 @@
           <td width="26%" align="right" valign="top"><div class="tabletext">${uiLabelMap.PartyContactPurposes}</div></td>
           <td width="5">&nbsp;</td>
           <td width="74%">
-            <table border='0' cellspacing='1' bgcolor='black'>  
-            <#if mechMap.facilityContactMechPurposes?has_content>          
+            <table border='0' cellspacing='1' bgcolor='black'>
+            <#if mechMap.facilityContactMechPurposes?has_content>
               <#list mechMap.facilityContactMechPurposes as facilityContactMechPurpose>
                 <#assign contactMechPurposeType = facilityContactMechPurpose.getRelatedOneCache("ContactMechPurposeType")>
                 <tr>
@@ -89,8 +89,8 @@
                   <td bgcolor='white'><div><a href='<@ofbizUrl>deleteFacilityContactMechPurpose?facilityId=${facilityId}&contactMechId=${contactMechId}&contactMechPurposeTypeId=${facilityContactMechPurpose.contactMechPurposeTypeId}&fromDate=${facilityContactMechPurpose.fromDate.toString()}&DONE_PAGE=${donePage}&useValues=true</@ofbizUrl>' class='buttontext'>&nbsp;${uiLabelMap.CommonDelete}&nbsp;</a></div></td>
                 </tr>
               </#list>
-              </#if>              
-          
+              </#if>
+
               <tr>
                 <form method="post" action='<@ofbizUrl>createFacilityContactMechPurpose?DONE_PAGE=${donePage}&useValues=true</@ofbizUrl>' name='newpurposeform'>
                 <input type="hidden" name='facilityId' value='${facilityId}'>
@@ -115,7 +115,7 @@
         <input type="hidden" name="contactMechTypeId" value='${mechMap.contactMechTypeId}'>
         <input type="hidden" name='facilityId' value='${facilityId}'>
     </#if>
-  
+
   <#if "POSTAL_ADDRESS" = mechMap.contactMechTypeId?if_exists>
     <tr>
       <td width="26%" align="right" valign="top"><div class="tabletext">${uiLabelMap.PartyToName}</div></td>
@@ -213,7 +213,7 @@
           <input type="text" class="inputBox" size="60" maxlength="255" name="infoString" value="${(mechMap.contactMech.infoString)?if_exists}">
       *</td>
     </tr>
-  </#if>  
+  </#if>
   </form>
   </table>