- added new SquirrelMail logo
authorlkehresman <lkehresman@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Fri, 25 Aug 2000 18:47:42 +0000 (18:47 +0000)
committerlkehresman <lkehresman@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Fri, 25 Aug 2000 18:47:42 +0000 (18:47 +0000)
- added new theme
- updated authors

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@723 7612ce4b-ef26-0410-bec9-ea0150e637f0

AUTHORS
config/config_default.php
images/sm_logo.jpg
src/compose.php

diff --git a/AUTHORS b/AUTHORS
index 5350b7a1455f6df7a5739ffff1b77211ed1ca55b..4ed2b5b924ddf721254c7d61fc3871bad5e07d22 100644 (file)
--- a/AUTHORS
+++ b/AUTHORS
@@ -5,11 +5,11 @@
    Gustav Foseid <gustavf@squirrelmail.org>
    Pål Løberg <pallo@squirrelmail.org>
    Shane Wilson
    Gustav Foseid <gustavf@squirrelmail.org>
    Pål Løberg <pallo@squirrelmail.org>
    Shane Wilson
-   Sergiusz Pawlowicz
    Steve Gare
    Gerrit Padgham
    Matt Phillips
    Lewis Bergman
    Steve Gare
    Gerrit Padgham
    Matt Phillips
    Lewis Bergman
+   Bryan Stalcup <bryan@stalcup.net>
 
  Translations:
  -------------
 
  Translations:
  -------------
    Dutch:        Arjen Halma <arjen@halma.nl>
    Portuguese (Brazil): Henrique Moura <henriquemoura@hotmail.com>
    French        Ali Nedjimi <lrdfrx@club-internet.fr>
    Dutch:        Arjen Halma <arjen@halma.nl>
    Portuguese (Brazil): Henrique Moura <henriquemoura@hotmail.com>
    French        Ali Nedjimi <lrdfrx@club-internet.fr>
-   Italian      Aldo Moresco <moresco@idcm.it>
+   Italian       Aldo Moresco <moresco@idcm.it>
 
  Significant Contributions:
  --------------------------
 
  Significant Contributions:
  --------------------------
-   Konstantin Riabitsev <graf@relhum.org>
-   Alex Bleeker <beheer@hackers.nl>
-   Peter Hutnick <peter@hutnick.com>
+   i18n support:        Sergiusz Pawlowicz 
+   SquirrelMail logo:   Libor Kopecky <libor@globe.cz>
+   Code contributions:  Konstantin Riabitsev <graf@relhum.org>
+                        Alex Bleeker <beheer@hackers.nl>
+
    Many others...
    Many others...
index 94f8990487a7764308cd8cf4a4ff46506d04bb50..0175d8797e2c8301cefcf9360160d7ca9c4711f7 100644 (file)
     $theme[12]["PATH"] = "../themes/black_bean_burrito_theme.php";
     $theme[12]["NAME"] = "Black Bean Burrito";
 
     $theme[12]["PATH"] = "../themes/black_bean_burrito_theme.php";
     $theme[12]["NAME"] = "Black Bean Burrito";
 
+    $theme[13]["PATH"] = "../themes/servery_theme.php";
+    $theme[13]["NAME"] = "Servery";
+
 //  LDAP server(s)
 //
 //    Array of arrays with LDAP server parameters. See
 //  LDAP server(s)
 //
 //    Array of arrays with LDAP server parameters. See
index e0e400a7cdba829f18814443d8b8912973b23438..62c25933d7bd191f9682a9243f1fdc4c75b2395f 100644 (file)
Binary files a/images/sm_logo.jpg and b/images/sm_logo.jpg differ
index 666326ad02952f664f9ab22db9ad27156baf1bbf..0d8784f99efbd139862f7b875e8a3a9d7bbff366 100644 (file)
       echo "      </td><td ALIGN=left BGCOLOR=\"$color[0]\">\n";
       //      echo "      <INPUT TYPE=\"hidden\" name=\"MAX_FILE_SIZE\"\n";
       //      echo "      value=\"10000\">\n";
       echo "      </td><td ALIGN=left BGCOLOR=\"$color[0]\">\n";
       //      echo "      <INPUT TYPE=\"hidden\" name=\"MAX_FILE_SIZE\"\n";
       //      echo "      value=\"10000\">\n";
-      echo "      <INPUT NAME=\"attachfile\" TYPE=\"file\">\n";
+      echo "      <INPUT NAME=\"attachfile\" SIZE=48 TYPE=\"file\">\n";
       echo "      &nbsp;&nbsp;<input type=\"submit\" name=\"attach\"";
       echo " value=\"" . _("Add") ."\">\n";
       echo "     </td>\n";
       echo "      &nbsp;&nbsp;<input type=\"submit\" name=\"attach\"";
       echo " value=\"" . _("Add") ."\">\n";
       echo "     </td>\n";