[OFBiz] SVN: r7514 - in trunk/applications/accounting: webapp/accounting/WEB-INF widget

sichen@svn.ofbiz.org sichen at svn.ofbiz.org
Thu May 4 12:44:21 CDT 2006


Author: sichen
Date: 2006-05-04 12:44:16 -0500 (Thu, 04 May 2006)
New Revision: 7514

Modified:
   trunk/applications/accounting/webapp/accounting/WEB-INF/controller.xml
   trunk/applications/accounting/widget/AdminScreens.xml
Log:
Fixed wrong links for time periods screens in controller and screens

Modified: trunk/applications/accounting/webapp/accounting/WEB-INF/controller.xml
===================================================================
--- trunk/applications/accounting/webapp/accounting/WEB-INF/controller.xml	2006-05-04 15:55:01 UTC (rev 7513)
+++ trunk/applications/accounting/webapp/accounting/WEB-INF/controller.xml	2006-05-04 17:44:16 UTC (rev 7514)
@@ -867,11 +867,11 @@
     </request-map>
     <request-map uri="AdminMain">
         <security https="true" auth="true"/>
-        <response name="success" type="view" value="AdminMain"/>
+        <response name="success" type="view" value="TimePeriods"/>
     </request-map>
     <request-map uri="TimePeriods">
         <security https="true" auth="true"/>
-        <response name="success" type="view" value="AdminMain"/>
+        <response name="success" type="view" value="TimePeriods"/>
     </request-map>
     <request-map uri="PartyAcctgPreference">
         <security https="true" auth="true"/>
@@ -1152,7 +1152,6 @@
     <view-map name="EditTaxAuthorityPartyInfo" type="screen" page="component://accounting/widget/TaxAuthorityScreens.xml#EditTaxAuthorityPartyInfo"/>
     <!-- administrative pages -->
     <view-map name="ListCompanies" type="screen" page="component://accounting/widget/AdminScreens.xml#ListCompanies"/>
-    <view-map name="AdminMain" type="screen" page="component://accounting/widget/AdminScreens.xml#AdminMain"/>
     <view-map name="TimePeriods" type="screen" page="component://accounting/widget/AdminScreens.xml#TimePeriods"/>
     <view-map name="PartyAcctgPreference" type="screen" page="component://accounting/widget/AdminScreens.xml#PartyAcctgPreference"/>
     <view-map name="ViewFXConversions" type="screen" page="component://accounting/widget/AdminScreens.xml#ViewFXConversions"/>

Modified: trunk/applications/accounting/widget/AdminScreens.xml
===================================================================
--- trunk/applications/accounting/widget/AdminScreens.xml	2006-05-04 15:55:01 UTC (rev 7513)
+++ trunk/applications/accounting/widget/AdminScreens.xml	2006-05-04 17:44:16 UTC (rev 7514)
@@ -40,7 +40,7 @@
         </section>
     </screen>
 
-    <screen name="AdminMain">
+    <screen name="TimePeriods">
         <section>
             <actions>
                 <set field="labelTitleProperty" value="Time Periods"/>



More information about the Svn mailing list