dhis2-devs team mailing list archive
-
dhis2-devs team
-
Mailing list archive
-
Message #01899
[Branch ~dhis2-devs-core/dhis2/trunk] Rev 609: (GIS) Minor fixes.
------------------------------------------------------------
revno: 609
committer: Jan Henrik Overland janhenrik.overland@xxxxxxxxx
branch nick: trunk
timestamp: Sun 2009-09-06 20:05:20 +0700
message:
(GIS) Minor fixes.
modified:
dhis-2/dhis-web/dhis-web-mapping/src/main/webapp/mapping/script/index.js
dhis-2/dhis-web/dhis-web-mapping/src/main/webapp/resources/mapfish/widgets/geostat/Choropleth.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/mapping/script/index.js'
--- dhis-2/dhis-web/dhis-web-mapping/src/main/webapp/mapping/script/index.js 2009-09-06 12:50:16 +0000
+++ dhis-2/dhis-web/dhis-web-mapping/src/main/webapp/mapping/script/index.js 2009-09-06 13:05:20 +0000
@@ -948,6 +948,7 @@
mode: 'local',
emptyText: MENU_EMPTYTEXT,
triggerAction: 'all',
+ value: 5,
width: combo_width,
minListWidth: combo_width + 26,
store: new Ext.data.SimpleStore({
=== modified file 'dhis-2/dhis-web/dhis-web-mapping/src/main/webapp/resources/mapfish/widgets/geostat/Choropleth.js'
--- dhis-2/dhis-web/dhis-web-mapping/src/main/webapp/resources/mapfish/widgets/geostat/Choropleth.js 2009-09-06 12:50:16 +0000
+++ dhis-2/dhis-web/dhis-web-mapping/src/main/webapp/resources/mapfish/widgets/geostat/Choropleth.js 2009-09-06 13:05:20 +0000
@@ -648,7 +648,7 @@
isFormField: true,
fieldLabel: '',
labelStyle: 'color:#dfe8f6;',
- text: 'Refresh',
+ text: 'Refresh colors',
handler: function() {
this.layer.setVisibility(true);
this.classify(true);