=== modified file 'dhis-2/dhis-web/dhis-web-caseentry/src/main/webapp/dhis-web-caseentry/javascript/commons.js' --- dhis-2/dhis-web/dhis-web-caseentry/src/main/webapp/dhis-web-caseentry/javascript/commons.js 2013-01-23 06:04:08 +0000 +++ dhis-2/dhis-web/dhis-web-caseentry/src/main/webapp/dhis-web-caseentry/javascript/commons.js 2013-01-29 06:44:26 +0000 @@ -439,6 +439,7 @@ { $.postUTF8( 'validatePatient.action', { + id: jQuery( '#' + divname + ' [id=id]' ).val(), fullName: jQuery( '#' + divname + ' [id=fullName]' ).val(), dobType: jQuery( '#' + divname + ' [id=dobType]' ).val(), gender: jQuery( '#' + divname + ' [id=gender]' ).val(), === modified file 'dhis-2/dhis-web/dhis-web-caseentry/src/main/webapp/dhis-web-caseentry/style/style.css' --- dhis-2/dhis-web/dhis-web-caseentry/src/main/webapp/dhis-web-caseentry/style/style.css 2013-01-24 12:46:12 +0000 +++ dhis-2/dhis-web/dhis-web-caseentry/src/main/webapp/dhis-web-caseentry/style/style.css 2013-01-29 06:44:26 +0000 @@ -57,10 +57,10 @@ } .incomplete-record -{ - color:red; - font-weight: bold; - font-size:25px; +{ + color: black; + font-size: 21px; + font-weight: bold; } /*----------------------------------------------------------------------------*/