← Back to team overview

dhis2-devs team mailing list archive

[Branch ~dhis2-devs-core/dhis2/trunk] Rev 541: (GIS, minor) File reference corrected.

 

------------------------------------------------------------
revno: 541
committer: Jan Henrik Overland janhenrik.overland@xxxxxxxxx
branch nick: trunk
timestamp: Tue 2009-09-01 17:01:23 +0700
message:
  (GIS, minor) File reference corrected.
modified:
  gis/dhis-web-mapping/src/main/webapp/mapping/index.html
  gis/dhis-web-mapping/src/main/webapp/mapping/script/mapping.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 'gis/dhis-web-mapping/src/main/webapp/mapping/index.html'
--- gis/dhis-web-mapping/src/main/webapp/mapping/index.html	2009-09-01 09:44:10 +0000
+++ gis/dhis-web-mapping/src/main/webapp/mapping/index.html	2009-09-01 10:01:23 +0000
@@ -49,7 +49,6 @@
     <style>
         .assigned-row {background-color: #72FF63}
         .not-assigned-row {background-color: #FFFFFF}
-        .hidden-row {visibility: hidden; opacity: 0;}
     </style>
 </head>
 

=== modified file 'gis/dhis-web-mapping/src/main/webapp/mapping/script/mapping.js'
--- gis/dhis-web-mapping/src/main/webapp/mapping/script/mapping.js	2009-09-01 09:44:10 +0000
+++ gis/dhis-web-mapping/src/main/webapp/mapping/script/mapping.js	2009-09-01 10:01:23 +0000
@@ -1,6 +1,5 @@
 /*reference local blank image*/
-Ext.BLANK_IMAGE_URL = '../../mfbase/ext/resources/images/default/s.gif';
-Ext.BLANK_IMAGE_URL = '../../mfbase/ext/resources/images/default/s.gif';
+Ext.BLANK_IMAGE_URL = '../resources/ext/resources/images/default/s.gif';
 
 Ext.onReady(function()
 {