From b993684827dbb67dc899e21987aefcadb9badb03 Mon Sep 17 00:00:00 2001 From: Wolfgang Sourdeau Date: Tue, 24 Apr 2007 22:33:09 +0000 Subject: [PATCH] Monotone-Parent: 9f3d14cd7eec1e17f236e26453d31587b0cd719f Monotone-Revision: c681fa49cba40e8081c74d39c28002652092e8c2 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2007-04-24T22:33:09 Monotone-Branch: ca.inverse.sogo --- UI/Common/product.plist | 5 +++++ UI/Scheduler/product.plist | 9 +++++++++ 2 files changed, 14 insertions(+) diff --git a/UI/Common/product.plist b/UI/Common/product.plist index 7fc0f9d4e..fc92e3925 100644 --- a/UI/Common/product.plist +++ b/UI/Common/product.plist @@ -50,6 +50,11 @@ protectedBy = "ReadAcls"; pageName = "UIxUserRightsEditor"; }; + saveUserRights = { + protectedBy = "ReadAcls"; + pageName = "UIxUserRightsEditor"; + actionName = "saveUserRights"; + }; }; }; SOGoFolder = { diff --git a/UI/Scheduler/product.plist b/UI/Scheduler/product.plist index c561228b7..37cf1a952 100644 --- a/UI/Scheduler/product.plist +++ b/UI/Scheduler/product.plist @@ -105,7 +105,16 @@ editAttendees = { protectedBy = "View"; pageName = "UIxAttendeesEditor"; + }; + userRights = { + protectedBy = "ReadAcls"; + pageName = "UIxCalUserRightsEditor"; }; + saveUserRights = { + protectedBy = "ReadAcls"; + pageName = "UIxCalUserRightsEditor"; + actionName = "saveUserRights"; + }; }; };