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:
Wolfgang Sourdeau
2006-09-26 18:40:04 +00:00
parent c3606c3b23
commit 95bfb47be1
2 changed files with 8 additions and 0 deletions

View File

@@ -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".

View File

@@ -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