mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-22 03:45:25 +00:00
Monotone-Parent: 0a93903821df22cae2a8187e778326212c127114
Monotone-Revision: e94cb35209635067c1495606f5829d63804b064b Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2006-09-19T21:05:32 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -1,5 +1,9 @@
|
||||
2006-09-19 Wolfgang Sourdeau <wsourdeau@inverse.ca>
|
||||
|
||||
* UI/Contacts/UIxContactView.m ([UIxContactView
|
||||
-_urlOfType:aType]): don't manage non-mailto urls through
|
||||
javascript, let the user decide what's best for him.
|
||||
|
||||
* UI/Contacts/UIxContactFoldersView.m ([UIxContactFoldersView
|
||||
-newAction]): transfer all the query parameters by using the
|
||||
"asURLParameters"'s result string from [self queryParameters].
|
||||
|
||||
@@ -244,7 +244,7 @@
|
||||
{
|
||||
url = [[elements objectAtIndex: 0] value: 0];
|
||||
data = [NSString stringWithFormat:
|
||||
@"<a href=\"%@\" onclick=\"return openExternalLink(this);\">%@</a>",
|
||||
@"<a href=\"%@\">%@</a>",
|
||||
url, url];
|
||||
}
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user