Commit 8a4c199e0fb676a6a915e09db79a0f5367fe49eb

Authored by rob
1 parent 51cd965f

Added document deletion functionality


git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@979 c91229c3-7414-0410-bfa2-8a42b809f60b
Showing 1 changed file with 1 additions and 0 deletions
config/dmsDefaults.php
... ... @@ -163,6 +163,7 @@ $default->siteMap->addPage("dashboard", "/presentation/dashboardBL.php", "Genera
163 163 //pages for manage documents section
164 164 $default->siteMap->addDefaultPage("browse", "/presentation/lookAndFeel/knowledgeTree/documentmanagement/browseBL.php", "Manage Documents", Guest, "browse documents");
165 165 $default->siteMap->addPage("viewDocument", "/presentation/lookAndFeel/knowledgeTree/documentmanagement/viewBL.php", "Manage Documents", Guest, "View Document", false);
  166 +$default->siteMap->addPage("deleteDocument", "/presentation/lookAndFeel/knowledgeTree/documentmanagement/deleteDocumentBL.php", "Manage Documents", User, "Delete document", false);
166 167 $default->siteMap->addPage("viewHistory", "/presentation/lookAndFeel/knowledgeTree/documentmanagement/viewHistoryBL.php", "Manage Documents", User, "View Document History", false);
167 168 $default->siteMap->addPage("modifyDocument", "/presentation/lookAndFeel/knowledgeTree/documentmanagement/modifyBL.php", "Manage Documents", User, "Modify Document", false);
168 169 $default->siteMap->addPage("removeDocument", "/presentation/lookAndFeel/knowledgeTree/documentmanagement/removeDocumentBL.php", "Manage Documents", User, "Remove Document", false);
... ...