=== modified file 'dhis-2/dhis-web/dhis-web-caseentry/src/main/webapp/dhis-web-caseentry/app/app.js' --- dhis-2/dhis-web/dhis-web-caseentry/src/main/webapp/dhis-web-caseentry/app/app.js 2012-08-02 18:51:22 +0000 +++ dhis-2/dhis-web/dhis-web-caseentry/src/main/webapp/dhis-web-caseentry/app/app.js 2012-08-02 20:08:19 +0000 @@ -110,7 +110,7 @@ west_multiselect: 100, west_width_subtractor: 18, west_fill: 117, - west_fill_accordion_organisationunit: 50, + west_fill_accordion_organisationunit: 43, west_maxheight_accordion_organisationunit: 225, center_tbar_height: 31, east_gridcolumn_height: 30, @@ -1822,7 +1822,7 @@ cls: 'tr-tree', id: 'treeOrg', width: TR.conf.layout.west_fieldset_width - TR.conf.layout.west_width_subtractor, - height: 273, + height: 305, autoScroll: true, multiSelect: true, isrendered: false, @@ -1886,6 +1886,7 @@ TR.cmp.params.organisationunit.panel = this; }, expand: function() { + alert(TR.cmp.params.organisationunit.panel.getHeight() - TR.conf.layout.west_fill_accordion_organisationunit); TR.cmp.params.organisationunit.treepanel.setHeight(TR.cmp.params.organisationunit.panel.getHeight() - TR.conf.layout.west_fill_accordion_organisationunit); } }