[fix] Add definition of UIxSidenavToolbarTemplate

pull/91/head
Francis Lachapelle 2015-03-31 10:55:13 -04:00
parent abe9a85c4f
commit 2446677172
1 changed files with 6 additions and 10 deletions

View File

@ -652,14 +652,10 @@
return [[[context activeUser] domainDefaults] searchMinimumWordLength];
}
- (id) contentMediaComponent
{
//NSString *name = [self->pageName stringValueInComponent: [context component]];
NSString *name = [[[self->context component] parent] name];
NSLog(@"************ loading %@", name);
return [self pageWithName: @"UIxContactFoldersView"];
}
@end /* UIxPageFrame */
@interface UIxSidenavToolbarTemplate : UIxComponent
@end
@implementation UIxSidenavToolbarTemplate
@end