=== modified file 'dhis-2/dhis-web/dhis-web-dataentry/src/main/webapp/dhis-web-dataentry/javascript/form.js' --- dhis-2/dhis-web/dhis-web-dataentry/src/main/webapp/dhis-web-dataentry/javascript/form.js 2013-08-25 20:46:47 +0000 +++ dhis-2/dhis-web/dhis-web-dataentry/src/main/webapp/dhis-web-dataentry/javascript/form.js 2013-09-18 09:45:24 +0000 @@ -1082,7 +1082,7 @@ { if ( json.locked ) { - $( '#contentDiv input').attr( 'disabled', 'disabled' ); + $( '#contentDiv input').attr( 'readonly', 'readonly' ); $( '.entryoptionset').autocomplete( 'disable' ); $( '.sectionFilter').removeAttr( 'disabled' ); $( '#completenessDiv' ).hide(); @@ -1091,8 +1091,7 @@ else { $( '.entryoptionset' ).autocomplete( 'enable' ); - $( '#contentDiv input' ).removeAttr( 'disabled' ); - $( '#contentDiv input' ).css( 'backgroundColor', '#fff' ); + $( '#contentDiv input' ).removeAttr( 'readonly' ); $( '#completenessDiv' ).show(); }