=== 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 2013-08-01 03:02:12 +0000 +++ dhis-2/dhis-web/dhis-web-caseentry/src/main/resources/org/hisp/dhis/caseentry/i18n_module.properties 2013-08-01 03:36:44 +0000 @@ -668,4 +668,5 @@ use_orgunits_from_level = Use organisation units from level message = Message add_patient = Add person -confirmation_delete_message = Are you sure you want to delete this message ? \ No newline at end of file +confirmation_delete_message = Are you sure you want to delete this message ? +recipients = Recipients \ No newline at end of file === modified file 'dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-patient/src/main/webapp/dhis-web-maintenance-patient/addProgramStageForm.vm' --- dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-patient/src/main/webapp/dhis-web-maintenance-patient/addProgramStageForm.vm 2013-07-31 06:51:17 +0000 +++ dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-patient/src/main/webapp/dhis-web-maintenance-patient/addProgramStageForm.vm 2013-08-01 03:36:44 +0000 @@ -1,20 +1,11 @@ + -

$i18n.getString( "create_new_program_stage" )

=== modified file 'dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-patient/src/main/webapp/dhis-web-maintenance-patient/javascript/addProgramStageForm.js' --- dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-patient/src/main/webapp/dhis-web-maintenance-patient/javascript/addProgramStageForm.js 2013-07-26 09:32:25 +0000 +++ dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-patient/src/main/webapp/dhis-web-maintenance-patient/javascript/addProgramStageForm.js 2013-08-01 03:36:44 +0000 @@ -102,3 +102,12 @@ checkValueIsExist( "name", "validateProgramStage.action",{id: getFieldValue('programId')}); }); + +function onchangeUserGroup( id ) +{ + var value = document.getElementById( 'sendTo'+id ).value; + hideById( 'tr'+id ); + if ( value == 5) { + showById( 'tr'+id ); + } +}; \ No newline at end of file === modified file 'dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-patient/src/main/webapp/dhis-web-maintenance-patient/javascript/updateProgramStageForm.js' --- dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-patient/src/main/webapp/dhis-web-maintenance-patient/javascript/updateProgramStageForm.js 2013-07-29 09:28:14 +0000 +++ dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-patient/src/main/webapp/dhis-web-maintenance-patient/javascript/updateProgramStageForm.js 2013-08-01 03:36:44 +0000 @@ -121,4 +121,13 @@ else hideById ( 'tr'+numb ); }); -} \ No newline at end of file +} + +function onchangeUserGroup( id ) +{ + var value = document.getElementById( 'sendTo'+id ).value; + hideById( 'tr'+id ); + if ( value == 5) { + showById( 'tr'+id ); + } +}; \ No newline at end of file === modified file 'dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-patient/src/main/webapp/dhis-web-maintenance-patient/updateProgramStageForm.vm' --- dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-patient/src/main/webapp/dhis-web-maintenance-patient/updateProgramStageForm.vm 2013-07-31 06:51:17 +0000 +++ dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-patient/src/main/webapp/dhis-web-maintenance-patient/updateProgramStageForm.vm 2013-08-01 03:36:44 +0000 @@ -1,20 +1,12 @@ + - +

$i18n.getString( "edit_program_stage" )

$programStage.program.displayName