dhis2-devs team mailing list archive
-
dhis2-devs team
-
Mailing list archive
-
Message #27323
[Branch ~dhis2-devs-core/dhis2/trunk] Rev 13585: Program cosmetic fix
------------------------------------------------------------
revno: 13585
committer: Lars Helge Øverland <larshelge@xxxxxxxxx>
branch nick: dhis2
timestamp: Mon 2014-01-06 13:51:21 +0100
message:
Program cosmetic fix
modified:
dhis-2/dhis-web/dhis-web-caseentry/src/main/webapp/dhis-web-caseentry/addPatientForm.vm
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/addPatientForm.vm'
--- dhis-2/dhis-web/dhis-web-caseentry/src/main/webapp/dhis-web-caseentry/addPatientForm.vm 2014-01-05 14:04:13 +0000
+++ dhis-2/dhis-web/dhis-web-caseentry/src/main/webapp/dhis-web-caseentry/addPatientForm.vm 2014-01-06 12:51:21 +0000
@@ -32,7 +32,7 @@
• $i18n.getString( "add_new_patient" )
</h3>
-<form id="patientForm" name="patientForm" method="post" >
+<form id="patientForm" name="patientForm" method="post" class="inputForm">
<table>
#if($relatedProgram)
<input type='hidden' name="relationshipTypeId" id="relationshipTypeId" value="$relatedProgram.relationshipType.id">
=== 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-12-18 08:01:59 +0000
+++ dhis-2/dhis-web/dhis-web-caseentry/src/main/webapp/dhis-web-caseentry/updatePatientForm.vm 2014-01-06 12:51:21 +0000
@@ -39,7 +39,7 @@
• $i18n.getString( "update_patient" )
</h3>
<p>
-<form id="patientForm" name="patientForm" action="updatePatient.action" method="post" >
+<form id="patientForm" name="patientForm" action="updatePatient.action" method="post" class="inputForm">
<input type="hidden" id="representativeId" name="representativeId" value='$!patient.representative.id' />
<input type="hidden" id="relationshipTypeId" name='relationshipTypeId' value="$!relationship.relationshipType.id"/>
<input type="hidden" id="id" name="id" value="$patient.id">