Author: jleroux
Date: Sun Sep 9 09:45:40 2007
New Revision: 574026
URL: http://svn.apache.org/viewvc?rev=574026&view=rev
Log:
The last remaining div class="head1|2|3" changed to h1|2|3.
This closes https://issues.apache.org/jira/browse/OFBIZ-587
Modified:
ofbiz/trunk/applications/accounting/webapp/accounting/payment/manualTx.ftl
ofbiz/trunk/applications/order/webapp/ordermgr/entry/SetItemShipGroups.ftl
ofbiz/trunk/applications/order/webapp/ordermgr/entry/optionsettings.ftl
ofbiz/trunk/applications/party/templates/email/ChangePersonalInfoNotification.ftl
ofbiz/trunk/applications/party/templates/email/CreatePartyNotification.ftl
ofbiz/trunk/applications/product/webapp/facility/shipment/AddItemsFromOrder.ftl
ofbiz/trunk/applications/product/webapp/facility/shipment/EditShipmentPlan.ftl
ofbiz/trunk/applications/product/webapp/facility/shipment/ReceiveInventoryAgainstPurchaseOrder.ftl
ofbiz/trunk/applications/workeffort/webapp/workeffort/workeffort/EditWorkEffortDupForm.ftl
Modified:
ofbiz/trunk/applications/accounting/webapp/accounting/payment/manualTx.ftl
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/applications/accounting/webapp/accounting/payment/manualTx.ftl?rev=574026&r1=574025&r2=574026&view=diff
==============================================================================
--- ofbiz/trunk/applications/accounting/webapp/accounting/payment/manualTx.ftl
(original)
+++ ofbiz/trunk/applications/accounting/webapp/accounting/payment/manualTx.ftl
Sun Sep 9 09:45:40 2007
@@ -108,7 +108,7 @@
<tr>
<td colspan="3" align="center">
<br/>
- <div
class="head2">${uiLabelMap.AccountingTransactionTypeNotYetSupported}</div>
+ <h2>${uiLabelMap.AccountingTransactionTypeNotYetSupported}</h2>
<br/>
</td>
</tr>
Modified:
ofbiz/trunk/applications/order/webapp/ordermgr/entry/SetItemShipGroups.ftl
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/applications/order/webapp/ordermgr/entry/SetItemShipGroups.ftl?rev=574026&r1=574025&r2=574026&view=diff
==============================================================================
--- ofbiz/trunk/applications/order/webapp/ordermgr/entry/SetItemShipGroups.ftl
(original)
+++ ofbiz/trunk/applications/order/webapp/ordermgr/entry/SetItemShipGroups.ftl
Sun Sep 9 09:45:40 2007
@@ -34,7 +34,7 @@
<table width="100%" cellpadding="1" border="0" cellpadding="0"
cellspacing="0">
<tr>
<td colspan="2">
- <div class="head1">${uiLabelMap.OrderShipGroup} #
${currIndex}<#if supplier?has_content> - ${uiLabelMap.OrderDropShipped} -
${supplier.groupName?default(supplier.partyId)}</#if></div>
+ <h1>${uiLabelMap.OrderShipGroup} # ${currIndex}<#if
supplier?has_content> - ${uiLabelMap.OrderDropShipped} -
${supplier.groupName?default(supplier.partyId)}</#if></h1>
</td>
</tr>
<tr>
Modified:
ofbiz/trunk/applications/order/webapp/ordermgr/entry/optionsettings.ftl
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/applications/order/webapp/ordermgr/entry/optionsettings.ftl?rev=574026&r1=574025&r2=574026&view=diff
==============================================================================
--- ofbiz/trunk/applications/order/webapp/ordermgr/entry/optionsettings.ftl
(original)
+++ ofbiz/trunk/applications/order/webapp/ordermgr/entry/optionsettings.ftl Sun
Sep 9 09:45:40 2007
@@ -39,7 +39,7 @@
<table width="100%" cellpadding="1" border="0" cellpadding="0"
cellspacing="0">
<tr>
<td colspan="2">
- <div class="head1"><b>${uiLabelMap.OrderShipGroup} #
${currIndex}</b><#if supplier?has_content> -
${supplier.groupName?default(supplier.partyId)}</#if></div>
+ <h1><b>${uiLabelMap.OrderShipGroup} # ${currIndex}</b><#if
supplier?has_content> -
${supplier.groupName?default(supplier.partyId)}</#if></h1>
</td>
</tr>
Modified:
ofbiz/trunk/applications/party/templates/email/ChangePersonalInfoNotification.ftl
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/applications/party/templates/email/ChangePersonalInfoNotification.ftl?rev=574026&r1=574025&r2=574026&view=diff
==============================================================================
---
ofbiz/trunk/applications/party/templates/email/ChangePersonalInfoNotification.ftl
(original)
+++
ofbiz/trunk/applications/party/templates/email/ChangePersonalInfoNotification.ftl
Sun Sep 9 09:45:40 2007
@@ -24,7 +24,7 @@
<link rel="stylesheet" href="${baseUrl}/images/maincss.css"
type="text/css"/>
</head>
<body>
- <div class="head1">${title}</div>
+ <h1>${title}</h1>
<p class="tabletext">Hello
${(parameters.partyAndPerson.salutation)?if_exists}
${(parameters.partyAndPerson.personalTitle)?if_exists}
${(parameters.partyAndPerson.firstName)?if_exists}
${(parameters.partyAndPerson.middleName)?if_exists}
${(parameters.partyAndPerson.lastName)?if_exists}
${(parameters.partyAndPerson.suffix)?if_exists},</b></p>
<p class="tabletext">Your personal information has been updated
successfully.</p>
</body>
Modified:
ofbiz/trunk/applications/party/templates/email/CreatePartyNotification.ftl
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/applications/party/templates/email/CreatePartyNotification.ftl?rev=574026&r1=574025&r2=574026&view=diff
==============================================================================
--- ofbiz/trunk/applications/party/templates/email/CreatePartyNotification.ftl
(original)
+++ ofbiz/trunk/applications/party/templates/email/CreatePartyNotification.ftl
Sun Sep 9 09:45:40 2007
@@ -24,7 +24,7 @@
<link rel="stylesheet" href="${baseUrl}/images/maincss.css"
type="text/css"/>
</head>
<body>
- <div class="head1">${title}</div>
+ <h1>${title}</h1>
<p class="tabletext">Hello ${parameters.USER_TITLE?if_exists}
${parameters.USER_FIRST_NAME?if_exists}
${parameters.USER_MIDDLE_NAME?if_exists} ${parameters.USER_LAST_NAME?if_exists}
${parameters.USER_SUFFIX?if_exists},</p>
<p class="tabletext">Your account has been created.</p>
</body>
Modified:
ofbiz/trunk/applications/product/webapp/facility/shipment/AddItemsFromOrder.ftl
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/applications/product/webapp/facility/shipment/AddItemsFromOrder.ftl?rev=574026&r1=574025&r2=574026&view=diff
==============================================================================
---
ofbiz/trunk/applications/product/webapp/facility/shipment/AddItemsFromOrder.ftl
(original)
+++
ofbiz/trunk/applications/product/webapp/facility/shipment/AddItemsFromOrder.ftl
Sun Sep 9 09:45:40 2007
@@ -34,13 +34,13 @@
<h2>${uiLabelMap.ProductAddItemsShipment}: [${shipmentId?if_exists}];
${uiLabelMap.OrderFromOrder}: [${orderId?if_exists}],
${uiLabelMap.OrderShipGroup}: [${shipGroupSeqId?if_exists}]</h2>
<#if orderId?has_content && !orderHeader?exists>
- <div class="head3" style="color: red;"><#assign
uiLabelWithVar=uiLabelMap.ProductErrorOrderIdNotFound?interpret><@uiLabelWithVar/>.</div>
+ <h3 style="color: red;"><#assign
uiLabelWithVar=uiLabelMap.ProductErrorOrderIdNotFound?interpret><@uiLabelWithVar/>.</h3>
</#if>
<#if orderHeader?exists>
<#if orderHeader.orderTypeId == "SALES_ORDER" &&
shipment.shipmentTypeId?if_exists != "SALES_SHIPMENT">
- <div class="head3" style="color:
red;">${uiLabelMap.ProductWarningOrderType}
${(orderType.get("description",locale))?default(orderHeader.orderTypeId?if_exists)},
${uiLabelMap.ProductNotSalesShipment}.</div>
+ <h3 style="color: red;">${uiLabelMap.ProductWarningOrderType}
${(orderType.get("description",locale))?default(orderHeader.orderTypeId?if_exists)},
${uiLabelMap.ProductNotSalesShipment}.</h3>
<#elseif orderHeader.orderTypeId == "PURCHASE_ORDER" &&
shipment.shipmentTypeId?if_exists != "PURCHASE_SHIPMENT" &&
shipment.shipmentTypeId?if_exists != "DROP_SHIPMENT">
- <div class="head3" style="color:
red;">${uiLabelMap.ProductWarningOrderType}
${(orderType.get("description",locale))?default(orderHeader.orderTypeId?if_exists)},
${uiLabelMap.ProductNotPurchaseShipment}.</div>
+ <h3 style="color: red;">${uiLabelMap.ProductWarningOrderType}
${(orderType.get("description",locale))?default(orderHeader.orderTypeId?if_exists)},
${uiLabelMap.ProductNotPurchaseShipment}.</h3>
<#else>
<h3>${uiLabelMap.ProductNoteOrderType}
${(orderType.get("description",locale))?default(orderHeader.orderTypeId?if_exists)}.</h3>
<h3>${uiLabelMap.ProductShipmentType}:
${shipment.shipmentTypeId?if_exists}.</h3>
@@ -55,7 +55,7 @@
<#elseif "ORDER_COMPLETED" == orderHeader.statusId>
<h3>${uiLabelMap.ProductNoteOrderStatus}
${(orderHeaderStatus.get("description",locale))?default(orderHeader.statusId?if_exists)},
${uiLabelMap.ProductNoItemsLeft}.</h3>
<#else>
- <div class="head3" style="color:
red;">${uiLabelMap.ProductWarningOrderStatus}
${(orderHeaderStatus.get("description",locale))?default(orderHeader.statusId?if_exists)};
${uiLabelMap.ProductApprovedBeforeShipping}.</div>
+ <h3 style="color: red;">${uiLabelMap.ProductWarningOrderStatus}
${(orderHeaderStatus.get("description",locale))?default(orderHeader.statusId?if_exists)};
${uiLabelMap.ProductApprovedBeforeShipping}.</h3>
</#if>
</#if>
<#if orderItemDatas?exists>
Modified:
ofbiz/trunk/applications/product/webapp/facility/shipment/EditShipmentPlan.ftl
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/applications/product/webapp/facility/shipment/EditShipmentPlan.ftl?rev=574026&r1=574025&r2=574026&view=diff
==============================================================================
---
ofbiz/trunk/applications/product/webapp/facility/shipment/EditShipmentPlan.ftl
(original)
+++
ofbiz/trunk/applications/product/webapp/facility/shipment/EditShipmentPlan.ftl
Sun Sep 9 09:45:40 2007
@@ -44,8 +44,8 @@
<br/>
</#if>
${listShipmentPlanForm.renderFormString(context)}
- <div class="head2">${uiLabelMap.ProductShipmentTotalWeight}:
${totWeight}</div>
- <div class="head2">${uiLabelMap.ProductShipmentTotalVolume}:
${totVolume}</div>
+ <h2>${uiLabelMap.ProductShipmentTotalWeight}: ${totWeight}</h2>
+ <h2>${uiLabelMap.ProductShipmentTotalVolume}: ${totVolume}</h2>
${shipmentPlanToOrderItemsForm.renderFormString(context)}
<#else>
<h3>${uiLabelMap.ProductShipmentNotFoundId} : [${shipmentId?if_exists}]</h3>
Modified:
ofbiz/trunk/applications/product/webapp/facility/shipment/ReceiveInventoryAgainstPurchaseOrder.ftl
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/applications/product/webapp/facility/shipment/ReceiveInventoryAgainstPurchaseOrder.ftl?rev=574026&r1=574025&r2=574026&view=diff
==============================================================================
---
ofbiz/trunk/applications/product/webapp/facility/shipment/ReceiveInventoryAgainstPurchaseOrder.ftl
(original)
+++
ofbiz/trunk/applications/product/webapp/facility/shipment/ReceiveInventoryAgainstPurchaseOrder.ftl
Sun Sep 9 09:45:40 2007
@@ -32,7 +32,7 @@
</script>
<#assign productId = parameters.productId?if_exists/>
- <div
class="head3">${uiLabelMap.ProductReceiveInventoryAgainstPurchaseOrder}</div>
+ <h3>${uiLabelMap.ProductReceiveInventoryAgainstPurchaseOrder}</h3>
<div class="errorMessage">
<#if ! isPurchaseShipment>
@@ -221,7 +221,7 @@
<script language="JavaScript"
type="text/javascript">selectAll('selectAllForm');</script>
</#if>
<#if itemsAvailableToReceive && totalReadyToReceive <
totalAvailableToReceive>
- <div
class="head3">${uiLabelMap.ProductReceiveInventoryAddProductToReceive}</div>
+ <h3>${uiLabelMap.ProductReceiveInventoryAddProductToReceive}</h3>
<form name="addProductToReceive" method="post"
action="<@ofbizUrl>ReceiveInventoryAgainstPurchaseOrder</@ofbizUrl>">
<input type="hidden" name="shipmentId" value="${shipmentId}"/>
<input type="hidden" name="purchaseOrderId"
value="${orderId}"/>
Modified:
ofbiz/trunk/applications/workeffort/webapp/workeffort/workeffort/EditWorkEffortDupForm.ftl
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/applications/workeffort/webapp/workeffort/workeffort/EditWorkEffortDupForm.ftl?rev=574026&r1=574025&r2=574026&view=diff
==============================================================================
---
ofbiz/trunk/applications/workeffort/webapp/workeffort/workeffort/EditWorkEffortDupForm.ftl
(original)
+++
ofbiz/trunk/applications/workeffort/webapp/workeffort/workeffort/EditWorkEffortDupForm.ftl
Sun Sep 9 09:45:40 2007
@@ -17,7 +17,7 @@
under the License.
-->
<hr class="sepbar"/>
- <div class="head2">${uiLabelMap.WorkEffortDuplicateWorkEffort}</div>
+ <h2>${uiLabelMap.WorkEffortDuplicateWorkEffort}</h2>
<form action="<@ofbizUrl>DuplicateWorkEffort</@ofbizUrl>"
method="post" style="margin: 0;">
<input type="hidden" name="oldWorkEffortId"
value="${workEffortId?if_exists}"/>
<div>