=== modified file 'dhis-2/dhis-web/dhis-web-caseentry/src/main/webapp/dhis-web-caseentry/javascript/activityPlan.js' --- dhis-2/dhis-web/dhis-web-caseentry/src/main/webapp/dhis-web-caseentry/javascript/activityPlan.js 2013-04-15 07:46:11 +0000 +++ dhis-2/dhis-web/dhis-web-caseentry/src/main/webapp/dhis-web-caseentry/javascript/activityPlan.js 2013-05-27 05:30:40 +0000 @@ -109,7 +109,9 @@ $('#contentDataRecord' ).load("dataentryform.action", { programStageInstanceId: programStageInstanceId - }, function(){ + }, function(){ + var html = $('#contentDataRecord' ).html(); + $('#contentDataRecord' ).html( "
" + html ); jQuery('#programStageUid').val(programStageUid); showById('reportDateDiv'); showById('patientInforTB'); === 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 2013-05-27 04:33:25 +0000 +++ dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-patient/src/main/resources/org/hisp/dhis/patient/i18n_module.properties 2013-05-27 05:30:40 +0000 @@ -408,6 +408,7 @@ enrollement_date = Enrollement date days_since_incident_date = Days since incident date view_all = View all -patient_attribute_visit_schedule = Patient attribute visit schedule +patient_attribute_visit_schedule = Patient Attribute Visit Schedule +patient_attribute_visit_schedule_form = Patient attribute visit schedule intro_patient_attribute_visit_schedule = Allow to configure which person attributes that are added to the visit schedule.This is very useful when the list is printed and used for tracking in the community. selected_program_stages = Selected program stages \ 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/patientAttributeVisitSchedule.vm' --- dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-patient/src/main/webapp/dhis-web-maintenance-patient/patientAttributeVisitSchedule.vm 2013-05-24 09:10:42 +0000 +++ dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-patient/src/main/webapp/dhis-web-maintenance-patient/patientAttributeVisitSchedule.vm 2013-05-27 05:30:40 +0000 @@ -1,6 +1,6 @@ -

$i18n.getString( "patient_attribute_visit_schedule" )

+

$i18n.getString( "patient_attribute_visit_schedule_form" )

-
+