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/12/27 10:29:26 UTC

svn commit: r607027 - /ofbiz/trunk/applications/accounting/webapp/accounting/includes/appheader.ftl

Author: jacopoc
Date: Thu Dec 27 01:29:25 2007
New Revision: 607027

URL: http://svn.apache.org/viewvc?rev=607027&view=rev
Log:
Changed order of top menu items for GL related activities.

Modified:
    ofbiz/trunk/applications/accounting/webapp/accounting/includes/appheader.ftl

Modified: ofbiz/trunk/applications/accounting/webapp/accounting/includes/appheader.ftl
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/accounting/webapp/accounting/includes/appheader.ftl?rev=607027&r1=607026&r2=607027&view=diff
==============================================================================
--- ofbiz/trunk/applications/accounting/webapp/accounting/includes/appheader.ftl (original)
+++ ofbiz/trunk/applications/accounting/webapp/accounting/includes/appheader.ftl Thu Dec 27 01:29:25 2007
@@ -33,8 +33,8 @@
     <li<#if selected == "TaxAuthorities"> class="selected"</#if>><a href="<@o...@ofbizUrl>">${uiLabelMap.AccountingTaxAuthorities}</a></li>
     <li<#if selected == "agreement"> class="selected"</#if>><a href="<@o...@ofbizUrl>">${uiLabelMap.AccountingAgreements}</a></li>
     <li<#if selected == "ListFixedAssets"> class="selected"</#if>><a href="<@o...@ofbizUrl>">${uiLabelMap.AccountingFixedAssets}</a></li>
-    <li<#if selected == "companies"> class="selected"</#if>><a href="<@o...@ofbizUrl>">${uiLabelMap.AccountingGeneralLedger}</a></li>
     <li<#if selected == "GlobalGLSettings"> class="selected"</#if>><a href="<@o...@ofbizUrl>">${uiLabelMap.AccountingGlobalGLSettings}</a></li>    
+    <li<#if selected == "companies"> class="selected"</#if>><a href="<@o...@ofbizUrl>">${uiLabelMap.AccountingGeneralLedger}</a></li>
     <#if userLogin?has_content>
       <li class="opposed"><a href="<@o...@ofbizUrl>">${uiLabelMap.CommonLogout}</a></li>
     <#else>