← Back to team overview

dhis2-devs team mailing list archive

[Branch ~dhis2-devs-core/dhis2/trunk] Rev 12543: Minor fix for Add/Update patient form.

 

------------------------------------------------------------
revno: 12543
committer: Tran Chau <tran.hispvietnam@xxxxxxxxx>
branch nick: dhis2
timestamp: Thu 2013-10-10 10:02:03 +0700
message:
  Minor fix for Add/Update patient form.
modified:
  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/addProgramForm.vm
  dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-patient/src/main/webapp/dhis-web-maintenance-patient/updateProgramForm.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-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-10-08 17:16:47 +0000
+++ dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-patient/src/main/resources/org/hisp/dhis/patient/i18n_module.properties	2013-10-10 03:02:03 +0000
@@ -485,4 +485,7 @@
 program_for_new_relative_to_be_enrolled_in = Program for new relative to be enrolled in
 health_worker = Health worker
 is_hidden = Is hidden ?
-default_value = Default value
\ No newline at end of file
+default_value = Default value
+dashboard_shortcut_to_add_relative = Dashboard shortcut to add relative
+shortcut_link_label_eg_add_child = Shortcut link label (e.g. Add Child)
+relationship = Relationship
\ 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/addProgramForm.vm'
--- dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-patient/src/main/webapp/dhis-web-maintenance-patient/addProgramForm.vm	2013-09-27 17:04:23 +0000
+++ dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-patient/src/main/webapp/dhis-web-maintenance-patient/addProgramForm.vm	2013-10-10 03:02:03 +0000
@@ -203,16 +203,16 @@
 		</tr>
 			
 		<tr name='nonAnonymous'>
-			<th colspan="2">$i18n.getString( "program_management" )</th>
+			<th colspan="2">$i18n.getString( "dashboard_shortcut_to_add_relative" )</th>
 		</tr>
 		
 		<tr name='nonAnonymous'>
-			<td>$i18n.getString("relationship_text")</td>
+			<td>$i18n.getString("shortcut_link_label_eg_add_child")</td>
 			<td><input type='text' id='relationshipText' name='relationshipText' ></td>
 		</tr>
 		
 		<tr name='nonAnonymous'>
-			<td>$i18n.getString("relationship_type")</td>
+			<td>$i18n.getString("relationship")</td>
 			<td>
 				<select type='text' id='relationshipTypeId' name='relationshipTypeId' onchange='relationshipTypeOnchange()' >
 					<option value=''>[$i18n.getString("please_select")]</option>

=== modified file 'dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-patient/src/main/webapp/dhis-web-maintenance-patient/updateProgramForm.vm'
--- dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-patient/src/main/webapp/dhis-web-maintenance-patient/updateProgramForm.vm	2013-09-27 17:04:23 +0000
+++ dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-patient/src/main/webapp/dhis-web-maintenance-patient/updateProgramForm.vm	2013-10-10 03:02:03 +0000
@@ -208,11 +208,11 @@
 		</tr>
 		
 		<tr name='nonAnonymous'>
-			<th colspan="2">$i18n.getString( "program_management" )</th>
+			<th colspan="2">$i18n.getString( "dashboard_shortcut_to_add_relative" )</th>
 		</tr>
 		
 		<tr name='nonAnonymous'>
-			<td>$i18n.getString("relationship_text")</td>
+			<td>$i18n.getString("shortcut_link_label_eg_add_child")</td>
 			<td><input type='text' id='relationshipText' name='relationshipText' value='$!program.relationshipText' ></td>
 		</tr>