dhis2-devs team mailing list archive
-
dhis2-devs team
-
Mailing list archive
-
Message #23124
[Branch ~dhis2-devs-core/dhis2/trunk] Rev 11243: Minor fix.
------------------------------------------------------------
revno: 11243
committer: Tran Chau <tran.hispvietnam@xxxxxxxxx>
branch nick: dhis2
timestamp: Thu 2013-06-20 16:09:39 +0700
message:
Minor fix.
modified:
dhis-2/dhis-web/dhis-web-caseentry/src/main/webapp/dhis-web-caseentry/updatePatientForm.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/updatePatientForm.vm'
--- dhis-2/dhis-web/dhis-web-caseentry/src/main/webapp/dhis-web-caseentry/updatePatientForm.vm 2013-06-12 03:54:02 +0000
+++ dhis-2/dhis-web/dhis-web-caseentry/src/main/webapp/dhis-web-caseentry/updatePatientForm.vm 2013-06-20 09:09:39 +0000
@@ -71,7 +71,8 @@
<input type="hidden" id="id" name="id" value="$patient.id">
<table>
- #if($!systemIdentifier)
+ #if($!customRegistrationForm)
+ #elseif($!systemIdentifier)
<tr>
<th colspan="2" class="heading-column">$i18n.getString( "system_identifier" )</th>
</tr>