svn commit: r540912 - /ofbiz/trunk/applications/order/webapp/ordermgr/order/orderlist.ftl

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

svn commit: r540912 - /ofbiz/trunk/applications/order/webapp/ordermgr/order/orderlist.ftl

jleroux@apache.org
Author: jleroux
Date: Wed May 23 02:56:30 2007
New Revision: 540912

URL: http://svn.apache.org/viewvc?view=rev&rev=540912
Log:
Few l10n (may be applied to release, not sure)

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

Modified: ofbiz/trunk/applications/order/webapp/ordermgr/order/orderlist.ftl
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/order/webapp/ordermgr/order/orderlist.ftl?view=diff&rev=540912&r1=540911&r2=540912
==============================================================================
--- ofbiz/trunk/applications/order/webapp/ordermgr/order/orderlist.ftl (original)
+++ ofbiz/trunk/applications/order/webapp/ordermgr/order/orderlist.ftl Wed May 23 02:56:30 2007
@@ -42,12 +42,12 @@
         <tr>
           <td>
             <#if state.hasPrevious()>
-            <a href="<@ofbizUrl>orderlist?viewIndex=${state.getViewIndex() - 1}&viewSize=${state.getViewSize()}</@ofbizUrl>" class="buttontext">Previous</a>
+            <a href="<@ofbizUrl>orderlist?viewIndex=${state.getViewIndex() - 1}&viewSize=${state.getViewSize()}</@ofbizUrl>" class="buttontext">${uiLabelMap.CommonPrevious}</a>
             </#if>
           </td>
           <td align="right">
             <#if state.hasNext()>
-            <a href="<@ofbizUrl>orderlist?viewIndex=${state.getViewIndex() + 1}&viewSize=${state.getViewSize()}</@ofbizUrl>" class="buttontext">Next</a>
+            <a href="<@ofbizUrl>orderlist?viewIndex=${state.getViewIndex() + 1}&viewSize=${state.getViewSize()}</@ofbizUrl>" class="buttontext">${uiLabelMap.CommonNext}</a>
             </#if>
           </td>
         </tr>
@@ -63,7 +63,7 @@
       <ul>
         <li class="head3">${uiLabelMap.OrderLookupOrder}</li>
       </ul>
-  <br class="clear" />
+      <br class="clear" />
     </div>
     <div class="screenlet-body">
       <form method="post" name="findorder" action="<@ofbizUrl>orderlist</@ofbizUrl>">
@@ -144,7 +144,7 @@
       <ul>
         <li class="head3">${uiLabelMap.OrderOrderList}</li>
       </ul>
-  <br class="clear" />
+      <br class="clear" />
     </div>
     <div class="screenlet-body">
       <table width="100%" border="0" cellspacing="0" cellpadding="0" class="boxbottom">