=== 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: 'Legend sets', id: 'help6' + }, + { + title: 'PDF print', + id: 'help7' } ] }