dhis2-devs team mailing list archive
-
dhis2-devs team
-
Mailing list archive
-
Message #18798
[Branch ~dhis2-devs-core/dhis2/trunk] Rev 7974: Remove the function for hiding the div of section data entry form.
------------------------------------------------------------
revno: 7974
committer: Tran Chau <tran.hispvietnam@xxxxxxxxx>
branch nick: dhis2
timestamp: Tue 2012-08-28 22:46:56 +0700
message:
Remove the function for hiding the div of section data entry form.
modified:
dhis-2/dhis-web/dhis-web-caseentry/src/main/webapp/dhis-web-caseentry/sectionDataEntryForm.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/sectionDataEntryForm.vm'
--- dhis-2/dhis-web/dhis-web-caseentry/src/main/webapp/dhis-web-caseentry/sectionDataEntryForm.vm 2012-08-24 10:09:45 +0000
+++ dhis-2/dhis-web/dhis-web-caseentry/src/main/webapp/dhis-web-caseentry/sectionDataEntryForm.vm 2012-08-28 15:46:56 +0000
@@ -2,7 +2,7 @@
<table class="formSection" width='60%'>
<tr>
<td class='entryScreen'>
- <div class="cent" style='cursor:pointer;' ondblclick="jQuery('#div_$section.id').toggle();"><h3>$encoder.htmlEncode( $section.name )</h3></div>
+ <div class="cent"><h3>$encoder.htmlEncode( $section.name )</h3></div>
</td>
</tr>
<tr>