Author: sichen
Date: Thu Jan 25 11:11:02 2007
New Revision: 499920
URL:
http://svn.apache.org/viewvc?view=rev&rev=499920Log:
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="<@ofbizUrl>setOrderCurrencyAgreementShipDates</@ofbizUrl>">
<div class="screenlet">
<div class="screenlet-header">
- <div class="boxhead"> ${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">
+ ${uiLabelMap.OrderOrderEntryCurrencyAgreementShipDates}
+ </div>
+ <div class="boxhead-fill"> </div>
+ </div>
</div>
<div class="screenlet-body">
<table>
@@ -114,10 +122,6 @@
</a>
</td>
</tr>
-
- <tr><td colspan="4"> </td></tr>
- <tr><td colspan="3"> </td><td align="left"><input type="submit" class="smallSubmit" value="${uiLabelMap.CommonSelect}">
-
</table>
</div>
</div>