From e8e0acdf4ca1e65773cc18ce4dab74c9bfa6eab8 Mon Sep 17 00:00:00 2001 From: lbergman Date: Fri, 9 Feb 2001 20:38:42 +0000 Subject: [PATCH] "me" to 'you' git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@1099 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- src/options_display.php | 92 ++++++++++++++++++++--------------------- src/options_folder.php | 68 +++++++++++++++--------------- 2 files changed, 80 insertions(+), 80 deletions(-) diff --git a/src/options_display.php b/src/options_display.php index 2079060d..fb8ef97c 100644 --- a/src/options_display.php +++ b/src/options_display.php @@ -13,74 +13,74 @@ session_start(); if (!isset($strings_php)) - include("../functions/strings.php"); + include('../functions/strings.php'); if (!isset($config_php)) - include("../config/config.php"); + include('../config/config.php'); if (!isset($page_header_php)) - include("../functions/page_header.php"); + include('../functions/page_header.php'); if (!isset($display_messages_php)) - include("../functions/display_messages.php"); + include('../functions/display_messages.php'); if (!isset($imap_php)) - include("../functions/imap.php"); + include('../functions/imap.php'); if (!isset($array_php)) - include("../functions/array.php"); + include('../functions/array.php'); if (!isset($i18n_php)) - include("../functions/i18n.php"); + include('../functions/i18n.php'); if (!isset($plugin_php)) - include("../functins/plugin.php"); + include('../functins/plugin.php'); - include("../src/load_prefs.php"); - displayPageHeader($color, "None"); - $chosen_language = getPref($data_dir, $username, "language"); + include('../src/load_prefs.php'); + displayPageHeader($color, 'None'); + $chosen_language = getPref($data_dir, $username, 'language'); ?>
-
-
+
+
-
- + +
- - @@ -90,36 +90,36 @@ - - - + - + - +
: + : ' . "\n"; for ($i = 0; $i < count($theme); $i++) { - if ($theme[$i]["PATH"] == $chosen_theme) - echo "
: + : ' . "\n"; foreach ($languages as $code => $name) { if ($code==$chosen_language) - echo "
  - "; + '; if ($use_javascript_addr_book == true) { - echo " " . _("JavaScript") . "    "; - echo " " . _("HTML"); + echo ' ' . _("JavaScript") . '    '; + echo ' ' . _("HTML"); } else { - echo " " . _("JavaScript") . "    "; - echo " " . _("HTML"); + echo ' ' . _("JavaScript") . '    '; + echo ' ' . _("HTML"); } ?>
"; + echo '
'; else - echo "
"; + echo '
'; ?>
: + :
"; + echo '
'; else - echo "
"; + echo '
'; ?>
: + : = 10 && $editor_size <= 255) - echo "
"; + echo '
'; else - echo "
"; + echo '
'; ?>
::
:: \n"; + echo ' "; + echo ' '; ?>
  @@ -302,5 +302,5 @@
- + diff --git a/src/options_folder.php b/src/options_folder.php index e9b82521..4330b56e 100644 --- a/src/options_folder.php +++ b/src/options_folder.php @@ -13,104 +13,104 @@ session_start(); if (!isset($strings_php)) - include("../functions/strings.php"); + include('../functions/strings.php\); if (!isset($config_php)) - include("../config/config.php"); + include('../config/config.php'); if (!isset($page_header_php)) - include("../functions/page_header.php"); + include('../functions/page_header.php'); if (!isset($display_messages_php)) - include("../functions/display_messages.php"); + include('../functions/display_messages.php'); if (!isset($imap_php)) - include("../functions/imap.php"); + include('../functions/imap.php'); if (!isset($array_php)) - include("../functions/array.php"); + include('../functions/array.php'); if (!isset($i18n_php)) - include("../functions/i18n.php"); + include('../functions/i18n.php'); if (!isset($plugin_php)) - include("../functions/plugin.php"); + include('../functions/plugin.php'); - include("../src/load_prefs.php"); - displayPageHeader($color, "None"); + include('../src/load_prefs.php'); + displayPageHeader($color, 'None'); $imapConnection = sqimap_login($username, $key, $imapServerAddress, $imapPort, 0); $boxes = sqimap_mailbox_list($imapConnection); sqimap_logout($imapConnection); ?>
-
+
-
- + +
"; + echo ''; // SENT FOLDER - echo ""; + echo ''; ?>
:
"; + echo '
'; else - echo "
"; + echo '
'; ?>
"; + echo '
'; echo _("Trash Folder:"); - echo ""; + echo ''; echo "\n"; - echo "
"; + echo '
'; echo _("Sent Folder:"); - echo ""; - echo "'; + echo '\n"; - echo "
@@ -143,5 +143,5 @@
- + -- 2.25.1