You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by si...@apache.org on 2007/01/25 20:11:03 UTC

svn commit: r499920 - /ofbiz/trunk/applications/order/webapp/ordermgr/entry/orderagreements.ftl

Author: sichen
Date: Thu Jan 25 11:11:02 2007
New Revision: 499920

URL: http://svn.apache.org/viewvc?view=rev&rev=499920
Log:
OFBIZ-645: Moving the submit button to top right of order agreements screen in ordermgr checkout, following the pattern of the preceeding and following checkout screens. Based on a patch from Eric Schwartz.

Modified:
    ofbiz/trunk/applications/order/webapp/ordermgr/entry/orderagreements.ftl

Modified: ofbiz/trunk/applications/order/webapp/ordermgr/entry/orderagreements.ftl
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/order/webapp/ordermgr/entry/orderagreements.ftl?view=diff&rev=499920&r1=499919&r2=499920
==============================================================================
--- ofbiz/trunk/applications/order/webapp/ordermgr/entry/orderagreements.ftl (original)
+++ ofbiz/trunk/applications/order/webapp/ordermgr/entry/orderagreements.ftl Thu Jan 25 11:11:02 2007
@@ -21,7 +21,15 @@
 <form method="post" name="agreementForm" action="<@o...@ofbizUrl>">
 <div class="screenlet">
   <div class="screenlet-header">
-    <div class="boxhead">&nbsp;${uiLabelMap.OrderOrderEntryCurrencyAgreementShipDates}</div>
+      <div class="boxtop">
+          <div class="boxhead-right" align="right">
+              <input type="submit" class="smallSubmit" value="${uiLabelMap.CommonContinue}">
+          </div>
+          <div class="boxhead-left">
+              &nbsp;${uiLabelMap.OrderOrderEntryCurrencyAgreementShipDates}
+          </div>
+          <div class="boxhead-fill">&nbsp;</div>
+      </div>
   </div>
   <div class="screenlet-body">
     <table>
@@ -114,10 +122,6 @@
           </a>
         </td>
       </tr>
-      
-      <tr><td colspan="4">&nbsp;</td></tr>
-      <tr><td colspan="3">&nbsp;</td><td align="left"><input type="submit" class="smallSubmit" value="${uiLabelMap.CommonSelect}">
-
     </table>
   </div>
 </div>