From 6105df37199f23581450dc42ec7642457d9752b3 Mon Sep 17 00:00:00 2001 From: helge Date: Tue, 12 Jul 2005 14:41:31 +0000 Subject: [PATCH] minor cleanups git-svn-id: http://svn.opengroupware.org/SOGo/trunk@726 d1b88da0-ebda-0310-925b-ed51d893ca5b --- SOGo/UI/MailerUI/UIxMailAddressbook.m | 22 +++++++++++----------- SOGo/UI/WebServerResources/ChangeLog | 5 +++++ SOGo/UI/WebServerResources/mailer.js | 2 +- 3 files changed, 17 insertions(+), 12 deletions(-) diff --git a/SOGo/UI/MailerUI/UIxMailAddressbook.m b/SOGo/UI/MailerUI/UIxMailAddressbook.m index 16a6ef8a..c6e43a6c 100644 --- a/SOGo/UI/MailerUI/UIxMailAddressbook.m +++ b/SOGo/UI/MailerUI/UIxMailAddressbook.m @@ -39,26 +39,26 @@ @implementation UIxMailAddressbook - (NSString *)contactsPath { - return [[self userFolderPath] - stringByAppendingPathComponent:@"Contacts/select"]; + return [[self userFolderPath] + stringByAppendingPathComponent:@"Contacts/select"]; } - (NSString *)anaisPath { - return @"/anais/Admin/Autres/aideFonc.php"; + return @"/anais/Admin/Autres/aideFonc.php"; } - (id)defaultAction { - NSString *path = [self contactsPath]; - path = [path stringByAppendingString:@"?callback=addAddress"]; - return [self redirectToLocation:path]; + NSString *path = [self contactsPath]; + path = [path stringByAppendingString:@"?callback=addAddress"]; + return [self redirectToLocation:path]; } - (id)anaisAction { - NSString *path, *param; + NSString *path, *param; - param = @"?m_fonc=addAddress&m_champ=mail,uid,sn#mon_etiquette"; - path = [[self anaisPath] stringByAppendingString:param]; - return [self redirectToLocation:path]; + param = @"?m_fonc=addAddress&m_champ=mail,uid,sn#mon_etiquette"; + path = [[self anaisPath] stringByAppendingString:param]; + return [self redirectToLocation:path]; } -@end +@end /* UIxMailAddressbook */ diff --git a/SOGo/UI/WebServerResources/ChangeLog b/SOGo/UI/WebServerResources/ChangeLog index 7b041200..2fe5564f 100644 --- a/SOGo/UI/WebServerResources/ChangeLog +++ b/SOGo/UI/WebServerResources/ChangeLog @@ -1,3 +1,8 @@ +2005-07-12 Helge Hess + + * mailer.js: increased size of compose panel by 40px to avoid scrolling + when recipients are added + 2005-03-02 Helge Hess * generic.js: fixed a JS bug diff --git a/SOGo/UI/WebServerResources/mailer.js b/SOGo/UI/WebServerResources/mailer.js index 8c347e67..58f3d604 100644 --- a/SOGo/UI/WebServerResources/mailer.js +++ b/SOGo/UI/WebServerResources/mailer.js @@ -86,7 +86,7 @@ function clickedCompose(sender) { urlstr = "compose"; window.open(urlstr, "SOGo_compose", - "width=680,height=480,resizable=1,scrollbars=1,toolbar=0," + + "width=680,height=520,resizable=1,scrollbars=1,toolbar=0," + "location=0,directories=0,status=0,menubar=0,copyhistory=0"); return false; /* stop following the link */ } -- 2.39.2