svn commit: r1662189 - /ofbiz/trunk/applications/order/webapp/ordermgr/order/findOrders.ftl

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

svn commit: r1662189 - /ofbiz/trunk/applications/order/webapp/ordermgr/order/findOrders.ftl

jleroux@apache.org
Author: jleroux
Date: Wed Feb 25 09:13:19 2015
New Revision: 1662189

URL: http://svn.apache.org/r1662189
Log:
Better columns spaces repartition between order name and status

Modified:
    ofbiz/trunk/applications/order/webapp/ordermgr/order/findOrders.ftl

Modified: ofbiz/trunk/applications/order/webapp/ordermgr/order/findOrders.ftl
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/order/webapp/ordermgr/order/findOrders.ftl?rev=1662189&r1=1662188&r2=1662189&view=diff
==============================================================================
--- ofbiz/trunk/applications/order/webapp/ordermgr/order/findOrders.ftl (original)
+++ ofbiz/trunk/applications/order/webapp/ordermgr/order/findOrders.ftl Wed Feb 25 09:13:19 2015
@@ -594,7 +594,7 @@ document.lookuporder.orderId.focus();
           </td>
           <td width="5%">${uiLabelMap.OrderOrderType}</td>
           <td width="5%">${uiLabelMap.OrderOrderId}</td>
-          <td width="10 %">${uiLabelMap.OrderOrderName}</td>
+          <td width="15%">${uiLabelMap.OrderOrderName}</td>
           <td width="20%">${uiLabelMap.PartyName}</td>
           <td width="5%" align="right">${uiLabelMap.OrderSurvey}</td>
           <td width="5%" align="right">${uiLabelMap.OrderItemsOrdered}</td>
@@ -604,10 +604,10 @@ document.lookuporder.orderId.focus();
           <td width="10%" align="right">${uiLabelMap.OrderOrderTotal}</td>
           <td width="5%">&nbsp;</td>
             <#if (requestParameters.filterInventoryProblems?default("N") == "Y") || (requestParameters.filterPOsOpenPastTheirETA?default("N") == "Y") || (requestParameters.filterPOsWithRejectedItems?default("N") == "Y") || (requestParameters.filterPartiallyReceivedPOs?default("N") == "Y")>
-              <td width="15%">${uiLabelMap.CommonStatus}</td>
+              <td width="10%">${uiLabelMap.CommonStatus}</td>
               <td width="5%">${uiLabelMap.CommonFilter}</td>
             <#else>
-              <td width="20%">${uiLabelMap.CommonStatus}</td>
+              <td width="15%">${uiLabelMap.CommonStatus}</td>
             </#if>
           <td width="20%">${uiLabelMap.OrderDate}</td>
           <td width="5%">${uiLabelMap.PartyPartyId}</td>