------------------------------------------------------------ revno: 2044 committer: Lars Helge Overland <[email protected]> branch nick: dhis2 timestamp: Fri 2010-11-12 08:55:55 +0100 message: Moved files and removed packages removed: dhis-2/dhis-web/dhis-web-dataentry/src/main/webapp/dhis-web-dataentry/multidimensional/ dhis-2/dhis-web/dhis-web-dataentry/src/main/webapp/dhis-web-dataentry/section/ renamed: dhis-2/dhis-web/dhis-web-dataentry/src/main/webapp/dhis-web-dataentry/multidimensional/form.vm => dhis-2/dhis-web/dhis-web-dataentry/src/main/webapp/dhis-web-dataentry/form.vm dhis-2/dhis-web/dhis-web-dataentry/src/main/webapp/dhis-web-dataentry/section/form.vm => dhis-2/dhis-web/dhis-web-dataentry/src/main/webapp/dhis-web-dataentry/sectionForm.vm modified: dhis-2/dhis-web/dhis-web-dataentry/src/main/resources/struts.xml
-- lp:dhis2 https://code.launchpad.net/~dhis2-devs-core/dhis2/trunk Your team DHIS 2 developers is subscribed to branch lp:dhis2. To unsubscribe from this branch go to https://code.launchpad.net/~dhis2-devs-core/dhis2/trunk/+edit-subscription
=== modified file 'dhis-2/dhis-web/dhis-web-dataentry/src/main/resources/struts.xml' --- dhis-2/dhis-web/dhis-web-dataentry/src/main/resources/struts.xml 2010-11-12 07:51:03 +0000 +++ dhis-2/dhis-web/dhis-web-dataentry/src/main/resources/struts.xml 2010-11-12 07:55:55 +0000 @@ -43,7 +43,7 @@ <action name="sectionform" class="org.hisp.dhis.de.action.SectionFormAction"> <interceptor-ref name="organisationUnitTreeStack" /> <result name="success" type="velocity">/main.vm</result> - <param name="page">/dhis-web-dataentry/section/form.vm</param> + <param name="page">/dhis-web-dataentry/sectionForm.vm</param> <param name="menu">/dhis-web-dataentry/menu.vm</param> <param name="menuTreeHeight">420</param> <param name="javascripts"> @@ -61,7 +61,7 @@ class="org.hisp.dhis.de.action.FormAction"> <interceptor-ref name="organisationUnitTreeStack" /> <result name="success" type="velocity">/main.vm</result> - <param name="page">/dhis-web-dataentry/multidimensional/form.vm</param> + <param name="page">/dhis-web-dataentry/form.vm</param> <param name="menu">/dhis-web-dataentry/menu.vm</param> <param name="menuTreeHeight">420</param> <param name="javascripts"> === renamed file 'dhis-2/dhis-web/dhis-web-dataentry/src/main/webapp/dhis-web-dataentry/multidimensional/form.vm' => 'dhis-2/dhis-web/dhis-web-dataentry/src/main/webapp/dhis-web-dataentry/form.vm' === removed directory 'dhis-2/dhis-web/dhis-web-dataentry/src/main/webapp/dhis-web-dataentry/multidimensional' === removed directory 'dhis-2/dhis-web/dhis-web-dataentry/src/main/webapp/dhis-web-dataentry/section' === renamed file 'dhis-2/dhis-web/dhis-web-dataentry/src/main/webapp/dhis-web-dataentry/section/form.vm' => 'dhis-2/dhis-web/dhis-web-dataentry/src/main/webapp/dhis-web-dataentry/sectionForm.vm'
_______________________________________________ Mailing list: https://launchpad.net/~dhis2-devs Post to : [email protected] Unsubscribe : https://launchpad.net/~dhis2-devs More help : https://help.launchpad.net/ListHelp

