Commit 0c162e69b7a2232cdf4735cf8c1517b2d1ddffa0
1 parent
bba83713
Add Saved Searches and Document Conditions to sitemap.
git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4003 c91229c3-7414-0410-bfa2-8a42b809f60b
Showing
1 changed file
with
2 additions
and
0 deletions
config/siteMap.inc
| ... | ... | @@ -144,6 +144,8 @@ $default->siteMap->addPage("managePermissions", "/presentation/lookAndFeel/knowl |
| 144 | 144 | $default->siteMap->addPage("manageLookupTrees", "/presentation/lookAndFeel/knowledgeTree/administration/docfieldmanagement/manageLookupTrees.php", "Administration", SysAdmin, _("Lookup Tree Administration"), true, 19); |
| 145 | 145 | $default->siteMap->addPage("manageWorkflows", "/presentation/lookAndFeel/knowledgeTree/administration/workflow/workflows.php", "Administration", SysAdmin, _("Workflow Management"), true, 20); |
| 146 | 146 | $default->siteMap->addPage("manageCleanup", "/presentation/lookAndFeel/knowledgeTree/administration/documentmanagement/manageCleanup.php", "Administration", SysAdmin, _("Repository Cleanup"), true, 21); |
| 147 | +$default->siteMap->addPage("manageSavedSearches", "/presentation/lookAndFeel/knowledgeTree/administration/searches/savedSearch.php", "Administration", SysAdmin, _("Saved Searches"), true, 22); | |
| 148 | +$default->siteMap->addPage("manageDocumentConditions", "/presentation/lookAndFeel/knowledgeTree/administration/searches/conditions.php", "Administration", SysAdmin, _("Document Conditions"), true, 23); | |
| 147 | 149 | |
| 148 | 150 | $default->siteMap->addSectionColour("Administration", "th", "056DCE"); |
| 149 | 151 | $default->siteMap->addSectionColour("Administration", "td", "6699FF"); | ... | ... |