svn commit: r640533 - in /ofbiz/trunk: applications/accounting/ applications/content/ applications/humanres/ applications/manufacturing/ applications/marketing/ applications/order/ applications/party/ applications/product/ applications/workeffort/ fram...

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

svn commit: r640533 - in /ofbiz/trunk: applications/accounting/ applications/content/ applications/humanres/ applications/manufacturing/ applications/marketing/ applications/order/ applications/party/ applications/product/ applications/workeffort/ fram...

jonesde
Author: jonesde
Date: Mon Mar 24 12:26:27 2008
New Revision: 640533

URL: http://svn.apache.org/viewvc?rev=640533&view=rev
Log:
Reordered top header tabs by alpha (easier to find); moved business things to the top and technical things to the bottom, which was thgs to the bottom which was the original intent of this pattern

Modified:
    ofbiz/trunk/applications/accounting/ofbiz-component.xml
    ofbiz/trunk/applications/content/ofbiz-component.xml
    ofbiz/trunk/applications/humanres/ofbiz-component.xml
    ofbiz/trunk/applications/manufacturing/ofbiz-component.xml
    ofbiz/trunk/applications/marketing/ofbiz-component.xml
    ofbiz/trunk/applications/order/ofbiz-component.xml
    ofbiz/trunk/applications/party/ofbiz-component.xml
    ofbiz/trunk/applications/product/ofbiz-component.xml
    ofbiz/trunk/applications/workeffort/ofbiz-component.xml
    ofbiz/trunk/framework/images/webapp/images/maincss.css
    ofbiz/trunk/framework/webtools/ofbiz-component.xml
    ofbiz/trunk/specialpurpose/projectmgr/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=640533&r1=640532&r2=640533&view=diff
==============================================================================
--- ofbiz/trunk/applications/accounting/ofbiz-component.xml (original)
+++ ofbiz/trunk/applications/accounting/ofbiz-component.xml Mon Mar 24 12:26:27 2008
@@ -74,7 +74,7 @@
 
     <webapp name="accounting"
         title="Accounting"
-        position="06"
+        position="01"
         server="default-server"
         location="webapp/accounting"
         base-permission="OFBTOOLS,ACCOUNTING"

Modified: ofbiz/trunk/applications/content/ofbiz-component.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/content/ofbiz-component.xml?rev=640533&r1=640532&r2=640533&view=diff
==============================================================================
--- ofbiz/trunk/applications/content/ofbiz-component.xml (original)
+++ ofbiz/trunk/applications/content/ofbiz-component.xml Mon Mar 24 12:26:27 2008
@@ -55,7 +55,7 @@
     <service-resource type="eca" loader="main" location="servicedef/secas.xml"/>
     <webapp name="content"
         title="Content"
-        position="10"
+        position="03"
         server="default-server"
         location="webapp/content"
         base-permission="CONTENTMGR"

Modified: ofbiz/trunk/applications/humanres/ofbiz-component.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/humanres/ofbiz-component.xml?rev=640533&r1=640532&r2=640533&view=diff
==============================================================================
--- ofbiz/trunk/applications/humanres/ofbiz-component.xml (original)
+++ ofbiz/trunk/applications/humanres/ofbiz-component.xml Mon Mar 24 12:26:27 2008
@@ -33,7 +33,7 @@
     
     <webapp name="humanres"
         title="HR"
-        menu-name="secondary"
+        position="05"
         server="default-server"
         location="webapp/humanres"
         base-permission="OFBTOOLS,HUMANRES"

Modified: ofbiz/trunk/applications/manufacturing/ofbiz-component.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/manufacturing/ofbiz-component.xml?rev=640533&r1=640532&r2=640533&view=diff
==============================================================================
--- ofbiz/trunk/applications/manufacturing/ofbiz-component.xml (original)
+++ ofbiz/trunk/applications/manufacturing/ofbiz-component.xml Mon Mar 24 12:26:27 2008
@@ -53,7 +53,7 @@
     <!-- web applications; will be mounted when using the embedded Jetty container -->
     <webapp name="manufacturing"
         title="Manufacturing"
-        position="05"
+        position="06"
         server="default-server"
         location="webapp/manufacturing"
         base-permission="OFBTOOLS,MANUFACTURING"

Modified: ofbiz/trunk/applications/marketing/ofbiz-component.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/marketing/ofbiz-component.xml?rev=640533&r1=640532&r2=640533&view=diff
==============================================================================
--- ofbiz/trunk/applications/marketing/ofbiz-component.xml (original)
+++ ofbiz/trunk/applications/marketing/ofbiz-component.xml Mon Mar 24 12:26:27 2008
@@ -40,7 +40,7 @@
         mount-point="/marketing"/>
     <webapp name="SalesForceAutomation"
         title="SFA"
-        menu-name="secondary"
+        position="10"
         server="default-server"
         location="webapp/sfa"
         base-permission="OFBTOOLS,MARKETING"

