adding configuration option to plugin.
authortokul <tokul@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Tue, 30 Mar 2004 16:43:02 +0000 (16:43 +0000)
committertokul <tokul@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Tue, 30 Mar 2004 16:43:02 +0000 (16:43 +0000)
using <big> instead of <font size=+1>

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

plugins/administrator/defines.php
plugins/administrator/options.php

index 7ea7d66331174029bf2d3ad1f18109d9a5f31b26..840a510295f70b6428d7aa3d279d7b8918bcc7cc 100644 (file)
@@ -148,6 +148,8 @@ $defcfg = array( '$config_version' => array( 'name' => _("Config File Version"),
                                 '$pop_before_smtp' => array( 'name' => _("POP3 Before SMTP?"),
                                                                                          'type' => SMOPT_TYPE_BOOLEAN,
                                                                                          'default' => false ),
                                 '$pop_before_smtp' => array( 'name' => _("POP3 Before SMTP?"),
                                                                                          'type' => SMOPT_TYPE_BOOLEAN,
                                                                                          'default' => false ),
+                 '$skip_SM_header' => array( 'name' => _("Hide SquirrelMail Header"),
+                                          'type' => SMOPT_TYPE_BOOLEAN ),
                  '$invert_time' => array( 'name' => _("Invert Time"),
                                           'type' => SMOPT_TYPE_BOOLEAN ),
                  /* --------------------------------------------------------*/
                  '$invert_time' => array( 'name' => _("Invert Time"),
                                           'type' => SMOPT_TYPE_BOOLEAN ),
                  /* --------------------------------------------------------*/
index da4e46a105541db96c76c37f511cf5812642af36..9251c8e6496e8241d30d0ef30286ff7c2cd6bac3 100644 (file)
@@ -604,8 +604,8 @@ if( $fp = @fopen( $cfgfile, 'w' ) ) {
     fwrite( $fp, '?>' );
     fclose( $fp );
 } else {
     fwrite( $fp, '?>' );
     fclose( $fp );
 } else {
-    echo '<font size=+1><br>'.
+    echo '<br><big>'.
          _("Config file can't be opened. Please check config.php.").
          _("Config file can't be opened. Please check config.php.").
-         '</font>';
+         '</big>';
 }
 ?>
 }
 ?>