From 8a4c199e0fb676a6a915e09db79a0f5367fe49eb Mon Sep 17 00:00:00 2001 From: rob Date: Wed, 19 Feb 2003 09:52:50 +0000 Subject: [PATCH] Added document deletion functionality --- config/dmsDefaults.php | 1 + 1 file changed, 1 insertion(+), 0 deletions(-) diff --git a/config/dmsDefaults.php b/config/dmsDefaults.php index 7a08106..8760399 100644 --- a/config/dmsDefaults.php +++ b/config/dmsDefaults.php @@ -163,6 +163,7 @@ $default->siteMap->addPage("dashboard", "/presentation/dashboardBL.php", "Genera //pages for manage documents section $default->siteMap->addDefaultPage("browse", "/presentation/lookAndFeel/knowledgeTree/documentmanagement/browseBL.php", "Manage Documents", Guest, "browse documents"); $default->siteMap->addPage("viewDocument", "/presentation/lookAndFeel/knowledgeTree/documentmanagement/viewBL.php", "Manage Documents", Guest, "View Document", false); +$default->siteMap->addPage("deleteDocument", "/presentation/lookAndFeel/knowledgeTree/documentmanagement/deleteDocumentBL.php", "Manage Documents", User, "Delete document", false); $default->siteMap->addPage("viewHistory", "/presentation/lookAndFeel/knowledgeTree/documentmanagement/viewHistoryBL.php", "Manage Documents", User, "View Document History", false); $default->siteMap->addPage("modifyDocument", "/presentation/lookAndFeel/knowledgeTree/documentmanagement/modifyBL.php", "Manage Documents", User, "Modify Document", false); $default->siteMap->addPage("removeDocument", "/presentation/lookAndFeel/knowledgeTree/documentmanagement/removeDocumentBL.php", "Manage Documents", User, "Remove Document", false); -- libgit2 0.21.4