dhis2-devs team mailing list archive
-
dhis2-devs team
-
Mailing list archive
-
Message #02389
[Branch ~dhis2-devs-core/dhis2/trunk] Rev 802: (GIS) Removed the non-functional preview button. Double click a grid row to preview layers.
------------------------------------------------------------
revno: 802
committer: Jan Henrik Overland janhenrik.overland@xxxxxxxxx
branch nick: trunk
timestamp: Tue 2009-09-29 18:26:11 +0200
message:
(GIS) Removed the non-functional preview button. Double click a grid row to preview layers.
modified:
dhis-2/dhis-web/dhis-web-mapping/src/main/webapp/dhis-web-mapping/mapping/script/index.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/mapping/script/index.js'
--- dhis-2/dhis-web/dhis-web-mapping/src/main/webapp/dhis-web-mapping/mapping/script/index.js 2009-09-29 16:17:58 +0000
+++ dhis-2/dhis-web/dhis-web-mapping/src/main/webapp/dhis-web-mapping/mapping/script/index.js 2009-09-29 16:26:11 +0000
@@ -1103,14 +1103,14 @@
id: 'wmswindow_sb',
items:
[
- {
- xtype: 'button',
- id: 'previewwms_b',
- text: 'Preview',
- handler: function() {
+ // {
+ // xtype: 'button',
+ // id: 'previewwms_b',
+ // text: 'Preview',
+ // handler: function() {
- }
- },
+ // }
+ // },
{
xtype: 'button',
id: 'selectwms_b',
@@ -1875,13 +1875,13 @@
items:
[
{
- xtype: 'button',
- id: 'previewwmsoverlay_b',
- text: 'Preview',
- handler: function() {
+ // xtype: 'button',
+ // id: 'previewwmsoverlay_b',
+ // text: 'Preview',
+ // handler: function() {
- }
- },
+ // }
+ // },
{
xtype: 'button',
id: 'selectwmsoverlay_b',