------------------------------------------------------------ revno: 7666 committer: Tran Chau <[email protected]> branch nick: dhis2 timestamp: Mon 2012-07-23 10:14:41 +0700 message: Minor fix. modified: dhis-2/dhis-web/dhis-web-caseentry/src/main/webapp/dhis-web-caseentry/programEnrollmentSelectForm.vm dhis-2/dhis-web/dhis-web-caseentry/src/main/webapp/dhis-web-caseentry/selectPatient.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/programEnrollmentSelectForm.vm' --- dhis-2/dhis-web/dhis-web-caseentry/src/main/webapp/dhis-web-caseentry/programEnrollmentSelectForm.vm 2012-07-09 08:35:46 +0000 +++ dhis-2/dhis-web/dhis-web-caseentry/src/main/webapp/dhis-web-caseentry/programEnrollmentSelectForm.vm 2012-07-23 03:14:41 +0000 @@ -1,3 +1,4 @@ +<h4>$i18n.getString( "program_management" )</h4> <div> <table class='mainPageTable'> <tr> === modified file 'dhis-2/dhis-web/dhis-web-caseentry/src/main/webapp/dhis-web-caseentry/selectPatient.vm' --- dhis-2/dhis-web/dhis-web-caseentry/src/main/webapp/dhis-web-caseentry/selectPatient.vm 2012-07-21 14:59:13 +0000 +++ dhis-2/dhis-web/dhis-web-caseentry/src/main/webapp/dhis-web-caseentry/selectPatient.vm 2012-07-23 03:14:41 +0000 @@ -1,5 +1,4 @@ <h3>$i18n.getString( "patient_management" ) #openHelp( "patient" )</h3> -<h4>$i18n.getString( "program_management" )</h4> <input type='hidden' id='isRegistration' name= 'isRegistration' value='false'> <input type='hidden' id='isShowPatientList' name= 'isShowPatientList' >
_______________________________________________ Mailing list: https://launchpad.net/~dhis2-devs Post to : [email protected] Unsubscribe : https://launchpad.net/~dhis2-devs More help : https://help.launchpad.net/ListHelp

