From a3caa448993d19779d32abeba7bef8c0a6e5d3b4 Mon Sep 17 00:00:00 2001 From: Michael Joseph Date: Tue, 17 Jun 2003 10:27:17 +0000 Subject: [PATCH] added downloadDocument sitemap entry --- config/dmsDefaults.php | 1 + 1 file changed, 1 insertion(+), 0 deletions(-) diff --git a/config/dmsDefaults.php b/config/dmsDefaults.php index 1e1ee02..d100c81 100644 --- a/config/dmsDefaults.php +++ b/config/dmsDefaults.php @@ -160,6 +160,7 @@ $default->siteMap->addPage("viewNewsImage", "/presentation/lookAndFeel/knowledge $default->siteMap->addDefaultPage("browse", "/presentation/lookAndFeel/knowledgeTree/documentmanagement/browseBL.php", "Manage Documents", Guest, "browse documents"); $default->siteMap->addDefaultPage("templateBrowse", "/presentation/lookAndFeel/knowledgeTree/documentmanagement/templateDocumentBrowseBL.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("downloadDocument", "/presentation/lookAndFeel/knowledgeTree/documentmanagement/downloadBL.php", "Manage Documents", Guest, "Download Document", false); $default->siteMap->addPage("deleteDocument", "/presentation/lookAndFeel/knowledgeTree/documentmanagement/deleteDocumentBL.php", "Manage Documents", User, "Delete document", false); $default->siteMap->addPage("moveDocument", "/presentation/lookAndFeel/knowledgeTree/documentmanagement/moveDocumentBL.php", "Manage Documents", User, "Move document", false); $default->siteMap->addPage("viewHistory", "/presentation/lookAndFeel/knowledgeTree/documentmanagement/viewHistoryBL.php", "Manage Documents", User, "View Document History", false); -- libgit2 0.21.4