← Back to team overview

dhis2-devs team mailing list archive

[Branch ~dhis2-devs-core/dhis2/trunk] Rev 627: update javascript

 

------------------------------------------------------------
revno: 627
committer: Tran Thanh Tri <Tran Thanh Tri@compaq>
branch nick: trunk
timestamp: Mon 2009-09-07 14:56:07 +0700
message:
  update javascript
modified:
  dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/util/commons.js
  local/vn/dhis-web-vn-report/pom.xml


--
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-commons-resources/src/main/webapp/dhis-web-commons/util/commons.js'
--- dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/util/commons.js	2009-09-02 10:16:58 +0000
+++ dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/util/commons.js	2009-09-07 07:56:07 +0000
@@ -391,7 +391,7 @@
 	divEffect.style.height = height + "px";
 	divEffect.style.background = "#000000";
 	divEffect.style.opacity = 0.5;
-	divEffect.style.zIndex = 100;
+	divEffect.style.zIndex = 10;
 	//divEffect.innerHTML = "<div style='background-color:#EFEFEF;position:absolute;top:300px;width:100%;text-align:center'><img src=\"../images/ajax-loader.gif\"/></div>";	
 	document.body.appendChild( divEffect );	
 }

=== modified file 'local/vn/dhis-web-vn-report/pom.xml'
--- local/vn/dhis-web-vn-report/pom.xml	2009-09-06 15:51:11 +0000
+++ local/vn/dhis-web-vn-report/pom.xml	2009-09-07 07:56:07 +0000
@@ -10,7 +10,7 @@
   </parent>
   
   <artifactId>dhis-web-vn-report</artifactId>
-  <packaging>jar</packaging>
+  <packaging>war</packaging>
   <name>DHIS Vietnam Report</name>
   
   <build>