dhis2-devs team mailing list archive
-
dhis2-devs team
-
Mailing list archive
-
Message #18532
[Branch ~dhis2-devs-core/dhis2/trunk] Rev 7853: Minor
Merge authors:
Jan Henrik Øverland (janhenrik-overland)
------------------------------------------------------------
revno: 7853 [merge]
committer: Jan Henrik Overland <janhenrik.overland@xxxxxxxxx>
branch nick: dhis2
timestamp: Thu 2012-08-02 22:09:07 +0200
message:
Minor
modified:
dhis-2/dhis-web/dhis-web-caseentry/src/main/webapp/dhis-web-caseentry/app/app.js
--
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-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);
}
}