=== modified file 'dhis-2/dhis-web/dhis-web-excel-reporting/src/main/webapp/dhis-web-excel-reporting/javascript/dataElementGroup.js' --- dhis-2/dhis-web/dhis-web-excel-reporting/src/main/webapp/dhis-web-excel-reporting/javascript/dataElementGroup.js 2010-01-08 05:43:53 +0000 +++ dhis-2/dhis-web/dhis-web-excel-reporting/src/main/webapp/dhis-web-excel-reporting/javascript/dataElementGroup.js 2010-08-18 10:18:39 +0000 @@ -123,7 +123,7 @@ var listDataElement = document.getElementById('dataElementIds'); listDataElement.options.length = 0; byId("name").value = xmlObject.getElementsByTagName('name')[0].firstChild.nodeValue; - byId("code").value = xmlObject.getElementsByTagName('code')[0].firstChild.nodeValue; + byId("code").value = getElementValue(xmlObject,'code'); var dataElements = xmlObject.getElementsByTagName('dataElements')[0].getElementsByTagName('dataElement'); for(var i=0;i$excelItem.row $excelItem.column $encoder.xmlEncode( $excelItem.expression ) - $encoder.xmlEncode( $excelItem.sheetNo ) + $excelItem.sheetNo \ No newline at end of file === modified file 'dhis-2/dhis-web/dhis-web-excel-reporting/src/main/webapp/dhis-web-excel-reporting/responseExcelItems.vm' --- dhis-2/dhis-web/dhis-web-excel-reporting/src/main/webapp/dhis-web-excel-reporting/responseExcelItems.vm 2009-11-10 06:39:31 +0000 +++ dhis-2/dhis-web/dhis-web-excel-reporting/src/main/webapp/dhis-web-excel-reporting/responseExcelItems.vm 2010-08-18 10:18:39 +0000 @@ -7,7 +7,7 @@ $excelItem.row $excelItem.column $encoder.xmlEncode( $excelItem.expression ) - $encoder.xmlEncode( $excelItem.sheetNo ) + $excelItem.sheetNo #end \ No newline at end of file === modified file 'dhis-2/dhis-web/dhis-web-excel-reporting/src/main/webapp/dhis-web-excel-reporting/responseReportItem.vm' --- dhis-2/dhis-web/dhis-web-excel-reporting/src/main/webapp/dhis-web-excel-reporting/responseReportItem.vm 2010-03-25 08:15:35 +0000 +++ dhis-2/dhis-web/dhis-web-excel-reporting/src/main/webapp/dhis-web-excel-reporting/responseReportItem.vm 2010-08-18 10:18:39 +0000 @@ -7,6 +7,6 @@ $reportItem.row $reportItem.column $encoder.xmlEncode( $reportItem.expression ) - $encoder.xmlEncode( $reportItem.sheetNo ) + $reportItem.sheetNo $encoder.xmlEncode( $textualFormula ) \ No newline at end of file