=== 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 2012-07-26 03:58:09 +0000 +++ dhis-2/dhis-web/dhis-web-caseentry/src/main/webapp/dhis-web-caseentry/dataEntryForm.vm 2012-08-02 03:50:45 +0000 @@ -132,9 +132,9 @@ === modified file 'dhis-2/dhis-web/dhis-web-caseentry/src/main/webapp/dhis-web-caseentry/dataRecordingSelect.vm' --- dhis-2/dhis-web/dhis-web-caseentry/src/main/webapp/dhis-web-caseentry/dataRecordingSelect.vm 2012-08-01 16:10:47 +0000 +++ dhis-2/dhis-web/dhis-web-caseentry/src/main/webapp/dhis-web-caseentry/dataRecordingSelect.vm 2012-08-02 03:50:45 +0000 @@ -1,5 +1,7 @@
- +
+ +
@@ -23,14 +25,6 @@

#parse( "/dhis-web-caseentry/colorHelp.vm" )

- -
- - - - - -
@@ -56,8 +50,7 @@
-
- +
@@ -70,7 +63,6 @@
-
@@ -81,7 +73,7 @@ - + === 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 2012-07-28 13:37:33 +0000 +++ dhis-2/dhis-web/dhis-web-caseentry/src/main/webapp/dhis-web-caseentry/javascript/entry.js 2012-08-02 03:50:45 +0000 @@ -16,9 +16,7 @@ setFieldValue('dueDate',''); disableCompletedButton(true); disable('uncompleteBtn'); - disable('uncompleteInBelowBtn'); disable('validationBtn'); - disable('validationInBelowBtn'); disable('newEncounterBtn'); hideById('inputCriteriaDiv'); $('#programStageIdTR').html(''); @@ -70,7 +68,6 @@ disableCompletedButton(true); disable('validationBtn'); - disable('validationInBelowBtn'); showById('programStageIdTR'); showById('programInstanceFlowDiv'); } @@ -103,10 +100,8 @@ setFieldValue( 'dueDate', '' ); setFieldValue( 'executionDate', '' ); disable('validationBtn'); - disable('validationInBelowBtn'); disableCompletedButton(true); disable('uncompleteBtn'); - disable('uncompleteInBelowBtn'); disable('newEncounterBtn'); jQuery(".stage-object-selected").removeClass('stage-object-selected'); @@ -125,11 +120,9 @@ var irregular = jQuery('#entryFormContainer input[id=irregular]').val(); showById('inputCriteriaDiv'); enable('validationBtn'); - enable('validationInBelowBtn'); if( executionDate == '' ) { disable('validationBtn'); - disable('validationInBelowBtn'); } else if( executionDate != '' && completed == 'false' ) { @@ -515,7 +508,6 @@ jQuery(".stage-object-selected").css('background-color', COLOR_LIGHT_LIGHTRED); disableCompletedButton(false); enable('validationBtn'); - enable('validationInBelowBtn'); disable('newEncounterBtn'); setFieldValue( 'programStageId', selectedProgramStageInstance.attr('psid') ); @@ -639,8 +631,8 @@ closable: true, modal:false, overlay:{background:'#000000', opacity:0.1}, - width: 300, - height: 100 + width: 400, + height: 140 }).show('fast'); var standardInterval = jQuery('#dataRecordingSelectDiv [name=programStageId] option:selected').attr('standardInterval'); @@ -896,17 +888,13 @@ if(disabled){ disable('completeBtn'); disable('completeAndAddNewBtn'); - disable('completeInBelowBtn'); enable('uncompleteBtn'); enable('uncompleteAndAddNewBtn'); - enable('uncompleteBelowBtn'); } else{ enable('completeBtn'); enable('completeAndAddNewBtn'); - enable('completeInBelowBtn'); disable('uncompleteBtn'); disable('uncompleteAndAddNewBtn'); - disable('uncompleteBelowBtn'); } }
$i18n.getString( 'due_date' )