dhis2-devs team mailing list archive
-
dhis2-devs team
-
Mailing list archive
-
Message #04884
[Branch ~dhis2-devs-core/dhis2/trunk] Rev 1628: (GIS) PDF print tab added to help window.
------------------------------------------------------------
revno: 1628
committer: Jan Henrik Overland <janhenrik.overland@xxxxxxxxx>
branch nick: trunk
timestamp: Thu 2010-03-11 18:28:21 +0100
message:
(GIS) PDF print tab added to help window.
modified:
dhis-2/dhis-web/dhis-web-mapping/src/main/webapp/dhis-web-mapping/mapping/script/index.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-mapping/src/main/webapp/dhis-web-mapping/mapping/script/index.js'
--- dhis-2/dhis-web/dhis-web-mapping/src/main/webapp/dhis-web-mapping/mapping/script/index.js 2010-03-11 15:27:28 +0000
+++ dhis-2/dhis-web/dhis-web-mapping/src/main/webapp/dhis-web-mapping/mapping/script/index.js 2010-03-11 17:28:21 +0000
@@ -1052,6 +1052,9 @@
else if (tab.id == 'help6') {
getHelpText(legendSets, tab.id);
}
+ else if (tab.id == 'help7') {
+ getHelpText(pdfprint, tab.id);
+ }
}
},
items:
@@ -1083,6 +1086,10 @@
{
title: '<span class="panel-tab-title">Legend sets</span>',
id: 'help6'
+ },
+ {
+ title: '<span class="panel-tab-title">PDF print</span>',
+ id: 'help7'
}
]
}