------------------------------------------------------------
revno: 2155
committer: Mithilesh Kumar Thakur<[email protected]>
branch nick: trunk
timestamp: Fri 2010-09-17 18:52:39 +0530
message:
  Minor Bug Fixed in Report Management
modified:
  
local/in/dhis-web-reports-national/src/main/webapp/dhis-web-reports/javascript/reportManagement.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 'local/in/dhis-web-reports-national/src/main/webapp/dhis-web-reports/javascript/reportManagement.js'
--- local/in/dhis-web-reports-national/src/main/webapp/dhis-web-reports/javascript/reportManagement.js	2010-09-15 08:50:45 +0000
+++ local/in/dhis-web-reports-national/src/main/webapp/dhis-web-reports/javascript/reportManagement.js	2010-09-17 13:22:39 +0000
@@ -161,8 +161,9 @@
 	if (type == 'success') {
 		document.forms['editReportForm'].submit();
 	} else if (type == 'input') {
-		document.getElementById('message').innerHTML = message;
-		document.getElementById('message').style.display = 'block';
+		//document.getElementById('message').innerHTML = message;
+		//document.getElementById('message').style.display = 'block';
+		setMessage( messageElement.firstChild.nodeValue );
 	}
 }
 

_______________________________________________
Mailing list: https://launchpad.net/~dhis2-devs
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~dhis2-devs
More help   : https://help.launchpad.net/ListHelp

Reply via email to