You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by ja...@apache.org on 2007/04/23 22:13:59 UTC

svn commit: r531581 - /ofbiz/trunk/applications/order/webapp/ordermgr/includes/appheader.ftl

Author: jacopoc
Date: Mon Apr 23 13:13:59 2007
New Revision: 531581

URL: http://svn.apache.org/viewvc?view=rev&rev=531581
Log:
Fixed wrong label. Thanks to Adrian Crum for the bug report.

Modified:
    ofbiz/trunk/applications/order/webapp/ordermgr/includes/appheader.ftl

Modified: ofbiz/trunk/applications/order/webapp/ordermgr/includes/appheader.ftl
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/order/webapp/ordermgr/includes/appheader.ftl?view=diff&rev=531581&r1=531580&r2=531581
==============================================================================
--- ofbiz/trunk/applications/order/webapp/ordermgr/includes/appheader.ftl (original)
+++ ofbiz/trunk/applications/order/webapp/ordermgr/includes/appheader.ftl Mon Apr 23 13:13:59 2007
@@ -20,7 +20,7 @@
 <#assign selected = headerItem?default("void")>
 
 <div id="app-navigation">
-  <h2>${uiLabelMap.ManufacturingManagerApplication}</h2>
+  <h2>${uiLabelMap.OrderOrderManagerApplication}</h2>
   <ul>
     <#if (security.hasEntityPermission("ORDERMGR", "_VIEW", session) || security.hasEntityPermission("ORDERMGR", "_PURCHASE_VIEW", session))>
     <li<#if selected = "request"> class="selected"</#if>><a href="<@o...@ofbizUrl>">${uiLabelMap.OrderRequests}</a></li>