X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;ds=sidebyside;f=src%2Foptions_personal.php;h=a2403528c47dd224b40e42b7eb527f74230873e0;hb=56b52934be8ce6632aec987b6530036dccdd71d7;hp=e80f6934f2fc1b3d7fa7a72c5e2f9ac84cc06143;hpb=0a7cf13ee46c47a31e9d7d97ec3b05d7782d696f;p=squirrelmail.git diff --git a/src/options_personal.php b/src/options_personal.php index e80f6934..a2403528 100644 --- a/src/options_personal.php +++ b/src/options_personal.php @@ -10,11 +10,11 @@ ** $Id$ **/ - include('../src/validate.php'); - include('../functions/display_messages.php'); - include('../functions/imap.php'); - include('../functions/array.php'); - include('../functions/plugin.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'); @@ -52,28 +52,58 @@ + + : + + + + + : + + <> + + + : - Edit Advanced Identities - (discards changes made on this form so far) - + ' . _("(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
"; ?> @@ -95,4 +125,4 @@ - + \ No newline at end of file