You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by mo...@apache.org on 2009/06/19 16:19:14 UTC

svn commit: r786519 - /ofbiz/trunk/applications/product/webapp/facility/shipment/WeightPackage.ftl

Author: mor
Date: Fri Jun 19 14:19:13 2009
New Revision: 786519

URL: http://svn.apache.org/viewvc?rev=786519&view=rev
Log:
Now the screen is more consistent with the order of the buttons "Pack Order" and "Weight Package Only" on Facility > Packing Screen if any error comes. Earlier the order of 
these buttons was reversed when an error comes on packing screen.

Modified:
    ofbiz/trunk/applications/product/webapp/facility/shipment/WeightPackage.ftl

Modified: ofbiz/trunk/applications/product/webapp/facility/shipment/WeightPackage.ftl
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/product/webapp/facility/shipment/WeightPackage.ftl?rev=786519&r1=786518&r2=786519&view=diff
==============================================================================
--- ofbiz/trunk/applications/product/webapp/facility/shipment/WeightPackage.ftl (original)
+++ ofbiz/trunk/applications/product/webapp/facility/shipment/WeightPackage.ftl Fri Jun 19 14:19:13 2009
@@ -79,8 +79,8 @@
               <tr>
                 <td colspan="2">&nbsp;</td>
                 <td colspan="2">
-                  <a href="javascript:document.selectOrderForm.submit();" class="buttontext">${uiLabelMap.ProductWeightPackageOnly}</a>
                   <a href="javascript:document.selectOrderForm.action='<@o...@ofbizUrl>';document.selectOrderForm.submit();" class="buttontext">${uiLabelMap.ProductPackOrder}</a>
+                  <a href="javascript:document.selectOrderForm.submit();" class="buttontext">${uiLabelMap.ProductWeightPackageOnly}</a>
                 </td>
               </tr>
             </table>
@@ -101,8 +101,8 @@
               <tr>
                 <td colspan="2">&nbsp;</td>
                 <td colspan="1">
-                  <a href="javascript:document.selectPicklistBinForm.submit();" class="buttontext">${uiLabelMap.ProductWeightPackageOnly}</a>
                   <a href="javascript:document.selectPicklistBinForm.action='<@o...@ofbizUrl>';document.selectPicklistBinForm.submit();" class="buttontext">${uiLabelMap.ProductPackOrder}</a>
+                  <a href="javascript:document.selectPicklistBinForm.submit();" class="buttontext">${uiLabelMap.ProductWeightPackageOnly}</a>
                 </td>
               </tr>
             </table>