mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-04-03 12:28:51 +00:00
Monotone-Parent: 220bafa2a61c757a52c28a93244902de0f60d4fa
Monotone-Revision: ea798774d37b8012a5a8b31642a0eca4f0769917 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2006-09-26T18:40:04 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -1,5 +1,8 @@
|
||||
2006-09-26 Wolfgang Sourdeau <wsourdeau@inverse.ca>
|
||||
|
||||
* UI/Common/UIxPageFrame.m ([UIxPageFrame -doctype]): new method
|
||||
that returns an unparsed doctype definition for the pages.
|
||||
|
||||
* SoObjects/Contacts/SOGoContactLDAPEntry.m ([SOGoContactLDAPEntry
|
||||
-vCard]): set the card's fn to attribute "displayName" if found
|
||||
before "cn".
|
||||
|
||||
@@ -59,6 +59,11 @@
|
||||
return [[self clientObject] ownerInContext:[self context]];
|
||||
}
|
||||
|
||||
- (NSString *) doctype
|
||||
{
|
||||
return @"<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Strict//EN\" \"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd\">";
|
||||
}
|
||||
|
||||
/* Help URL/target */
|
||||
|
||||
- (NSString *)helpURL
|
||||
|
||||
Reference in New Issue
Block a user