Author: jacopoc
Date: Fri Mar 30 03:12:27 2007
New Revision: 524025

URL: http://svn.apache.org/viewvc?view=rev&rev=524025
Log:
Small layout improvements to the mrp log screen.

Modified:
    
ofbiz/trunk/applications/manufacturing/webapp/manufacturing/mrp/findInventoryEventPlan.ftl

Modified: 
ofbiz/trunk/applications/manufacturing/webapp/manufacturing/mrp/findInventoryEventPlan.ftl
URL: 
http://svn.apache.org/viewvc/ofbiz/trunk/applications/manufacturing/webapp/manufacturing/mrp/findInventoryEventPlan.ftl?view=diff&rev=524025&r1=524024&r2=524025
==============================================================================
--- 
ofbiz/trunk/applications/manufacturing/webapp/manufacturing/mrp/findInventoryEventPlan.ftl
 (original)
+++ 
ofbiz/trunk/applications/manufacturing/webapp/manufacturing/mrp/findInventoryEventPlan.ftl
 Fri Mar 30 03:12:27 2007
@@ -134,13 +134,13 @@
 
        <table width='100%' border='0' cellspacing='0' cellpadding='2' 
class='boxbottom'>
         <tr>
-          <th align="left">${uiLabelMap.CommonDescription}</th>
-          <th align="center">&nbsp</th>
-          <th align="left">${uiLabelMap.CommonEventName}</th>
-          <th align="left">${uiLabelMap.CommonEventDate}</th>
-          <th align="center">&nbsp</th>
-          <th align="right">${uiLabelMap.CommonQuantity}</th>
-          <th align="right">${uiLabelMap.ManufacturingTotalQuantity}</th>
+          <td align="left"><b>${uiLabelMap.CommonType}</b></td>
+          <td align="center"><b>&nbsp</b></td>
+          <td align="left"><b>${uiLabelMap.CommonDescription}</b></td>
+          <td align="left"><b>${uiLabelMap.CommonDate}</b></td>
+          <td align="center"><b>&nbsp</b></td>
+          <td align="right"><b>${uiLabelMap.CommonQuantity}</b></td>
+          <td 
align="right"><b>${uiLabelMap.ManufacturingTotalQuantity}</b></td>
         </tr>
         <tr>
           <td colspan="7"><hr/></td>
@@ -192,7 +192,7 @@
                       </#if>
                   </td>
                   <td colspan="5" align="right">
-                    <big><b><div>${quantityAvailableAtDate}</div></b></big>
+                    <big><b>${quantityAvailableAtDate}</b></big>
                   </td>
                 </tr>
                 <#if additionalErrorMessage?has_content>


Reply via email to