← Back to team overview

dhis2-devs team mailing list archive

[Branch ~dhis2-devs-core/dhis2/trunk] Rev 1004: Minor fixed

 

------------------------------------------------------------
revno: 1004
committer: hieu <hieu.hispvietnam@xxxxxxxxx>
branch nick: trunk
timestamp: Mon 2009-11-09 14:17:21 +0700
message:
  Minor fixed
modified:
  dhis-2/dhis-web/dhis-web-excel-reporting/src/main/webapp/dhis-web-excel-reporting/javascript/reportItem.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-excel-reporting/src/main/webapp/dhis-web-excel-reporting/javascript/reportItem.js'
--- dhis-2/dhis-web/dhis-web-excel-reporting/src/main/webapp/dhis-web-excel-reporting/javascript/reportItem.js	2009-11-09 06:59:22 +0000
+++ dhis-2/dhis-web/dhis-web-excel-reporting/src/main/webapp/dhis-web-excel-reporting/javascript/reportItem.js	2009-11-09 07:17:21 +0000
@@ -249,14 +249,14 @@
 		
 	if (reportItemsDuplicated.length > 0) {
 
-		var reportItemsDuplicatedList = "Sheet [" +  + "]" +i18n_copy_items_duplicated + "<ul>";
+		var reportItemsDuplicatedList = "Sheet [" + sheetId + "] - " + i18n_copy_items_duplicated + "<ul>";
 		
 		for (var i in reportItemsDuplicated) {
 		
 			reportItemsDuplicatedList = reportItemsDuplicatedList 
 			+ "  <li>"
 			+ reportItemsDuplicated[i] 
-			+ "</li><br/>";
+			+ "</li>";
 		}
 		
 		reportItemsDuplicatedList = reportItemsDuplicatedList + "</ul>"