← Back to team overview

dhis2-devs team mailing list archive

[Branch ~dhis2-devs-core/dhis2/trunk] Rev 15091: Fixed bug - Don't display the dropdown button of option-set fields in Single event registration f...

 

------------------------------------------------------------
revno: 15091
committer: Tran Chau <tran.hispvietnam@xxxxxxxxx>
branch nick: dhis2
timestamp: Tue 2014-04-29 17:56:41 +0800
message:
  Fixed bug - Don't display the dropdown button of option-set fields in Single event registration form.
modified:
  dhis-2/dhis-web/dhis-web-caseentry/src/main/webapp/dhis-web-caseentry/addSingleEventRegistration.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/addSingleEventRegistration.vm'
--- dhis-2/dhis-web/dhis-web-caseentry/src/main/webapp/dhis-web-caseentry/addSingleEventRegistration.vm	2014-04-26 13:20:00 +0000
+++ dhis-2/dhis-web/dhis-web-caseentry/src/main/webapp/dhis-web-caseentry/addSingleEventRegistration.vm	2014-04-29 09:56:41 +0000
@@ -31,7 +31,7 @@
 		<tbody id='entityInstanceForm'>
 			#parse( "/dhis-web-caseentry/trackedEntityInstanceForm.vm" )
 		</tbody>
-		<tbody>
+		<tbody id='entryForm'>
 			#parse( "/dhis-web-caseentry/singleDataEntryForm.vm" )
 		</tbody>
 		<tr>