mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-04-07 14:28:52 +00:00
Monotone-Parent: 570d66d8008ad488c7c2237f20fef3f87882fd0e
Monotone-Revision: 73ad5c3c9ba30aa95f1712c12d1db2d63b8211c6 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2007-08-20T19:12:50 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -21,6 +21,7 @@
|
||||
|
||||
#import <NGObjWeb/WOContext.h>
|
||||
#import <NGObjWeb/WOResponse.h>
|
||||
#import <NGExtensions/NSString+misc.h>
|
||||
|
||||
#import <Contacts/SOGoContactObject.h>
|
||||
#import <Contacts/SOGoContactFolder.h>
|
||||
@@ -59,6 +60,15 @@
|
||||
return currentContact;
|
||||
}
|
||||
|
||||
- (NSString *) currentCName
|
||||
{
|
||||
NSString *cName;
|
||||
|
||||
cName = [currentContact objectForKey: @"c_name"];
|
||||
|
||||
return [cName stringByEscapingURL];
|
||||
}
|
||||
|
||||
- (id <WOActionResults>) mailerContactsAction
|
||||
{
|
||||
selectorComponentClass = @"UIxContactsMailerSelection";
|
||||
|
||||
@@ -28,7 +28,7 @@
|
||||
|
||||
<var:foreach list="contactInfos" item="currentContact">
|
||||
<tr class="tableview"
|
||||
var:id="currentContact.c_name"
|
||||
var:id="currentCName"
|
||||
var:contactname="currentContact.displayName"
|
||||
var:contactid="currentContact.c_uid"
|
||||
onclick="return onContactRowClick(event, this);"
|
||||
|
||||
Reference in New Issue
Block a user