=== modified file 'dhis-2/dhis-web/dhis-web-caseentry/src/main/resources/org/hisp/dhis/caseentry/i18n_module.properties' --- dhis-2/dhis-web/dhis-web-caseentry/src/main/resources/org/hisp/dhis/caseentry/i18n_module.properties 2012-09-18 01:55:04 +0000 +++ dhis-2/dhis-web/dhis-web-caseentry/src/main/resources/org/hisp/dhis/caseentry/i18n_module.properties 2012-09-19 13:30:52 +0000 @@ -452,4 +452,5 @@ one_month = 1 month remove_this_event = Remove this event overdue_scheduled = Overdue/Scheduled -scheduled_overdue_incomplete = Scheduled/Overdue/Incomplete \ No newline at end of file +scheduled_overdue_incomplete = Scheduled/Overdue/Incomplete +relationships = Relationships \ No newline at end of file === 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-09-15 09:55:28 +0000 +++ dhis-2/dhis-web/dhis-web-caseentry/src/main/webapp/dhis-web-caseentry/dataEntryForm.vm 2012-09-19 13:30:52 +0000 @@ -10,11 +10,10 @@ setFieldValue( 'dueDate', "$!format.formatDate( $programStageInstance.dueDate )" ); setFieldValue( 'executionDate', "$!format.formatDate( $programStageInstance.executionDate )" ); #end - $('#executionDate').unbind("change"); $('#executionDate').change(function() { - saveExecutionDate( getFieldValue('programId'), getFieldValue('executionDate') ); - }); + saveExecutionDate( getFieldValue('programId'), getFieldValue('executionDate') ); + }); entryFormContainerOnReady(); }); @@ -29,7 +28,6 @@ -
#if( $customDataEntryFormCode ) #parse( "/dhis-web-caseentry/customDataEntryForm.vm" ) @@ -52,5 +50,11 @@ === modified file 'dhis-2/dhis-web/dhis-web-caseentry/src/main/webapp/dhis-web-caseentry/patientDashboard.vm' --- dhis-2/dhis-web/dhis-web-caseentry/src/main/webapp/dhis-web-caseentry/patientDashboard.vm 2012-09-11 07:31:17 +0000 +++ dhis-2/dhis-web/dhis-web-caseentry/src/main/webapp/dhis-web-caseentry/patientDashboard.vm 2012-09-19 13:30:52 +0000 @@ -66,30 +66,20 @@ $attributeValue.value #end - - #foreach( $rel in $relationship ) - #if($rel.patientA.id==$patient.id) - - $rel.relationshipType.bIsToA - $rel.patientB.getFullName() - - #else - - $rel.relationshipType.aIsToB - $rel.patientA.getFullName() - - #end - #end
- -