=== modified file 'dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-patient/src/main/resources/org/hisp/dhis/patient/i18n_module.properties' --- dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-patient/src/main/resources/org/hisp/dhis/patient/i18n_module.properties 2012-10-09 10:03:00 +0000 +++ dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-patient/src/main/resources/org/hisp/dhis/patient/i18n_module.properties 2012-10-10 02:23:29 +0000 @@ -113,7 +113,6 @@ intro_validation_criteria=Create, modify and view validation criteria. A criteria is used for validation of person data. intro_schedule_message=Scheduled automatic messages to be sent in order to notify persons about upcoming or overdue visits. intro_program_attribute=Create, modify and view program attributes. A program can have any number of attributes. -intro_import_data=Import information of patients automatically from an Excel template file into the person database. intro_configuration=Set the Excel XML template file used for automatically importing person data. inheritable=Inheritable patient_attribute_details=Person attribute details @@ -279,7 +278,7 @@ orgunit_name = Organisation unit name days_since_due_date = Days since due date scheduling = Scheduling -schedule_message = Schedule message +schedule_message = Message schedule = Schedule start = Start stop = Stop === modified file 'dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-patient/src/main/webapp/dhis-web-maintenance-patient/javascript/programStage.js' --- dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-patient/src/main/webapp/dhis-web-maintenance-patient/javascript/programStage.js 2012-10-09 10:03:00 +0000 +++ dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-patient/src/main/webapp/dhis-web-maintenance-patient/javascript/programStage.js 2012-10-10 02:23:29 +0000 @@ -71,9 +71,9 @@ var index = eval(i) + 1; templateMessage += "

" + i18n_template_reminder_message + " " + index + "

"; templateMessage += "

" + i18n_days_before_after_due_date + ":

" ; + templateMessage += "

" + json.programStage.patientReminders[i].daysAllowedSendMessage + "

"; + templateMessage += "

" + i18n_message + ":

"; templateMessage += "

" + json.programStage.patientReminders[i].templateMessage + "

"; - templateMessage += "

" + i18n_message + ":

"; - templateMessage += "

" + json.programStage.patientReminders[i].daysAllowedSendMessage + "

"; } setInnerHTML('templateMessageField', templateMessage);