X-Git-Url: https://vcs.fsf.org/?p=squirrelmail.git;a=blobdiff_plain;f=plugins%2Ffilters%2Foptions.php;h=0fde042ad636b77ef8e60fec887ea512fa7b6c87;hp=540e3c7d78bff64d6f8689ecde64433a5c092b6b;hb=2a61e066ebd8b2a3abdfbd0eb8d4f38161b4e658;hpb=eec8160076a4381b54b3c1ee0266d436721319f8;ds=sidebyside diff --git a/plugins/filters/options.php b/plugins/filters/options.php index 540e3c7d..0fde042a 100644 --- a/plugins/filters/options.php +++ b/plugins/filters/options.php @@ -1,27 +1,29 @@ ' . + ''. + "
". + '
' . _("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); @@ -62,10 +72,10 @@ $theid = count($filters); } echo '
'. - '
'. - '
'. - ''. - ''. + ''. + '
 
'. + ''. + ''. '
' . _("Match:") . ''. ''. - "
". - '
' . _("Options") . ' - ' . _("Message Filtering") . '
'. - '
'. - '
[' . _("New") . - '] - [' . _("Done") . ']

' . - ''; + echo '
'; for ($i=0; $i < count($filters); $i++) { @@ -154,13 +157,13 @@ if (isset($filters[$i + 1])) { echo "" . _("Down") . ''; if ($i > 0) { - echo ' | '; + echo ' | '; } } if ($i > 0) { echo "" . _("Up") . ''; } - echo ']';
- '; + echo ']-'; printf( _("If %s contains %s then move to %s"), _($filters[$i]['where']), $filters[$i]['what'], $fdr ); echo '