Author: eckardjf
Date: Fri Apr 16 18:26:51 2010 New Revision: 935030 URL: http://svn.apache.org/viewvc?rev=935030&view=rev Log: fix <br> and <hr> tags Modified: ofbiz/trunk/applications/order/webapp/ordermgr/order/orderitems.ftl Modified: ofbiz/trunk/applications/order/webapp/ordermgr/order/orderitems.ftl URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/order/webapp/ordermgr/order/orderitems.ftl?rev=935030&r1=935029&r2=935030&view=diff ============================================================================== --- ofbiz/trunk/applications/order/webapp/ordermgr/order/orderitems.ftl (original) +++ ofbiz/trunk/applications/order/webapp/ordermgr/order/orderitems.ftl Fri Apr 16 18:26:51 2010 @@ -23,7 +23,7 @@ under the License. <ul> <li class="h3"> ${uiLabelMap.OrderOrderItems}</li> </ul> - <br class="clear"/> + <br class="clear" /> </div> <div class="screenlet-body"> <table class="order-items basic-table" cellspacing='0'> @@ -59,7 +59,7 @@ under the License. <#if productId?exists> ${orderItem.productId?default("N/A")} - ${orderItem.itemDescription?if_exists} <#if (product.salesDiscontinuationDate)?exists && Static["org.ofbiz.base.util.UtilDateTime"].nowTimestamp().after(product.salesDiscontinuationDate)> - <br/> + <br /> <span style="color: red;">${uiLabelMap.OrderItemDiscontinued}: ${product.salesDiscontinuationDate}</span> </#if> <#elseif orderItemType?exists> @@ -587,7 +587,7 @@ under the License. class="buttontext">${itemIssuance.inventoryItemId}</a> <span class="label">${uiLabelMap.OrderShipGroup}</span> ${itemIssuance.shipGroupSeqId?if_exists} <#if (inventoryItem.serialNumber?has_content)> - <br> + <br /> <span class="label">${uiLabelMap.ProductSerialNumber}</span> ${inventoryItem.serialNumber} </#if> </#if> @@ -630,7 +630,7 @@ under the License. </#if> </#list> </#if> - <tr><td colspan="7"><hr/></td></tr> + <tr><td colspan="7"><hr /></td></tr> <#list orderHeaderAdjustments as orderHeaderAdjustment> <#assign adjustmentType = orderHeaderAdjustment.getRelatedOne("OrderAdjustmentType")> <#assign adjustmentAmount = Static["org.ofbiz.order.order.OrderReadHelper"].calcOrderAdjustment(orderHeaderAdjustment, orderSubTotal)> @@ -650,7 +650,7 @@ under the License. <#-- subtotal --> <tr> <td colspan="1"></td> - <td colspan="6"><hr/></td> + <td colspan="6"><hr /></td> </tr> <tr> <td align="right" colspan="5"> |
Free forum by Nabble | Edit this page |