=== modified file 'dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/javascripts/commons.js' --- dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/javascripts/commons.js 2011-12-23 18:01:04 +0000 +++ dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/javascripts/commons.js 2011-12-25 17:58:11 +0000 @@ -965,8 +965,8 @@ } }); - jQuery( "#" + startdate ).attr("disabled", true ); - jQuery( "#" + enddate ).attr("disabled", true ); + jQuery( "#" + startdate ).attr("readonly", true ); + jQuery( "#" + enddate ).attr("readonly", true ); $("#ui-datepicker-div").hide(); }