← Back to team overview

dhis2-devs team mailing list archive

[Branch ~dhis2-devs-core/dhis2/trunk] Rev 6128: (patient) Hide patient information into the Register Event form.

 

------------------------------------------------------------
revno: 6128
committer: Tran Chau <tran.hispvietnam@xxxxxxxxx>
branch nick: dhis2
timestamp: Tue 2012-02-28 10:44:48 +0700
message:
  (patient) Hide patient information into the Register Event form.
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	2012-02-01 09:10:08 +0000
+++ dhis-2/dhis-web/dhis-web-caseentry/src/main/webapp/dhis-web-caseentry/updatePatientForm.vm	2012-02-28 03:44:48 +0000
@@ -281,7 +281,7 @@
 </form> 	
 
 <div id="representativeInfo" class='hidden text-column'>
-	<table id='patientInfoDiv'>
+	<table>
 		<tr>
 			<td class="bold text-column">$i18n.getString("full_name"):</td>
 			<td>$!representative.getFullName()</td>