svn commit: r1527956 - /ofbiz/trunk/applications/accounting/ofbiz-component.xml

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

svn commit: r1527956 - /ofbiz/trunk/applications/accounting/ofbiz-component.xml

jacopoc
Author: jacopoc
Date: Tue Oct  1 07:37:17 2013
New Revision: 1527956

URL: http://svn.apache.org/r1527956
Log:
Modified the title of the AP and AR web applications in order to have them grouped nicely under Accounting in the top menu.

Modified:
    ofbiz/trunk/applications/accounting/ofbiz-component.xml

Modified: ofbiz/trunk/applications/accounting/ofbiz-component.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/accounting/ofbiz-component.xml?rev=1527956&r1=1527955&r2=1527956&view=diff
==============================================================================
--- ofbiz/trunk/applications/accounting/ofbiz-component.xml (original)
+++ ofbiz/trunk/applications/accounting/ofbiz-component.xml Tue Oct  1 07:37:17 2013
@@ -111,14 +111,14 @@ under the License.
         mount-point="/accounting"/>
 
     <webapp name="ar"
-        title="AR"
+        title="Accounting - AR"
         server="default-server"
         location="webapp/ar"
         base-permission="OFBTOOLS,ACCOUNTING"
         mount-point="/ar"/>
 
     <webapp name="ap"
-        title="AP"
+        title="Accounting - AP"
         server="default-server"
         location="webapp/ap"
         base-permission="OFBTOOLS,ACCOUNTING"