Commit e4f4e876834c86a3e594b19b923976ac6da41f69

Authored by Michael Joseph
1 parent 7c9850c5

added subscription stuff to the sitemap


git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@1187 c91229c3-7414-0410-bfa2-8a42b809f60b
Showing 1 changed file with 4 additions and 1 deletions
config/dmsDefaults.php
... ... @@ -155,6 +155,9 @@ $default->siteMap->addPage("modifyFolderCollaboration", "/presentation/lookAndFe
155 155 $default->siteMap->addPage("addFolderCollaboration", "/presentation/lookAndFeel/knowledgeTree/foldermanagement/addFolderCollaborationBL.php", "Manage Documents", User, "", false);
156 156 $default->siteMap->addPage("deleteFolderCollaboration", "/presentation/lookAndFeel/knowledgeTree/foldermanagement/deleteFolderCollaborationBL.php", "Manage Documents", User, "", false);
157 157  
  158 +$default->siteMap->addPage("addSubscription", "/presentation/lookAndFeel/knowledgeTree/subscriptions/addSubscriptionBL.php", "Manage Documents", User, "Add Folder Subscription");
  159 +$default->siteMap->addPage("removeSubscription", "/presentation/lookAndFeel/knowledgeTree/subscriptions/removeSubscriptionBL.php", "Manage Documents", User, "Remove Folder Subscription");
  160 +
158 161 // check in / check out
159 162 $default->siteMap->addPage("checkOutDocument", "/presentation/lookAndFeel/knowledgeTree/documentmanagement/checkOutDocumentBL.php", "Manage Documents", User, "Check Out Document", false);
160 163 $default->siteMap->addPage("checkInDocument", "/presentation/lookAndFeel/knowledgeTree/documentmanagement/checkInDocumentBL.php", "Manage Documents", User, "Check In Document", false);
... ... @@ -226,7 +229,7 @@ $default->siteMap->addPage("editLink", "/presentation/lookAndFeel/knowledgeTree/
226 229 $default->siteMap->addPage("removeLink", "/presentation/lookAndFeel/knowledgeTree/administration/linkmanagement/removeLinkBL.php", "linkAdministration", SysAdmin, "Remove a Link");
227 230  
228 231 // pages for subscriptions section
229   -$default->siteMap->addDefaultPage("subscriptions", "/subscriptions.php", "Subscriptions", Guest, "SubScriptions");
  232 +$default->siteMap->addDefaultPage("manageSubscriptions", "/presentation/lookAndFeel/knowledgeTree/subscriptions/manageSubscriptionsBL.php", "Subscriptions", User, "Manage Subscriptions");
230 233 $default->siteMap->addPage("viewAlert", "/presentation/lookAndFeel/knowledgeTree/subscriptions/viewAlertBL.php", "Subscriptions", User, "Subscriptions", false);
231 234  
232 235 // pages for advanced search section
... ...