dhis2-devs team mailing list archive
-
dhis2-devs team
-
Mailing list archive
-
Message #14230
[Branch ~dhis2-devs-core/dhis2/trunk] Rev 4757: Fixed bug: Don't show patient details in Multi-dataentry.
------------------------------------------------------------
revno: 4757
committer: Tran Chau <tran.hispvietnam@xxxxxxxxx>
branch nick: dhis2
timestamp: Thu 2011-09-29 13:28:35 +0700
message:
Fixed bug: Don't show patient details in Multi-dataentry.
modified:
dhis-2/dhis-web/dhis-web-caseentry/src/main/resources/struts.xml
dhis-2/dhis-web/dhis-web-caseentry/src/main/webapp/dhis-web-caseentry/dataentryRecords.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/resources/struts.xml'
--- dhis-2/dhis-web/dhis-web-caseentry/src/main/resources/struts.xml 2011-09-28 04:02:30 +0000
+++ dhis-2/dhis-web/dhis-web-caseentry/src/main/resources/struts.xml 2011-09-29 06:28:35 +0000
@@ -126,7 +126,7 @@
<result name="success" type="velocity">/main.vm</result>
<param name="page">/dhis-web-caseentry/multiDataEntrySelect.vm</param>
<param name="menu">/dhis-web-caseentry/dataEntryMenu.vm</param>
- <param name="javascripts">../dhis-web-commons/ouwt/ouwt.js,
+ <param name="javascripts">../dhis-web-commons/ouwt/ouwt.js,javascript/commons.js,
javascript/dataEntry.js</param>
</action>
=== modified file 'dhis-2/dhis-web/dhis-web-caseentry/src/main/webapp/dhis-web-caseentry/dataentryRecords.vm'
--- dhis-2/dhis-web/dhis-web-caseentry/src/main/webapp/dhis-web-caseentry/dataentryRecords.vm 2011-09-28 04:02:30 +0000
+++ dhis-2/dhis-web/dhis-web-caseentry/src/main/webapp/dhis-web-caseentry/dataentryRecords.vm 2011-09-29 06:28:35 +0000
@@ -1,7 +1,4 @@
-<div id="detailsArea" style="display:none;overflow:auto;height:250px;width:250px; padding-left:2em; vertical-align:top;margin-left:10em">
-</div>
-
<table class="mainPageTable">
<tr>
<td style="vertical-align:top">
@@ -72,6 +69,8 @@
</tr>
</table>
+<div id="detailsArea" style="display:none;overflow:auto;height:250px;width:250px;">
+</div>
<script>
jQuery(document).ready(function(){