← Back to team overview

dhis2-devs team mailing list archive

[Branch ~dhis2-devs-core/dhis2/trunk] Rev 4752: Minor fix.

 

------------------------------------------------------------
revno: 4752
committer: Tran Chau <tran.hispvietnam@xxxxxxxxx>
branch nick: dhis2
timestamp: Thu 2011-09-29 11:50:21 +0700
message:
  Minor fix.
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/javascript/patient.js
  dhis-2/dhis-web/dhis-web-caseentry/src/main/webapp/dhis-web-caseentry/underAgeForm.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	2011-09-28 09:18:00 +0000
+++ dhis-2/dhis-web/dhis-web-caseentry/src/main/resources/org/hisp/dhis/caseentry/i18n_module.properties	2011-09-29 04:50:21 +0000
@@ -69,7 +69,7 @@
 registering_unit 												= Registering Unit
 select 															= Select
 name_based_data_entry_and_reports 								= Name based data entry and reports
-report_management 												= Report Management
+report_management 												= Report management
 name_based_data_entry 											= Name based data entry
 visit_plan 														= Visit Plans
 intro_data_entry 												= Enter data for beneficiaries and their respective programs and program stages.
@@ -257,7 +257,7 @@
 aefi                                                            = AEFI
 aefi_type                                                       = AEFI Type
 aefi_vacine_type                                                = AEFI Vacine Type 
-case_aggregation_form											= Beneficiary Aggregation Form
+case_aggregation_form											= Beneficiary aggregation form
 dataset_list													= Dataset List
 multiple_data_entry												= Multiple Data Entry
 intro_case_aggregation											= Generate routine data values from patient-data by month (or other interval if desired) and organisation unit.
@@ -359,9 +359,9 @@
 add_new_patient 												= Add New Beneficiary
 patient_identifier 												= Beneficiary Identifier
 system_identifier 												= System Generated Identifier
-patient_management 												= Beneficiary Management
-patient_duplicate 												= Beneficiary Duplicate
-edit_this_patient 												= Update profile of this beneficiary
+registration_patient_management 								= Registration beneficiary management
+patient_duplicate 												= Beneficiary duplicate
+edit_this_patient 												= Edit profile of this beneficiary
 check_duplicate 												= Check duplicate
 patient_identifiers 											= Beneficiary Identifiers
 patient_attributes 												= Beneficiary Attributes

=== modified file 'dhis-2/dhis-web/dhis-web-caseentry/src/main/webapp/dhis-web-caseentry/javascript/patient.js'
--- dhis-2/dhis-web/dhis-web-caseentry/src/main/webapp/dhis-web-caseentry/javascript/patient.js	2011-09-28 04:02:30 +0000
+++ dhis-2/dhis-web/dhis-web-caseentry/src/main/webapp/dhis-web-caseentry/javascript/patient.js	2011-09-29 04:50:21 +0000
@@ -352,7 +352,7 @@
 			modal:true,
 			overlay:{background:'#000000', opacity:0.1},
 			width: 800,
-			height: 400
+			height: 450
 		});
 	}else
 	{

=== modified file 'dhis-2/dhis-web/dhis-web-caseentry/src/main/webapp/dhis-web-caseentry/underAgeForm.vm'
--- dhis-2/dhis-web/dhis-web-caseentry/src/main/webapp/dhis-web-caseentry/underAgeForm.vm	2011-09-27 04:24:12 +0000
+++ dhis-2/dhis-web/dhis-web-caseentry/src/main/webapp/dhis-web-caseentry/underAgeForm.vm	2011-09-29 04:50:21 +0000
@@ -116,8 +116,8 @@
 		</form>
 	</div>
 
-		<!-- Add Person form TAB -->
-		<div id="tab-2">
+	<!-- Add Person form TAB -->
+	<div id="tab-2">
 		<form id="addRepresentativeForm" name="addRepresentativeForm" action="addRepresentative.action" method="post">
 			<table id="formContainer">
 				<tr>
@@ -133,12 +133,13 @@
 				</tr>
 				
 				#parse( "/dhis-web-caseentry/patientForm.vm" )
-
-			</table>
-			
-			<p style="margin-top:10px">
-				<input type="submit" value="$i18n.getString( 'add' )" style="width:10em"/>
-			</p>
+				
+				<tr>
+					<td></td>
+					<td>
+						<input type="submit" value="$i18n.getString( 'add' )" style="width:10em"/>
+					</td>
+				</tr>
 			</table>
 		</form>