From 88a0f3e5e8a78832124cf37a17465ed2355411f7 Mon Sep 17 00:00:00 2001 From: Neil Blakey-Milner Date: Wed, 30 Nov 2005 13:30:47 +0000 Subject: [PATCH] Add editDocument to the sitemap. --- config/siteMap.inc | 1 + 1 file changed, 1 insertion(+), 0 deletions(-) diff --git a/config/siteMap.inc b/config/siteMap.inc index b2a2c56..23d30a4 100644 --- a/config/siteMap.inc +++ b/config/siteMap.inc @@ -40,6 +40,7 @@ $default->siteMap->addPage("viewNewsImage", "/presentation/lookAndFeel/knowledge $default->siteMap->addDefaultPage("browse", "/presentation/lookAndFeel/knowledgeTree/browse.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/view.php", "Manage Documents", Guest, _("View Document"), false); +$default->siteMap->addPage("editDocument", "/presentation/lookAndFeel/knowledgeTree/documentmanagement/editDocument.php", "Manage Documents", Guest, _("Edit 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); -- libgit2 0.21.4