]> err.no Git - scalable-opengroupware.org/blob - UI/Common/product.plist
git-svn-id: http://svn.opengroupware.org/SOGo/inverse/trunk@1050 d1b88da0-ebda-0310...
[scalable-opengroupware.org] / UI / Common / product.plist
1 { /* -*-javascript-*- */
2    requires = ( MAIN, Mailer );
3
4    publicResources = (
5       calendar.css,
6       uix.css,
7       menu_logo_top.gif,
8       line_left.gif,
9       line_stretch.gif,
10       line_right.gif,
11       box_topleft.gif,
12       box_top.gif,
13       box_topright.gif,
14       box_left.gif,
15       box_right.gif,
16       box_botleft.gif,
17       box_bottom.gif,
18       box_botright.gif,
19       tab_selected.gif,
20       tab_.gif,
21       corner_right.gif,
22       closewindow.gif,
23       OGoLogo.gif,
24       upward_sorted.gif,
25       downward_sorted.gif,
26       non_sorted.gif
27      );
28
29    factories = {
30    };
31
32    categories = {
33       SOGoObject = {
34          methods = {
35             addUserInAcls = { 
36                protectedBy = "SaveAcls";
37                actionClass = "UIxObjectActions";
38                actionName  = "addUserInAcls";
39             };
40             acls = {
41                protectedBy = "ReadAcls";
42                pageName    = "UIxAclEditor";
43             };
44             saveAcls = {
45                protectedBy = "SaveAcls";
46                pageName    = "UIxAclEditor";
47                actionName  = "saveAcls";
48             };
49             userRights = {
50               protectedBy = "ReadAcls";
51               pageName    = "UIxUserRightsEditor";
52             };
53             saveUserRights = {
54               protectedBy = "ReadAcls";
55               pageName    = "UIxUserRightsEditor";
56               actionName = "saveUserRights";
57             };
58          };
59       };
60       SOGoFolder = {
61          methods = {
62             subscribe = {
63                protectedBy = "<public>";
64                actionClass = "UIxFolderActions";
65                actionName = "subscribe";
66             };
67             unsubscribe = {
68                protectedBy = "<public>";
69                actionClass = "UIxFolderActions";
70                actionName = "unsubscribe";
71             };
72             canAccessContent = {
73                protectedBy = "<public>";
74                actionClass = "UIxFolderActions";
75                actionName = "canAccessContent";
76             };
77             activateFolder = {
78                protectedBy = "<public>";
79                actionClass = "UIxFolderActions";
80                actionName = "activateFolder";
81             };
82             deactivateFolder = {
83                protectedBy = "<public>";
84                actionClass = "UIxFolderActions";
85                actionName  = "deactivateFolder";
86             };
87          };
88       };
89    };
90 }