mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-07-06 00:45:09 +00:00
Review task/event viewer/editor
Components will now appear in dialogs instead of a right sidenav. This commit also introduces read-only viewers for tasks and events.
This commit is contained in:
@@ -329,6 +329,24 @@
|
||||
|
||||
@end
|
||||
|
||||
/* Appointment Viewer */
|
||||
|
||||
@interface UIxAppointmentViewTemplate : UIxComponent
|
||||
@end
|
||||
|
||||
@implementation UIxAppointmentViewTemplate
|
||||
@end
|
||||
|
||||
/* Task Viewer */
|
||||
|
||||
@interface UIxTaskViewTemplate : UIxComponent
|
||||
@end
|
||||
|
||||
@implementation UIxTaskViewTemplate
|
||||
@end
|
||||
|
||||
/* Component Editor, parent class of Appointment Editor and Task Editor */
|
||||
|
||||
@interface UIxComponentEditorTemplate : UIxComponent
|
||||
{
|
||||
id item;
|
||||
@@ -388,12 +406,16 @@
|
||||
|
||||
@end
|
||||
|
||||
/* Appointment Editor */
|
||||
|
||||
@interface UIxAppointmentEditorTemplate : UIxComponentEditorTemplate
|
||||
@end
|
||||
|
||||
@implementation UIxAppointmentEditorTemplate
|
||||
@end
|
||||
|
||||
/* Task Editor */
|
||||
|
||||
@interface UIxTaskEditorTemplate : UIxComponentEditorTemplate
|
||||
@end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user