← Back to team overview

dhis2-devs team mailing list archive

[Branch ~dhis2-devs-core/dhis2/trunk] Rev 51: Minor fix.

 

------------------------------------------------------------
revno: 51
committer: Lars Helge Oeverland larshelge@xxxxxxxxx
branch nick: trunk
timestamp: Fri 2009-03-13 08:11:28 +0100
message:
  Minor fix.
modified:
  dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/util/commons.js
  dhis-2/dhis-web/dhis-web-commons/src/main/resources/i18n_global.properties

=== 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-03-10 04:36:07 +0000
+++ dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/util/commons.js	2009-03-13 07:11:28 +0000
@@ -398,7 +398,8 @@
  * Removes the opacity div from the document.
 function deleteDivEffect()
  */
-function deleteDivEffect(){
+function deleteDivEffect()
+{
 	var divEffect = document.getElementById( 'divEffect' );
 	
 	document.body.removeChild(divEffect);

=== modified file 'dhis-2/dhis-web/dhis-web-commons/src/main/resources/i18n_global.properties'
--- dhis-2/dhis-web/dhis-web-commons/src/main/resources/i18n_global.properties	2009-03-10 09:54:28 +0000
+++ dhis-2/dhis-web/dhis-web-commons/src/main/resources/i18n_global.properties	2009-03-13 07:11:28 +0000
@@ -49,13 +49,12 @@
 dhis-web-reporting = Reports
 dhis-web-openhealth-integration = Data analysis
 dhis-web-integration = NHRM Integration
-dhis-web-reports-national = NRHM Reports
+dhis-web-reports = NRHM Reports
 dhis-web-dashboard-integration = Dashboard
 dhis-web-jforum-integration = Forum
 dhis-web-dataentry-national = Linelisting DataEntry
 dhis-web-validationrule-local-in = Validation Analysis
 
-
 #-- Common --------------------------------------------------------------------#
 
 change_password 		= Change password



--

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.