| Thread Previous • Date Previous • Date Next • Thread Next |
------------------------------------------------------------ revno: 8396 committer: Tran Chau <tran.hispvietnam@xxxxxxxxx> branch nick: dhis2 timestamp: Sat 2012-10-06 12:12:17 +0700 message: Change some icons for module in tracker. modified: dhis-2/dhis-web/dhis-web-caseentry/src/main/webapp/dhis-web-caseentry/index.vm 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/webapp/dhis-web-maintenance-patient/index.vm dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-patient/src/main/webapp/dhis-web-maintenance-patient/menu.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/index.vm'
--- dhis-2/dhis-web/dhis-web-caseentry/src/main/webapp/dhis-web-caseentry/index.vm 2012-10-05 06:46:22 +0000
+++ dhis-2/dhis-web/dhis-web-caseentry/src/main/webapp/dhis-web-caseentry/index.vm 2012-10-06 05:12:17 +0000
@@ -7,7 +7,7 @@
#end
#if( $auth.hasAccess( "dhis-web-caseentry", "activityPlanSelect" ) )
- #introListImgItem( "activityPlanSelect.action" "activity_planning" "dhis-web-mapping" )
+ #introListImgItem( "activityPlanSelect.action" "activity_planning" "visitplan" )
#end
#if( $auth.hasAccess( "dhis-web-caseentry", "smsReminderSelect" ) )
#introListImgItem( "smsReminderSelect.action" "program_tracking" "summaryreport" )
=== 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-03 06:04:22 +0000
+++ dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-patient/src/main/resources/org/hisp/dhis/patient/i18n_module.properties 2012-10-06 05:12:17 +0000
@@ -279,8 +279,8 @@
orgunit_name = Organisation unit name
days_since_due_date = Days since due date
scheduling = Scheduling
-schedule_sending_message = Schedule sending message
-intro_schedule_sending_message = schedule sending message for persons
+schedule_message = Schedule sending message
+intro_schedule_message = At midnight, the system checks if any person\u2019s events are incomplete/scheduled in future and have a relevant message defined before, create messages for each event based on the template message of each program stage and save them. Every day, at a system configurable time, the messages are sent out on SMS.
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/index.vm'
--- dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-patient/src/main/webapp/dhis-web-maintenance-patient/index.vm 2012-09-28 06:26:01 +0000
+++ dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-patient/src/main/webapp/dhis-web-maintenance-patient/index.vm 2012-10-06 05:12:17 +0000
@@ -14,9 +14,9 @@
#introListImgItem( "relationshipType.action" "relationship_type" "patient" )
#introListImgItem( "program.action" "program" "program" )
#introListImgItem( "caseAggregation.action" "patient_aggregation_query_builder" "caseaggregationmapping" )
- #introListImgItem( "validationCriteria.action" "validation_criteria" "validationcriteria" )
+ #introListImgItem( "validationCriteria.action" "validation_criteria" "validationrule" )
#if( $auth.hasAccess( "dhis-web-maintenance-patient", "viewScheduleTasks" ) )
- #introListImgItem( "viewScheduleTasks.action" "schedule_sending_message" "visitplan" )
+ #introListImgItem( "viewScheduleTasks.action" "schedule_message" "scheduling" )
#end
</ul>
\ 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/menu.vm'
--- dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-patient/src/main/webapp/dhis-web-maintenance-patient/menu.vm 2012-09-28 06:26:01 +0000
+++ dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-patient/src/main/webapp/dhis-web-maintenance-patient/menu.vm 2012-10-06 05:12:17 +0000
@@ -16,6 +16,6 @@
#if( $auth.hasAccess( "dhis-web-maintenance-patient", "viewScheduleTasks" ) )
<h2>$i18n.getString( "scheduling" )</h2>
<ul>
- <li><a href="viewScheduleTasks.action">$i18n.getString( "schedule_sending_message" )</a></li>
+ <li><a href="viewScheduleTasks.action">$i18n.getString( "schedule_message" )</a></li>
</ul>
#end
| Thread Previous • Date Previous • Date Next • Thread Next |