dhis2-devs team mailing list archive
-
dhis2-devs team
-
Mailing list archive
-
Message #16126
[Branch ~dhis2-devs-core/dhis2/trunk] Rev 6045: (patient) Donnot show history/plan link if the selected program is single program.
------------------------------------------------------------
revno: 6045
committer: Tran Chau <tran.hispvietnam@xxxxxxxxx>
branch nick: dhis2
timestamp: Mon 2012-02-20 14:12:39 +0700
message:
(patient) Donnot show history/plan link if the selected program is single program.
modified:
dhis-2/dhis-web/dhis-web-caseentry/src/main/webapp/dhis-web-caseentry/javascript/entry.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/javascript/entry.js'
--- dhis-2/dhis-web/dhis-web-caseentry/src/main/webapp/dhis-web-caseentry/javascript/entry.js 2012-02-17 14:13:38 +0000
+++ dhis-2/dhis-web/dhis-web-caseentry/src/main/webapp/dhis-web-caseentry/javascript/entry.js 2012-02-20 07:12:39 +0000
@@ -41,8 +41,7 @@
jQuery('#dueDateTR').attr('class','hidden');
enable('completeBtn');
enable('validationBtn');
- hideById('currentSelection');
-
+ hideById('historyPlanLink');
loadDataEntry();
}
else