X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=src%2Foptions_display.php;h=9c98ef14b111639328536604b4f1b1ca0b69b431;hb=38dc768c3bfbd96df3ffe2366a243bc4525be28a;hp=607f8e0522af4bb01097ba5aa6d699d9082cae06;hpb=f3b4824bc6966436cf89374591c5dd8077825f8b;p=squirrelmail.git diff --git a/src/options_display.php b/src/options_display.php index 607f8e05..9c98ef14 100644 --- a/src/options_display.php +++ b/src/options_display.php @@ -10,36 +10,26 @@ ** $Id$ **/ - session_start(); - - if (!isset($strings_php)) - include('../functions/strings.php'); - if (!isset($config_php)) - include('../config/config.php'); - if (!isset($page_header_php)) - include('../functions/page_header.php'); - if (!isset($display_messages_php)) - include('../functions/display_messages.php'); - if (!isset($imap_php)) - include('../functions/imap.php'); - if (!isset($array_php)) - include('../functions/array.php'); - if (!isset($i18n_php)) - include('../functions/i18n.php'); - if (!isset($plugin_php)) - include('../functins/plugin.php'); - - include('../src/load_prefs.php'); + require_once('../src/validate.php'); + require_once('../functions/display_messages.php'); + require_once('../functions/imap.php'); + require_once('../functions/array.php'); + require_once('../functions/plugin.php'); + displayPageHeader($color, 'None'); $chosen_language = getPref($data_dir, $username, 'language'); ?>
-
-
-
+ + +
+ +
-
- +
+
+ +
+ - @@ -118,18 +110,6 @@ ?> - - - - + + + + @@ -209,90 +163,91 @@ $minutes_str = _("Minutes"); echo ' '; ?> + + + + + + + + + + + -
: @@ -56,19 +46,21 @@
: + : '; if (! $use_gettext) - echo '
This system doesn't support multiple languages'; + echo '
This system doesn\'t support multiple languages'; ?>
: -
:
: +
: ' . "\n"; - if ($left_size == 100) - echo '
+ + + + >    + >
+
+ : + + > + +
+ : + + > + +
  @@ -300,7 +255,14 @@ "name="submit_display">
+
+ - + +
+ + + + \ No newline at end of file