X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=plugins%2Ffilters%2Foptions.php;h=ec836f65a9c9f5a2682f5d98c6fc42c359de70a2;hb=121fc1151c823887f339b19e3b84ddba477a5e44;hp=6fad1b47ca22b9427ed4dec88b5e9f582ed3afc9;hpb=0e838332def195e56273ec10b96385fbe07b9042;p=squirrelmail.git diff --git a/plugins/filters/options.php b/plugins/filters/options.php index 6fad1b47..ec836f65 100644 --- a/plugins/filters/options.php +++ b/plugins/filters/options.php @@ -1,27 +1,29 @@ '); + $action = 'edit'; + } setPref($data_dir, $username, "filter".$theid, $filter_where.",".$filter_what.",".$filter_folder); $filters[$theid]["where"] = $filter_where; $filters[$theid]["what"] = $filter_what; @@ -70,10 +76,10 @@ $theid = count($filters); } echo '
'. - '
'. - '
'. - ''. - ''. + ''. + '
 
'. + ''. + ''. ''. ''. @@ -155,13 +164,13 @@ if (isset($filters[$i + 1])) { echo "" . _("Down") . ''; if ($i > 0) { - echo ' | '; + echo ' | '; } } if ($i > 0) { echo "" . _("Up") . ''; } - echo ']';
' . _("Match:") . ''. ''. '
- '; + echo ']-'; printf( _("If %s contains %s then move to %s"), _($filters[$i]['where']), $filters[$i]['what'], $fdr ); echo '