=== modified file 'dhis-2/dhis-web/dhis-web-caseentry/src/main/webapp/dhis-web-caseentry/javascript/entry.js' --- dhis-2/dhis-web/dhis-web-caseentry/src/main/webapp/dhis-web-caseentry/javascript/entry.js 2013-10-11 10:29:07 +0000 +++ dhis-2/dhis-web/dhis-web-caseentry/src/main/webapp/dhis-web-caseentry/javascript/entry.js 2013-10-14 01:18:38 +0000 @@ -690,7 +690,7 @@ { jQuery("#entryFormContainer :input").each(function() { - disable($(this).attr('id')); + $(this).attr('disabled','disabled'); }); jQuery("#entryFormContainer").find(".ui-combobox").each(function() {