=== modified file 'dhis-2/dhis-web/dhis-web-caseentry/src/main/webapp/dhis-web-caseentry/cacheManifest.vm' --- dhis-2/dhis-web/dhis-web-caseentry/src/main/webapp/dhis-web-caseentry/cacheManifest.vm 2013-05-17 09:50:13 +0000 +++ dhis-2/dhis-web/dhis-web-caseentry/src/main/webapp/dhis-web-caseentry/cacheManifest.vm 2013-05-19 05:57:26 +0000 @@ -1,5 +1,5 @@ CACHE MANIFEST -# 2.12-SNAPSHOT V9 +# 2.12-SNAPSHOT V10 NETWORK: * CACHE: @@ -104,4 +104,5 @@ images/representative.png images/rightarrow.png images/sms.png +images/save.png style/style.css === modified file 'dhis-2/dhis-web/dhis-web-caseentry/src/main/webapp/dhis-web-caseentry/dataEntryForm.vm' --- dhis-2/dhis-web/dhis-web-caseentry/src/main/webapp/dhis-web-caseentry/dataEntryForm.vm 2013-05-15 06:28:45 +0000 +++ dhis-2/dhis-web/dhis-web-caseentry/src/main/webapp/dhis-web-caseentry/dataEntryForm.vm 2013-05-19 05:57:26 +0000 @@ -40,7 +40,7 @@ - + === modified file 'dhis-2/dhis-web/dhis-web-caseentry/src/main/webapp/dhis-web-caseentry/javascript/anonymousRegistration.js' --- dhis-2/dhis-web/dhis-web-caseentry/src/main/webapp/dhis-web-caseentry/javascript/anonymousRegistration.js 2013-05-03 16:27:51 +0000 +++ dhis-2/dhis-web/dhis-web-caseentry/src/main/webapp/dhis-web-caseentry/javascript/anonymousRegistration.js 2013-05-19 05:57:26 +0000 @@ -255,6 +255,7 @@ enableFiltering(); searchEvents( eval( getFieldValue( 'listAll' ) ) ); $('#commentInput').removeAttr('disabled'); + $('#commentButton').removeAttr('disabled'); $('#validateBtn').removeAttr('disabled'); }); @@ -281,6 +282,7 @@ $( document ).bind( 'dhis2.offline', function () { setHeaderMessage( i18n_offline_notification ); $('#commentInput').attr('disabled', true); + $('#commentButton').attr('disabled', true); $('#validateBtn').attr('disabled', true); disableFiltering(); showOfflineEvents(); === 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-05-03 16:27:51 +0000 +++ dhis-2/dhis-web/dhis-web-caseentry/src/main/webapp/dhis-web-caseentry/javascript/entry.js 2013-05-19 05:57:26 +0000 @@ -739,6 +739,7 @@ if( always ) always(); $('#commentInput').attr('disabled', true); + $('#commentButton').attr('disabled', true); $('#validateBtn').attr('disabled', true); } ); } else { @@ -816,6 +817,7 @@ if( always ) always(); $('#commentInput').removeAttr('disabled'); + $('#commentButton').removeAttr('disabled'); $('#validateBtn').removeAttr('disabled'); } ); }