mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-26 05:45:24 +00:00
Monotone-Parent: ed1f9d054bf58150b30e9e4dbbffa4b09113c4e6
Monotone-Revision: 527b8fb043af42d5bcd6913397ab32e1bc42a27a Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2006-10-16T18:46:28 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -27,6 +27,8 @@
|
||||
#import <NGExtensions/NSCalendarDate+misc.h>
|
||||
#import <Appointments/SOGoAppointmentFolder.h>
|
||||
|
||||
#import <SOGo/NSObject+Owner.h>
|
||||
|
||||
#import <SOGoUI/SOGoDateFormatter.h>
|
||||
|
||||
#import "UIxCalAptListView.h"
|
||||
@@ -180,4 +182,10 @@
|
||||
[date minuteOfHour]];
|
||||
}
|
||||
|
||||
- (NSString *) currentRowCSSClass
|
||||
{
|
||||
return [NSString stringWithFormat: @"tableview appointmentRow ownerIs%@",
|
||||
[currentAppointment ownerLogin]];
|
||||
}
|
||||
|
||||
@end
|
||||
|
||||
Reference in New Issue
Block a user