← Back to team overview

dhis2-devs team mailing list archive

[Branch ~dhis2-devs-core/dhis2/trunk] Rev 6038: Case entry minor fix

 

------------------------------------------------------------
revno: 6038
committer: Lars Helge Overland <larshelge@xxxxxxxxx>
branch nick: dhis2
timestamp: Fri 2012-02-17 19:18:20 +0100
message:
  Case entry minor fix
modified:
  dhis-2/dhis-web/dhis-web-caseentry/src/main/webapp/dhis-web-caseentry/programEnrollmentSelectForm.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/programEnrollmentSelectForm.vm'
--- dhis-2/dhis-web/dhis-web-caseentry/src/main/webapp/dhis-web-caseentry/programEnrollmentSelectForm.vm	2012-02-01 09:10:08 +0000
+++ dhis-2/dhis-web/dhis-web-caseentry/src/main/webapp/dhis-web-caseentry/programEnrollmentSelectForm.vm	2012-02-17 18:18:20 +0000
@@ -4,20 +4,20 @@
 
 	<table>
 		<tr>
-			<td class='bold text-column'>$i18n.getString( "full_name" )</td>
-			<td>:$encoder.htmlEncode( $patient.getFullName() )</td>
+			<td class='bold text-column'>$i18n.getString( "full_name" ):</td>
+			<td>$encoder.htmlEncode( $patient.getFullName() )</td>
 		</tr>
 		<tr>
-			<td class='bold text-column'>$i18n.getString( "gender" )</td>
-			<td>:$i18n.getString( $patient.gender )</td>
+			<td class='bold text-column'>$i18n.getString( "gender" ):</td>
+			<td>$i18n.getString( $patient.gender )</td>
 		</tr>    
 		<tr>
-			<td class='bold text-column'>$i18n.getString( "date_of_birth" )</td>
-			<td>:$format.formatDate( $patient.birthDate )</td>
+			<td class='bold text-column'>$i18n.getString( "date_of_birth" ):</td>
+			<td>$format.formatDate( $patient.birthDate )</td>
 		</tr>
 		<tr>
-			<td class='bold text-column'>$i18n.getString( "age" )</td>
-			<td>:$encoder.htmlEncode( $patient.getAge() )</td>
+			<td class='bold text-column'>$i18n.getString( "age" ):</td>
+			<td>$encoder.htmlEncode( $patient.getAge() )</td>
 		</tr>
 		<tr>
 			<td>&nbsp;</td>