svn commit: r422052 - /incubator/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: r422052 - /incubator/ofbiz/trunk/applications/order/webapp/ordermgr/order/orderlist.ftl

sichen
Author: sichen
Date: Fri Jul 14 14:16:54 2006
New Revision: 422052

URL: http://svn.apache.org/viewvc?rev=422052&view=rev
Log:
Changed the date format in orderlist to be something more user friendly.

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

Modified: incubator/ofbiz/trunk/applications/order/webapp/ordermgr/order/orderlist.ftl
URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/applications/order/webapp/ordermgr/order/orderlist.ftl?rev=422052&r1=422051&r2=422052&view=diff
==============================================================================
--- incubator/ofbiz/trunk/applications/order/webapp/ordermgr/order/orderlist.ftl (original)
+++ incubator/ofbiz/trunk/applications/order/webapp/ordermgr/order/orderlist.ftl Fri Jul 14 14:16:54 2006
@@ -139,7 +139,7 @@
                 <tr><td colspan="8"><hr class="sepbar"/></td></tr>
                 <tr>
                   <td>
-                    <div class="tabletext">${orderHeader.orderDate.toString()}</div>
+                    <div class="tabletext">${orderHeader.orderDate?string.medium_short}</div>
                   </td>
                   <td>
                     <div class="tabletext"><a href="<@ofbizUrl>orderview?orderId=${orderHeader.orderId}</@ofbizUrl>" class="buttontext">${orderHeader.orderId}</a>