------------------------------------------------------------ revno: 8632 committer: Tran Chau <[email protected]> branch nick: dhis2 timestamp: Mon 2012-10-22 14:32:15 +0700 message: Minor fix. modified: 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/javascript/commons.js dhis-2/dhis-web/dhis-web-caseentry/src/main/webapp/dhis-web-caseentry/programTrackingRecords.vm
-- lp:dhis2 https://code.launchpad.net/~dhis2-devs-core/dhis2/trunk Your team DHIS 2 developers is subscribed to branch lp:dhis2. To unsubscribe from this branch go to https://code.launchpad.net/~dhis2-devs-core/dhis2/trunk/+edit-subscription
=== 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 ) <p>#parse( "/dhis-web-caseentry/colorHelp.vm" )</p> - <table id="patientList"> + <table id="patientList" class="listTable"> #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 ) <p>#parse( "/dhis-web-caseentry/colorHelp.vm" )</p> - <table id="patientList"> + <table id="patientList" class="listTable"> #set( $mark = false ) #foreach( $patient in $patients ) #set( $programInstance = '')
_______________________________________________ Mailing list: https://launchpad.net/~dhis2-devs Post to : [email protected] Unsubscribe : https://launchpad.net/~dhis2-devs More help : https://help.launchpad.net/ListHelp

