'. '
'. '
'. ''. ''. ''. ''. ''. ''. ''. ''. ''. ''. ''. ''. '
 '. ''. '
'. _("Contains:"). ''. ''. '
'. _("Move to:"). ''. ''. ''. '
'. ''. "". '
'. ''; } echo '
' . ''. "
". '
' . _("Options") . ' - ' . _("Message Filtering") . '
'. '
'. '
[' . _("New") . '] - [' . _("Done") . ']

' . ''; for ($i=0; $i < count($filters); $i++) { $clr = (($i % 2)?$color[0]:$color[9]); $fdr = ($folder_prefix)?str_replace($folder_prefix, "", $filters[$i]["folder"]):$filters[$i]["folder"]; echo "'; } echo '
". "[" . _("Edit") . ']'. ''. "[" . _("Delete") . ']'. '['; if (isset($filters[$i + 1])) { echo "" . _("Down") . ''; if ($i > 0) { echo ' | '; } } if ($i > 0) { echo "" . _("Up") . ''; } echo '] - '; printf( _("If %s contains %s then move to %s"), _($filters[$i]['where']), $filters[$i]['what'], $fdr ); echo '
'. ''. ''. '
 
'; ?>