X-Git-Url: https://vcs.fsf.org/?p=squirrelmail.git;a=blobdiff_plain;f=src%2Foptions_personal.php;h=a2403528c47dd224b40e42b7eb527f74230873e0;hp=2937a5c6657211714e72564c5a117866bc68761a;hb=00b49b9ea83959dacbe2f7fb3c391c169f9c6470;hpb=f740c049d91feb836dd9633be9e8ff52c00d066f diff --git a/src/options_personal.php b/src/options_personal.php index 2937a5c6..a2403528 100644 --- a/src/options_personal.php +++ b/src/options_personal.php @@ -10,16 +10,11 @@ ** $Id$ **/ - include('../src/validate.php'); - include('../functions/strings.php'); - include('../config/config.php'); - include('../functions/page_header.php'); - include('../functions/display_messages.php'); - include('../functions/imap.php'); - include('../functions/array.php'); - include('../functions/i18n.php'); - include('../functions/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'); @@ -29,12 +24,16 @@ ?>
-
-
-
+ + +
-
- + + +
+ +
+ +
+ + + + + + + + + + + + + @@ -79,6 +116,13 @@
: @@ -53,20 +52,58 @@
: +
: + <> + +
: + + ' . _("(discards changes made on this form so far)"); + ?>


:
  ' . _("Use a signature?") . '  '; - else - echo '  ' . _("Use a signature?") . '  '; - if ( ! isset($prefix_sig) || $prefix_sig == true ) - echo '  ' - . _( "Prefix signature with '--' ?" ) . '
'; - else - echo '  ' . - _( "Prefix signature with '--' ?" ) . '
'; + echo '  ' . _("Use a signature?") . '  '; + echo '  ' . + _( "Prefix signature with '-- ' ?" ) . '
'; echo "\n
"; ?>
- + + - + +
+ +
+ \ No newline at end of file