dhis2-devs team mailing list archive
-
dhis2-devs team
-
Mailing list archive
-
Message #23778
[Branch ~dhis2-devs-core/dhis2/trunk] Rev 11584: Fixed bug - Don't load calendar div below report-date in data entry form of Visit Schedule form.
------------------------------------------------------------
revno: 11584
committer: Tran Chau <tran.hispvietnam@xxxxxxxxx>
branch nick: dhis2
timestamp: Tue 2013-08-06 14:12:39 +0700
message:
Fixed bug - Don't load calendar div below report-date in data entry form of Visit Schedule form.
modified:
dhis-2/dhis-web/dhis-web-caseentry/src/main/webapp/dhis-web-caseentry/activityPlanSelect.vm
dhis-2/dhis-web/dhis-web-caseentry/src/main/webapp/dhis-web-caseentry/javascript/activityPlan.js
--
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/activityPlanSelect.vm'
--- dhis-2/dhis-web/dhis-web-caseentry/src/main/webapp/dhis-web-caseentry/activityPlanSelect.vm 2013-06-04 06:13:22 +0000
+++ dhis-2/dhis-web/dhis-web-caseentry/src/main/webapp/dhis-web-caseentry/activityPlanSelect.vm 2013-08-06 07:12:39 +0000
@@ -132,7 +132,7 @@
<div id='migrationPatientDiv'></div> <!-- Migration Patient -->
<div id='contentDataRecord'></div>
-
+
#parse( "dhis-web-commons/loader/loader.vm" )
<div class='hidden'>
=== modified file 'dhis-2/dhis-web/dhis-web-caseentry/src/main/webapp/dhis-web-caseentry/javascript/activityPlan.js'
--- dhis-2/dhis-web/dhis-web-caseentry/src/main/webapp/dhis-web-caseentry/javascript/activityPlan.js 2013-05-28 07:32:37 +0000
+++ dhis-2/dhis-web/dhis-web-caseentry/src/main/webapp/dhis-web-caseentry/javascript/activityPlan.js 2013-08-06 07:12:39 +0000
@@ -110,8 +110,6 @@
{
programStageInstanceId: programStageInstanceId
}, function(){
- var html = $('#contentDataRecord' ).html();
- $('#contentDataRecord' ).html( "<br>" + html );
jQuery('#programStageUid').val(programStageUid);
showById('reportDateDiv');
showById('patientInforTB');