=== modified file 'dhis-2/dhis-web/dhis-web-excel-reporting/src/main/webapp/dhis-web-excel-reporting/javascript/excelitems.js' --- dhis-2/dhis-web/dhis-web-excel-reporting/src/main/webapp/dhis-web-excel-reporting/javascript/excelitems.js 2010-02-23 04:26:05 +0000 +++ dhis-2/dhis-web/dhis-web-excel-reporting/src/main/webapp/dhis-web-excel-reporting/javascript/excelitems.js 2010-02-24 02:22:13 +0000 @@ -35,7 +35,7 @@ byId("column").value = xmlObject.getElementsByTagName('column')[0].firstChild.nodeValue; byId("sheetNo").value = xmlObject.getElementsByTagName('sheetNo')[0].firstChild.nodeValue; byId( "okButton" ).onclick = validateUpdateExcelItem; - disable("name"); + enable("name"); $("#divExcelitem").showAtCenter( true ); }