print calendars events&Tasks with colors - either borders or backgrounds

This commit is contained in:
Alexandre Cloutier
2014-08-26 13:36:42 -04:00
parent 6aecccf6ca
commit 38a3b7bb4f
7 changed files with 246 additions and 90 deletions
+1 -1
View File
@@ -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];
}
}
+2 -2
View File
@@ -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;
+1 -1
View File
@@ -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" ];