]> err.no Git - scalable-opengroupware.org/commitdiff
minor cleanups
authorhelge <helge@d1b88da0-ebda-0310-925b-ed51d893ca5b>
Tue, 12 Jul 2005 14:41:31 +0000 (14:41 +0000)
committerhelge <helge@d1b88da0-ebda-0310-925b-ed51d893ca5b>
Tue, 12 Jul 2005 14:41:31 +0000 (14:41 +0000)
git-svn-id: http://svn.opengroupware.org/SOGo/trunk@726 d1b88da0-ebda-0310-925b-ed51d893ca5b

SOGo/UI/MailerUI/UIxMailAddressbook.m
SOGo/UI/WebServerResources/ChangeLog
SOGo/UI/WebServerResources/mailer.js

index 16a6ef8ab55961723862bc8241c1e43c8c0d4eab..c6e43a6c6b2e322c52123b722a107a3778b6fd8b 100644 (file)
 @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 */
index 7b041200399eeebbb20c71f985d95bd05b86a785..2fe5564f988e1c6ed3e33ef306971d9f045c8434 100644 (file)
@@ -1,3 +1,8 @@
+2005-07-12  Helge Hess  <helge.hess@opengroupware.org>
+
+       * mailer.js: increased size of compose panel by 40px to avoid scrolling
+         when recipients are added
+
 2005-03-02  Helge Hess  <helge.hess@opengroupware.org>
 
        * generic.js: fixed a JS bug
index 8c347e678413718ee3c2ea3f498a9c29d54e2360..58f3d604932c9df6891a2d74e269ab0bf7c7a4c5 100644 (file)
@@ -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 */
 }