dhis2-devs team mailing list archive
-
dhis2-devs team
-
Mailing list archive
-
Message #07101
[Branch ~dhis2-devs-core/dhis2/trunk] Rev 2000: (GIS) Orgunit tree maxheight and automatic scollbar added.
Merge authors:
Jan Henrik Øverland (janhenrik-overland)
------------------------------------------------------------
revno: 2000 [merge]
committer: Jan Henrik Overland <janhenrik.overland@xxxxxxxxx>
branch nick: trunk
timestamp: Sun 2010-08-29 21:32:40 +0530
message:
(GIS) Orgunit tree maxheight and automatic scollbar added.
modified:
dhis-2/dhis-web/dhis-web-mapping/src/main/webapp/dhis-web-mapping/resources/mapfish/widgets/geostat/Choropleth.js
dhis-2/dhis-web/dhis-web-mapping/src/main/webapp/dhis-web-mapping/resources/mapfish/widgets/geostat/Symbol.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-mapping/src/main/webapp/dhis-web-mapping/resources/mapfish/widgets/geostat/Choropleth.js'
--- dhis-2/dhis-web/dhis-web-mapping/src/main/webapp/dhis-web-mapping/resources/mapfish/widgets/geostat/Choropleth.js 2010-08-29 12:30:29 +0000
+++ dhis-2/dhis-web/dhis-web-mapping/src/main/webapp/dhis-web-mapping/resources/mapfish/widgets/geostat/Choropleth.js 2010-08-29 14:04:45 +0000
@@ -923,6 +923,8 @@
xtype: 'treepanel',
id: 'orgunit_tp',
bodyStyle: 'padding:7px',
+ height: getMultiSelectHeight(),
+ autoScroll: true,
loader: new Ext.tree.TreeLoader({
dataUrl: path_mapping + 'getOrganisationUnitChildren' + type
}),
=== modified file 'dhis-2/dhis-web/dhis-web-mapping/src/main/webapp/dhis-web-mapping/resources/mapfish/widgets/geostat/Symbol.js'
--- dhis-2/dhis-web/dhis-web-mapping/src/main/webapp/dhis-web-mapping/resources/mapfish/widgets/geostat/Symbol.js 2010-08-29 12:30:29 +0000
+++ dhis-2/dhis-web/dhis-web-mapping/src/main/webapp/dhis-web-mapping/resources/mapfish/widgets/geostat/Symbol.js 2010-08-29 14:04:45 +0000
@@ -923,6 +923,8 @@
xtype: 'treepanel',
id: 'orgunit_tp2',
bodyStyle: 'padding:7px',
+ height: getMultiSelectHeight(),
+ autoScroll: true,
loader: new Ext.tree.TreeLoader({
dataUrl: path_mapping + 'getOrganisationUnitChildren' + type
}),