dhis2-devs team mailing list archive
-
dhis2-devs team
-
Mailing list archive
-
Message #19127
[Branch ~dhis2-devs-core/dhis2/trunk] Rev 8222: Display phone number in person list.
------------------------------------------------------------
revno: 8222
committer: Tran Chau <tran.hispvietnam@xxxxxxxxx>
branch nick: dhis2
timestamp: Mon 2012-09-24 15:28:27 +0700
message:
Display phone number in person list.
modified:
dhis-2/dhis-web/dhis-web-caseentry/src/main/webapp/dhis-web-caseentry/patientRegistrationList.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/patientRegistrationList.vm'
--- dhis-2/dhis-web/dhis-web-caseentry/src/main/webapp/dhis-web-caseentry/patientRegistrationList.vm 2012-09-21 01:10:53 +0000
+++ dhis-2/dhis-web/dhis-web-caseentry/src/main/webapp/dhis-web-caseentry/patientRegistrationList.vm 2012-09-24 08:28:27 +0000
@@ -38,6 +38,7 @@
<col/>
<col/>
<col/>
+ <col/>
#if($mapPatientOrgunit.size()!=0)
<col/>
#end
@@ -64,6 +65,7 @@
<th>$i18n.getString( "gender" )</th>
<th>$i18n.getString( "date_of_birth" )</th>
<th class="{sorter: false}">$i18n.getString( "age" )</th>
+ <th class="{sorter: false}">$i18n.getString( "phone_number" )</th>
#if($mapPatientOrgunit.size()!=0)
<th>$i18n.getString( "hierachy_orgunit" )</th>
@@ -111,17 +113,16 @@
$value
</td>
-
<td>$i18n.getString($!patient.gender)</td>
<td>$format.formatDate( $!patient.birthDate)</td>
<td>$!patient.getAge()</td>
+ <td>$!patient.phoneNumber</td>
+
#if($mapPatientOrgunit.size()!=0)
-
<td>$!mapPatientOrgunit.get($patient.id)</td>
-
#end
<td>