Commit 973f6b48959c8c116575794c6e28a2f0e302d1ad
1 parent
ed114f52
Added template browsing link to site map
git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@1855 c91229c3-7414-0410-bfa2-8a42b809f60b
Showing
1 changed file
with
1 additions
and
0 deletions
config/dmsDefaults.php
| ... | ... | @@ -148,6 +148,7 @@ $default->siteMap->addPage("viewNewsImage", "/presentation/lookAndFeel/knowledge |
| 148 | 148 | |
| 149 | 149 | //pages for manage documents section |
| 150 | 150 | $default->siteMap->addDefaultPage("browse", "/presentation/lookAndFeel/knowledgeTree/documentmanagement/browseBL.php", "Manage Documents", Guest, "browse documents"); |
| 151 | +$default->siteMap->addDefaultPage("templateBrowse", "/presentation/lookAndFeel/knowledgeTree/documentmanagement/templateDocumentBrowseBL.php", "Manage Documents", Guest, "browse documents"); | |
| 151 | 152 | $default->siteMap->addPage("viewDocument", "/presentation/lookAndFeel/knowledgeTree/documentmanagement/viewBL.php", "Manage Documents", Guest, "View Document", false); |
| 152 | 153 | $default->siteMap->addPage("deleteDocument", "/presentation/lookAndFeel/knowledgeTree/documentmanagement/deleteDocumentBL.php", "Manage Documents", User, "Delete document", false); |
| 153 | 154 | $default->siteMap->addPage("moveDocument", "/presentation/lookAndFeel/knowledgeTree/documentmanagement/moveDocumentBL.php", "Manage Documents", User, "Move document", false); | ... | ... |