Last minutes fixes...
authorthomppj <thomppj@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Tue, 25 Dec 2001 04:44:46 +0000 (04:44 +0000)
committerthomppj <thomppj@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Tue, 25 Dec 2001 04:44:46 +0000 (04:44 +0000)
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@1939 7612ce4b-ef26-0410-bec9-ea0150e637f0

AUTHORS
functions/mailbox_display.php
src/folders.php

diff --git a/AUTHORS b/AUTHORS
index ec37514f3c36b012ff9a85bb68fc8a1d14193fc3..3d93cba3de719bba84919d32bdd48f4b10fdd88a 100644 (file)
--- a/AUTHORS
+++ b/AUTHORS
@@ -4,11 +4,14 @@
    Luke Ehresman    <luke@squirrelmail.org> http://www.css.tayloru.edu/~lehresma
    Tyler Akins
    Lewis Bergman
+   Brent Bice
+   Michael Douma
    Nathan Ehresman  <nathan@squirrelmail.org> http://www.css.tayloru.edu/~nehresma
-   Gustav Foseid    <gustavf@squirrelmail.org> : http://www.initio.no
+   Steve Falla
+   Gustav Foseid    <gustavf@squirrelmail.org> http://www.initio.no
    Steve Gare       http://www.xantara.co.uk
    Peter Hutnick    <peter@hutnick.com>
-   Pål Løberg       <pallo@squirrelmail.org> http://www.initio.no
+   Pål Løberg       <pallo@squirrelmail.org> http://www.initio.no
    Philippe Mingo   <philippe@squirrelmail.org>
    Gerrit Padgham   <gpadgham@commnav.com>
    Matt Phillips    <mphillip@commnav.com>
index 1cfeecbe4649f9dd473d45b44e1b192830cc5673..f9002381b41af88aaacd5974aa7715b497abe6fc 100644 (file)
@@ -508,8 +508,8 @@ function mail_message_listing_beginning
             echo "         <OPTION VALUE=\"$box\">$box2</option>\n";
         }
     }
-    echo '         </SELECT></TT></SMALL>'.
-         "<SMALL><INPUT TYPE=SUBMIT NAME=\"moveButton\" VALUE=\"" . _("Move") . "\"></SMALL>\n".
+    echo '         </SELECT></TT>&nbsp;'.
+         "<INPUT TYPE=SUBMIT NAME=\"moveButton\" VALUE=\"" . _("Move") . "\"></SMALL>\n".
          "      </TD>\n".
          "      <TD ALIGN=RIGHT NOWRAP>&nbsp;&nbsp;&nbsp;\n";
     if (!$auto_expunge) {
index 26253dd0da31e62a4a3206f9946b8d130beb3520..c8c00893a1c963b5a6e060745595d56eefed9508 100644 (file)
@@ -228,7 +228,7 @@ require_once('../functions/plugin.php');
               echo "         <OPTION VALUE=\"$box\">$box2\n";
            }
       }
-      echo "</SELECT></TT><br>\n";
+      echo "</SELECT></TT><br><br>\n";
       echo "<INPUT TYPE=SUBMIT VALUE=\"";
       echo _("Unsubscribe");
       echo "\">\n";
@@ -270,7 +270,7 @@ require_once('../functions/plugin.php');
       for ($q = 0; $q < count($box); $q++) {      
          echo "         <OPTION VALUE=\"$box[$q]\">".$box2[$q]."\n";
       }      
-      echo "</select></tt><br>";
+      echo "</select></tt><br><br>";
       echo "<INPUT TYPE=SUBMIT VALUE=\"". _("Subscribe") . "\">\n";
       echo "</TD></FORM></TR></TABLE><BR>\n";
    } else {