=== modified file 'dhis-2/dhis-web/dhis-web-caseentry/src/main/webapp/dhis-web-caseentry/colorHelp.vm' --- dhis-2/dhis-web/dhis-web-caseentry/src/main/webapp/dhis-web-caseentry/colorHelp.vm 2013-05-29 14:28:47 +0000 +++ dhis-2/dhis-web/dhis-web-caseentry/src/main/webapp/dhis-web-caseentry/colorHelp.vm 2013-05-30 06:42:28 +0000 @@ -4,7 +4,7 @@ $i18n.getString('what_do_colors_mean') - + #if($programInstance.followup) #set($followup=$programInstance.followup) #else === modified file 'dhis-2/dhis-web/dhis-web-caseentry/src/main/webapp/dhis-web-caseentry/images/unrisk_large.png' Binary files dhis-2/dhis-web/dhis-web-caseentry/src/main/webapp/dhis-web-caseentry/images/unrisk_large.png 2013-05-29 07:33:41 +0000 and dhis-2/dhis-web/dhis-web-caseentry/src/main/webapp/dhis-web-caseentry/images/unrisk_large.png 2013-05-30 06:42:28 +0000 differ === modified file 'dhis-2/dhis-web/dhis-web-caseentry/src/main/webapp/dhis-web-caseentry/programEnrollmentForm.vm' --- dhis-2/dhis-web/dhis-web-caseentry/src/main/webapp/dhis-web-caseentry/programEnrollmentForm.vm 2013-05-29 08:36:29 +0000 +++ dhis-2/dhis-web/dhis-web-caseentry/src/main/webapp/dhis-web-caseentry/programEnrollmentForm.vm 2013-05-30 06:42:28 +0000 @@ -176,6 +176,9 @@ } }); + showById('toogleRiskStatusTD'); + jQuery('#tb_$!programInstance.id').css('margin-top',-25); + if( jQuery('#tabs li').length == 1){ programReports(getFieldValue('programInstanceId')); }