=== modified file 'dhis-2/dhis-web/dhis-web-caseentry/src/main/webapp/dhis-web-caseentry/activityPlanRecords.vm' --- dhis-2/dhis-web/dhis-web-caseentry/src/main/webapp/dhis-web-caseentry/activityPlanRecords.vm 2012-10-22 07:21:56 +0000 +++ dhis-2/dhis-web/dhis-web-caseentry/src/main/webapp/dhis-web-caseentry/activityPlanRecords.vm 2012-10-22 07:32:15 +0000 @@ -24,7 +24,7 @@ #if( $patients && $patients.size()>0 )

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

- +
#set( $mark = false ) #foreach( $patient in $patients ) #set( $programInstance = '') === 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 2012-10-22 06:11:19 +0000 +++ dhis-2/dhis-web/dhis-web-caseentry/src/main/webapp/dhis-web-caseentry/javascript/commons.js 2012-10-22 07:32:15 +0000 @@ -9,7 +9,7 @@ var COLOR_LIGHT_GREEN = "#ccffcc"; var COLOR_LIGHT_LIGHTRED = "#ff99ff"; var COLOR_LIGHT_GREY = "#ddd"; -var MARKED_VISIT_COLOR = '#000000'; +var MARKED_VISIT_COLOR = '#AAAAAA'; var SUCCESS_COLOR = '#ccffcc'; var ERROR_COLOR = '#ccccff'; var SAVING_COLOR = '#ffffcc'; === modified file 'dhis-2/dhis-web/dhis-web-caseentry/src/main/webapp/dhis-web-caseentry/programTrackingRecords.vm' --- dhis-2/dhis-web/dhis-web-caseentry/src/main/webapp/dhis-web-caseentry/programTrackingRecords.vm 2012-09-27 08:00:40 +0000 +++ dhis-2/dhis-web/dhis-web-caseentry/src/main/webapp/dhis-web-caseentry/programTrackingRecords.vm 2012-10-22 07:32:15 +0000 @@ -24,7 +24,7 @@ #if( $patients && $patients.size()>0 )

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

-
+
#set( $mark = false ) #foreach( $patient in $patients ) #set( $programInstance = '')