mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-07-05 08:34:30 +00:00
print calendars events&Tasks with colors - either borders or backgrounds
This commit is contained in:
@@ -99,7 +99,7 @@ static NSArray *tasksFields = nil;
|
||||
@"c_status", @"c_title", @"c_enddate",
|
||||
@"c_classification", @"c_location", @"c_category",
|
||||
@"editable", @"erasable",
|
||||
@"c_priority", nil];
|
||||
@"c_priority", @"c_owner", nil];
|
||||
[tasksFields retain];
|
||||
}
|
||||
}
|
||||
|
||||
@@ -19,9 +19,9 @@
|
||||
* Boston, MA 02111-1307, USA.
|
||||
*/
|
||||
|
||||
#include <SOGoUI/UIxComponent.h>
|
||||
#include <UIxCalendarSelector.h>
|
||||
|
||||
@interface UIxCalViewPrint : UIxComponent
|
||||
@interface UIxCalViewPrint : UIxCalendarSelector
|
||||
{
|
||||
id item;
|
||||
SOGoUserSettings *us;
|
||||
|
||||
@@ -80,7 +80,7 @@ static NSArray *layoutItems = nil;
|
||||
SOGoUser *activeUser;
|
||||
NSString *parentView;
|
||||
|
||||
activeUser = [context activeUser];
|
||||
activeUser = [[self context] activeUser];
|
||||
us = [activeUser userSettings];
|
||||
parentView = [[us objectForKey:@"Calendar"] objectForKey:@"View" ];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user