]> err.no Git - scalable-opengroupware.org/blob - SOGo/UI/Scheduler/product.plist
git-svn-id: http://svn.opengroupware.org/SOGo/trunk@245 d1b88da0-ebda-0310-925b-ed51d...
[scalable-opengroupware.org] / SOGo / UI / Scheduler / product.plist
1 {
2   requires = ( MAIN, CommonUI, Appointments );
3
4   publicResources = (
5     previous_week.gif,
6     next_week.gif,
7     icon_view_overview.gif,
8     icon_view_overview_inactive.gif,
9     icon_view_chart.gif,
10     icon_view_chart_inactive.gif,
11     icon_view_list.gif,
12     icon_view_list_inactive.gif,
13     icon_view_columns.gif,
14     icon_view_columns_inactive.gif,
15     icon_popupcalendar.gif,
16     first.gif,
17     previous.gif,
18     next.gif,
19     last.gif,
20     skycalendar.html,
21     skycalendar.js,
22     green_corner.gif,
23   );
24
25   factories = {
26   };
27
28   categories = {
29     SOGoAppointmentFolder = {
30       methods = {
31         dayoverview = {
32           protectedBy = "View";
33           pageName    = "UIxCalDayOverview"; 
34         };
35         daychartview = { 
36           protectedBy = "View";
37           pageName    = "UIxCalDayChartview"; 
38         };
39         daylistview = { 
40           protectedBy = "View";
41           pageName    = "UIxCalDayListview"; 
42         };
43         dayprintview = { 
44           protectedBy = "View";
45           pageName    = "UIxCalDayPrintview"; 
46         };
47         weekoverview = { 
48           protectedBy = "View";
49           pageName    = "UIxCalWeekOverview"; 
50         };
51         weekchartview = { 
52           protectedBy = "View";
53           pageName    = "UIxCalWeekChartview"; 
54         };
55         weeklistview = { 
56           protectedBy = "View";
57           pageName    = "UIxCalWeekListview"; 
58         };
59         weekcolumnsview = { 
60           protectedBy = "View";
61           pageName    = "UIxCalWeekColumnsview"; 
62         };
63         weekprintview = { 
64           protectedBy = "View";
65           pageName    = "UIxCalWeekPrintview"; 
66         };
67         monthoverview = { 
68           protectedBy = "View";
69           pageName    = "UIxCalMonthOverview"; 
70         };
71         monthprintview = { 
72           protectedBy = "View";
73           pageName    = "UIxCalMonthPrintview"; 
74         };
75         yearoverview = { 
76           protectedBy = "View";
77           pageName    = "UIxCalYearOverview"; 
78         };
79         new = { 
80           protectedBy = "View";
81           pageName    = "UIxAppointmentEditor"; 
82           actionName  = "new";
83         };
84         show = { 
85           protectedBy = "View";
86           pageName    = "UIxCalView"; 
87           actionName  = "redirectForUIDs";
88         };
89         proposal = { 
90           protectedBy = "View";
91           pageName    = "UIxAppointmentProposal"; 
92         };
93         proposalSearch = { 
94           protectedBy = "View";
95           pageName    = "UIxAppointmentProposal"; 
96           actionName  = "proposalSearch";
97         };
98       };
99     };
100
101     SOGoAppointmentObject = {
102       methods = {
103         view = { 
104           protectedBy = "View";
105           pageName    = "UIxAppointmentView"; 
106         };
107         delete = { 
108           protectedBy = "View";
109           pageName    = "UIxAppointmentView"; 
110           actionName  = "delete";
111         };
112         edit = { 
113           protectedBy = "View";
114           pageName    = "UIxAppointmentEditor"; 
115         };
116         save = { 
117           protectedBy = "View";
118           pageName    = "UIxAppointmentEditor"; 
119           actionName  = "save";
120         };
121         test = { 
122           protectedBy = "View";
123           pageName    = "UIxAppointmentEditor"; 
124           actionName  = "test";
125         };
126       };
127     };
128   };
129 }