← Back to team overview

dhis2-devs team mailing list archive

[Branch ~dhis2-devs-core/dhis2/trunk] Rev 8138: Re-order tracking memu.

 

------------------------------------------------------------
revno: 8138
committer: Tran Chau <tran.hispvietnam@xxxxxxxxx>
branch nick: dhis2
timestamp: Wed 2012-09-19 20:49:24 +0700
message:
  Re-order tracking memu.
modified:
  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/webapp/dhis-web-caseentry/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/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	2012-09-19 13:30:52 +0000
+++ dhis-2/dhis-web/dhis-web-caseentry/src/main/resources/org/hisp/dhis/caseentry/i18n_module.properties	2012-09-19 13:49:24 +0000
@@ -234,7 +234,7 @@
 leftSide=Left side
 rightSide=Right side
 in_range_due_date_plus_or_minus=In range due date +/-
-activity_planning=Activity planning
+activity_planning=Scheduled Visits
 back_to_main_menu=Back to main menu
 of=of
 show_all_items=Show all items
@@ -441,11 +441,11 @@
 health_worker = Health worker
 please_select_criteria = Please select criteria
 sender = Sender
-activity_plan = Activity plan
-intro_activity_plan=View the activity plan to get an overview of outstanding, pending and completed visits.
+activity_plan = Scheduled Visits
+intro_activity_plan=View the scheduled visits to get an overview of outstanding, pending and completed visits.
 show_events_since = Show events since
 show_events_up_to = Show events up to
-show_activity_list = Show Activity List
+show_activity_list = Show Event List
 one_day = 1 day
 three_days = 3 days
 one_week = 1 week

=== modified file 'dhis-2/dhis-web/dhis-web-caseentry/src/main/webapp/dhis-web-caseentry/menu.vm'
--- dhis-2/dhis-web/dhis-web-caseentry/src/main/webapp/dhis-web-caseentry/menu.vm	2012-09-15 04:18:54 +0000
+++ dhis-2/dhis-web/dhis-web-caseentry/src/main/webapp/dhis-web-caseentry/menu.vm	2012-09-19 13:49:24 +0000
@@ -4,6 +4,12 @@
 	<li><a href="patient.action">$i18n.getString( "find_and_add_person" )</a></li>
 </ul>
 
+<h2>$i18n.getString( "tracking" )&nbsp;</h2>
+<ul>
+    <li><a href="activityPlanSelect.action">$i18n.getString( "activity_plan" )</a></li>     
+    <li><a href="smsReminderSelect.action">$i18n.getString( "program_tracking" )</a></li>     
+</ul>
+
 <h2>$i18n.getString( "data_entry" )&nbsp;</h2>
 <ul>
 	<li><a href="multipledataEntrySelect.action">$i18n.getString( "multiple_individual_records" )&nbsp;</a></li>
@@ -21,10 +27,3 @@
 <ul>
     <li><a href="caseAggregationForm.action">$i18n.getString( "case_aggregation" )</a></li>     
 </ul>
-
-
-<h2>$i18n.getString( "tracking" )&nbsp;</h2>
-<ul>
-    <li><a href="activityPlanSelect.action">$i18n.getString( "activity_plan" )</a></li>     
-    <li><a href="smsReminderSelect.action">$i18n.getString( "program_tracking" )</a></li>     
-</ul>