dhis2-devs team mailing list archive
-
dhis2-devs team
-
Mailing list archive
-
Message #19130
[Branch ~dhis2-devs-core/dhis2/trunk] Rev 8225: Auto show the first active program in Dashboard.
------------------------------------------------------------
revno: 8225
committer: Tran Chau <tran.hispvietnam@xxxxxxxxx>
branch nick: dhis2
timestamp: Mon 2012-09-24 16:08:49 +0700
message:
Auto show the first active program in Dashboard.
modified:
dhis-2/dhis-web/dhis-web-caseentry/src/main/webapp/dhis-web-caseentry/javascript/commons.js
dhis-2/dhis-web/dhis-web-caseentry/src/main/webapp/dhis-web-caseentry/patientDashboard.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/javascript/commons.js'
--- dhis-2/dhis-web/dhis-web-caseentry/src/main/webapp/dhis-web-caseentry/javascript/commons.js 2012-09-24 05:50:08 +0000
+++ dhis-2/dhis-web/dhis-web-caseentry/src/main/webapp/dhis-web-caseentry/javascript/commons.js 2012-09-24 09:08:49 +0000
@@ -1477,6 +1477,7 @@
}, function()
{
setInnerHTML('mainFormLink', i18n_main_form_link);
+ jQuery('#activeTB tr:first').click();
showById('patientDashboard');
jQuery('#loaderDiv').hide();
});
=== modified file 'dhis-2/dhis-web/dhis-web-caseentry/src/main/webapp/dhis-web-caseentry/patientDashboard.vm'
--- dhis-2/dhis-web/dhis-web-caseentry/src/main/webapp/dhis-web-caseentry/patientDashboard.vm 2012-09-24 05:02:17 +0000
+++ dhis-2/dhis-web/dhis-web-caseentry/src/main/webapp/dhis-web-caseentry/patientDashboard.vm 2012-09-24 09:08:49 +0000
@@ -82,7 +82,7 @@
</tr>
</table>
<div class="contentProviderTable" style='height:76px;'>
- <table width='100%' id='activeTB'>
+ <table width='100%' id='activeTB' name='activeTB'>
#foreach( $programInstance in $activeProgramInstances )
#set($programStageInstanceId = '')
#if($programInstance.program.type==2)