Modified: ofbiz/trunk/applications/order/ofbiz-component.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/order/ofbiz-component.xml?rev=640533&r1=640532&r2=640533&view=diff
==============================================================================
--- ofbiz/trunk/applications/order/ofbiz-component.xml (original)
+++ ofbiz/trunk/applications/order/ofbiz-component.xml Mon Mar 24 12:26:27 2008
@@ -51,7 +51,7 @@
     
     <webapp name="order"
         title="Order"
-        position="03"
+        position="08"
         server="default-server"
         location="webapp/ordermgr"
         base-permission="OFBTOOLS,ORDERMGR"

Modified: ofbiz/trunk/applications/party/ofbiz-component.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/party/ofbiz-component.xml?rev=640533&r1=640532&r2=640533&view=diff
==============================================================================
--- ofbiz/trunk/applications/party/ofbiz-component.xml (original)
+++ ofbiz/trunk/applications/party/ofbiz-component.xml Mon Mar 24 12:26:27 2008
@@ -36,7 +36,7 @@
 
     <webapp name="party"
         title="Party"
-        position="02"
+        position="09"
         server="default-server"
         location="webapp/partymgr"
         base-permission="OFBTOOLS,PARTYMGR"

Modified: ofbiz/trunk/applications/product/ofbiz-component.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/product/ofbiz-component.xml?rev=640533&r1=640532&r2=640533&view=diff
==============================================================================
--- ofbiz/trunk/applications/product/ofbiz-component.xml (original)
+++ ofbiz/trunk/applications/product/ofbiz-component.xml Mon Mar 24 12:26:27 2008
@@ -60,7 +60,7 @@
     <!-- test suite -->
     <test-suite loader="main" location="testdef/FacilityTest.xml"/>
     
-    <webapp name="catalog" title="Catalog" position="01" server="default-server" location="webapp/catalog"
+    <webapp name="catalog" title="Catalog" position="02" server="default-server" location="webapp/catalog"
         base-permission="OFBTOOLS,CATALOG" mount-point="/catalog"/>
     <webapp name="facility" title="Facility" position="04" server="default-server" location="webapp/facility"
         base-permission="OFBTOOLS,FACILITY" mount-point="/facility"/>

Modified: ofbiz/trunk/applications/workeffort/ofbiz-component.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/workeffort/ofbiz-component.xml?rev=640533&r1=640532&r2=640533&view=diff
==============================================================================
--- ofbiz/trunk/applications/workeffort/ofbiz-component.xml (original)
+++ ofbiz/trunk/applications/workeffort/ofbiz-component.xml Mon Mar 24 12:26:27 2008
@@ -40,7 +40,7 @@
         
      <webapp name="workeffort"
         title="WorkEffort"
-        position="08"
+        position="12"
         server="default-server"
         location="webapp/workeffort"
         base-permission="OFBTOOLS,WORKEFFORTMGR"

Modified: ofbiz/trunk/framework/images/webapp/images/maincss.css
URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/images/webapp/images/maincss.css?rev=640533&r1=640532&r2=640533&view=diff
==============================================================================
--- ofbiz/trunk/framework/images/webapp/images/maincss.css (original)
+++ ofbiz/trunk/framework/images/webapp/images/maincss.css Mon Mar 24 12:26:27 2008
@@ -1128,7 +1128,7 @@
 height: 1%; /* IE fix */
 margin:0 auto 0 auto;
 padding:0;
-width:50%;
+width:90%;
 
 }
 

Modified: ofbiz/trunk/framework/webtools/ofbiz-component.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/webtools/ofbiz-component.xml?rev=640533&r1=640532&r2=640533&view=diff
==============================================================================
--- ofbiz/trunk/framework/webtools/ofbiz-component.xml (original)
+++ ofbiz/trunk/framework/webtools/ofbiz-component.xml Mon Mar 24 12:26:27 2008
@@ -28,6 +28,7 @@
     <service-resource type="model" loader="main" location="servicedef/services.xml"/>
     <webapp name="webtools"
         title="WebTools"
+        menu-name="secondary"
         position="20"
         server="default-server"
         location="webapp/webtools"

Modified: ofbiz/trunk/specialpurpose/projectmgr/ofbiz-component.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/projectmgr/ofbiz-component.xml?rev=640533&r1=640532&r2=640533&view=diff
==============================================================================
--- ofbiz/trunk/specialpurpose/projectmgr/ofbiz-component.xml (original)
+++ ofbiz/trunk/specialpurpose/projectmgr/ofbiz-component.xml Mon Mar 24 12:26:27 2008
@@ -38,7 +38,7 @@
     
     <webapp name="projectmgr"
         title="Project"
-        menu-name="secondary"
+        position="11"
         server="default-server"
         location="webapp/projectmgr"
         base-permission="PROJECTMGR"