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:
Wolfgang Sourdeau
2006-09-19 21:05:32 +00:00
parent 6e83ad8a42
commit ae3b8a6fb0
2 changed files with 5 additions and 1 deletions
+4
View File
@@ -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].
+1 -1
View File
@@ -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