dhis2-devs team mailing list archive
-
dhis2-devs team
-
Mailing list archive
-
Message #12028
[Branch ~dhis2-devs-core/dhis2/trunk] Rev 3565: Fix bug: The 'List all patients' button doen't work.
------------------------------------------------------------
revno: 3565
committer: Tran Chau <tran.hispvietnam@xxxxxxxxx>
branch nick: dhis2
timestamp: Wed 2011-05-11 08:42:27 +0700
message:
Fix bug: The 'List all patients' button doen't work.
modified:
dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-patient/src/main/webapp/dhis-web-maintenance-patient/selectPatient.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/webapp/dhis-web-maintenance-patient/selectPatient.vm'
--- dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-patient/src/main/webapp/dhis-web-maintenance-patient/selectPatient.vm 2011-05-09 05:39:07 +0000
+++ dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-patient/src/main/webapp/dhis-web-maintenance-patient/selectPatient.vm 2011-05-11 01:42:27 +0000
@@ -9,7 +9,7 @@
<td><label>$i18n.getString( "registering_unit" )</label></td>
<td><input type="text" id='selectedOrgunitText' readonly="readonly" value="[$i18n.getString( 'please_select_village' )]" style="min-width:22em"></td>
<td> </td>
- <td><input type="button" id='listAllPatientsBtn' value="$i18n.getString( 'list_all_patients' )" disabled></td>
+ <td><input type="button" id='listAllPatientsBtn' value="$i18n.getString( 'list_all_patients' )" disabled onclick='loadAllPatients();'></td>
</tr>
<tr>