Browse Source

- added new SquirrelMail logo
- added new theme
- updated authors

Luke Ehresman 25 years ago
parent
commit
f5482a8e7e
4 changed files with 11 additions and 6 deletions
  1. 7 5
      AUTHORS
  2. 3 0
      config/config_default.php
  3. BIN
      images/sm_logo.jpg
  4. 1 1
      src/compose.php

+ 7 - 5
AUTHORS

@@ -5,11 +5,11 @@
    Gustav Foseid <gustavf@squirrelmail.org>
    Pål Løberg <pallo@squirrelmail.org>
    Shane Wilson
-   Sergiusz Pawlowicz
    Steve Gare
    Gerrit Padgham
    Matt Phillips
    Lewis Bergman
+   Bryan Stalcup <bryan@stalcup.net>
 
  Translations:
  -------------
@@ -21,11 +21,13 @@
    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:
  --------------------------
-   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...

+ 3 - 0
config/config_default.php

@@ -218,6 +218,9 @@
     $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

BIN
images/sm_logo.jpg


+ 1 - 1
src/compose.php

@@ -252,7 +252,7 @@
       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";