svn commit: r1618311 - /ofbiz/trunk/applications/order/webapp/ordermgr/entry/OrderEntryTabBar.ftl

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

svn commit: r1618311 - /ofbiz/trunk/applications/order/webapp/ordermgr/entry/OrderEntryTabBar.ftl

apatel-2
Author: apatel
Date: Sat Aug 16 06:29:33 2014
New Revision: 1618311

URL: http://svn.apache.org/r1618311
Log:
[OFBIZ-3428] Now order entry process buttons are visible. Thanks Erwan de FERRIERES for the report and ofbiz.us team for the fix.

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

Modified: ofbiz/trunk/applications/order/webapp/ordermgr/entry/OrderEntryTabBar.ftl
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/order/webapp/ordermgr/entry/OrderEntryTabBar.ftl?rev=1618311&r1=1618310&r2=1618311&view=diff
==============================================================================
--- ofbiz/trunk/applications/order/webapp/ordermgr/entry/OrderEntryTabBar.ftl (original)
+++ ofbiz/trunk/applications/order/webapp/ordermgr/entry/OrderEntryTabBar.ftl Sat Aug 16 06:29:33 2014
@@ -55,5 +55,6 @@ under the License.
       </#if>
       <li><a href="<@ofbizUrl>emptycart</@ofbizUrl>">${uiLabelMap.OrderClearOrder}</a></li>
     </ul>
+    <br class="clear">
   </div>
 </div>