From: bbice Date: Sun, 2 Dec 2001 08:08:17 +0000 (+0000) Subject: *** empty log message *** X-Git-Url: https://vcs.fsf.org/?p=squirrelmail.git;a=commitdiff_plain;h=0e838332def195e56273ec10b96385fbe07b9042 *** empty log message *** git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@1821 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- diff --git a/plugins/filters/options.php b/plugins/filters/options.php index 540e3c7d..6fad1b47 100644 --- a/plugins/filters/options.php +++ b/plugins/filters/options.php @@ -54,6 +54,14 @@ $filters = load_filters(); + echo '
' . + ''. + "
". + '
' . _("Options") . ' - ' . _("Message Filtering") . '
'. + '
'. + '
[' . _("New") . + '] - [' . _("Done") . ']

'; + if (isset($action) && ($action == 'add' || $action == 'edit')) { $imapConnection = sqimap_login($username, $key, $imapServerAddress, $imapPort, 0); $boxes = sqimap_mailbox_list($imapConnection); @@ -132,14 +140,7 @@ } - echo '
' . - ''. - "
". - '
' . _("Options") . ' - ' . _("Message Filtering") . '
'. - '
'. - '
[' . _("New") . - '] - [' . _("Done") . ']

' . - ''; + echo '
'; for ($i=0; $i < count($filters); $i++) {