svn commit: r921130 - /ofbiz/trunk/applications/order/webapp/ordermgr/order/orderitems.ftl

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

svn commit: r921130 - /ofbiz/trunk/applications/order/webapp/ordermgr/order/orderitems.ftl

doogie-3
Author: doogie
Date: Tue Mar  9 21:15:03 2010
New Revision: 921130

URL: http://svn.apache.org/viewvc?rev=921130&view=rev
Log:
Add order-items class to the top-level table.

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

Modified: ofbiz/trunk/applications/order/webapp/ordermgr/order/orderitems.ftl
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/order/webapp/ordermgr/order/orderitems.ftl?rev=921130&r1=921129&r2=921130&view=diff
==============================================================================
--- ofbiz/trunk/applications/order/webapp/ordermgr/order/orderitems.ftl (original)
+++ ofbiz/trunk/applications/order/webapp/ordermgr/order/orderitems.ftl Tue Mar  9 21:15:03 2010
@@ -26,7 +26,7 @@ under the License.
         <br class="clear"/>
     </div>
     <div class="screenlet-body">
-       <table class="basic-table" cellspacing='0'>
+       <table class="order-items basic-table" cellspacing='0'>
           <tr valign="bottom" class="header-row">
             <td width="30%">${uiLabelMap.ProductProduct}</td>
             <td width="33%">${uiLabelMap.CommonStatus}</td>
@@ -638,4 +638,4 @@ under the License.
         </table>
     </div>
 </div>
-</#if>
\ No newline at end of file
+</#if>