------------------------------------------------------------ revno: 3159 committer: Morten Olav Hansen <[email protected]> branch nick: dhis2 timestamp: Thu 2011-03-24 18:03:33 +0100 message: Fixed BUG #741607: Removed explicit height, uses common height from widget.css instead modified: dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-organisationunit/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-maintenance/dhis-web-maintenance-organisationunit/src/main/resources/struts.xml' --- dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-organisationunit/src/main/resources/struts.xml 2011-03-17 22:55:56 +0000 +++ dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-organisationunit/src/main/resources/struts.xml 2011-03-24 17:03:33 +0000 @@ -22,7 +22,6 @@ <result name="success" type="velocity">/main.vm</result> <param name="page">/dhis-web-maintenance-organisationunit/organisationUnit.vm</param> <param name="menu">/dhis-web-maintenance-organisationunit/menuWithTree.vm</param> - <param name="menuTreeHeight">328</param> <param name="javascripts"> ../dhis-web-commons/ouwt/ouwt.js, javascript/organisationUnit.js @@ -101,7 +100,6 @@ <result name="success" type="velocity">/main.vm</result> <param name="page">/dhis-web-maintenance-organisationunit/organisationUnitGroup.vm</param> <param name="menu">/dhis-web-maintenance-organisationunit/menu.vm</param> - <param name="menuTreeHeight">384</param> <param name="javascripts">../dhis-web-commons/ouwt/ouwt.js,javascript/organisationUnitGroup.js</param> <param name="stylesheets">../dhis-web-commons/paging/paging.css</param> <interceptor-ref name="organisationUnitTreeStack" /> @@ -169,7 +167,6 @@ <result name="success" type="velocity">/main.vm</result> <param name="page">/dhis-web-maintenance-organisationunit/organisationUnitGroupSet.vm</param> <param name="menu">/dhis-web-maintenance-organisationunit/menu.vm</param> - <param name="menuTreeHeight">384</param> <param name="javascripts">javascript/organisationUnitGroupSet.js</param> <param name="stylesheets">../dhis-web-commons/paging/paging.css</param> </action> @@ -238,7 +235,6 @@ <result name="success" type="velocity">/main.vm</result> <param name="page">/dhis-web-maintenance-organisationunit/hierarchyOperations.vm</param> <param name="menu">/dhis-web-maintenance-organisationunit/menuWithTree.vm</param> - <param name="menuTreeHeight">384</param> <param name="javascripts">../dhis-web-commons/ouwt/ouwt.js,javascript/hierarchyOperations.js</param> <interceptor-ref name="organisationUnitTreeStack" /> <param name="requiredAuthorities">F_ORGANISATIONUNIT_MOVE</param>
_______________________________________________ Mailing list: https://launchpad.net/~dhis2-devs Post to : [email protected] Unsubscribe : https://launchpad.net/~dhis2-devs More help : https://help.launchpad.net/ListHelp

