Commit 001833ce66038b74e82b64b552ab248ac27f6af3
1 parent
bcbb4c04
added web documents page
git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@1470 c91229c3-7414-0410-bfa2-8a42b809f60b
Showing
1 changed file
with
3 additions
and
0 deletions
config/dmsDefaults.php
| ... | ... | @@ -176,6 +176,9 @@ $default->siteMap->addPage("checkInDocument", "/presentation/lookAndFeel/knowled |
| 176 | 176 | $default->siteMap->addSectionColour("Manage Documents", "td", "BDDFE0"); |
| 177 | 177 | $default->siteMap->addSectionColour("Manage Documents", "th", "57AFAE"); |
| 178 | 178 | |
| 179 | +// web documents | |
| 180 | +$default->siteMap->addPage("webDocument", "/presentation/lookAndFeel/knowledgeTree/documentmanagement/webDocumentBL.php", "Manage Documents", Guest, "View Web Document", false); | |
| 181 | + | |
| 179 | 182 | // category management |
| 180 | 183 | $default->siteMap->addPage("manageCategories", "/presentation/lookAndFeel/knowledgeTree/administration/docfieldmanagement/editDocFieldBL.php?fDocFieldID=1", "Manage Categories", SysAdmin, "Manage Categories"); |
| 181 | 184 | $default->siteMap->addSectionColour("Manage Categories", "td", "BDDFE0"); | ... | ... |