* * Licensed under the GNU GPL. For full terms see the file COPYING that came * with the Squirrelmail distribution. * */ /* HTML Functions for main GUI - table.php */ function print_header($customtitle) { print '
\n".
" |
'.
_("Server-Side Mail Filtering");
if($customtitle) {
print ' - '.$customtitle;
}
print '
|
'. $addrule_error . '
'; print _("Here you can add or delete filtering rules for your email account. These filters will always apply to your incoming mail, wherever you check your email."); print '
'; print "" . _("You don't have any rules yet. Feel free to add any with the button "Add a New Rule". When you are done, please select "Save Changes" to get back to the main options screen.") . "
"; } function print_table_header() { global $color, $conservative, $displaymodes, $mode, $scriptinfo; print ""._("Here you can add or delete filtering rules for your email account. These filters will always apply to your incoming mail, wherever you check your email.")."
"; if($conservative) { print ""._("When you are done with editing, remember to select "Save Changes" to activate your changes!")."
"; } /* Print the 'communication' string from the previous screen */ if(isset($_SESSION['comm'])) { print '';
if(isset($_SESSION['comm']['new'])) {
print _("Successfully added new rule.");
} elseif (isset($_SESSION['comm']['edited'])) {
print _("Successfully updated rule #");
print $_SESSION['comm']['edited']+1;
} elseif (isset($_SESSION['comm']['deleted'])) {
if(is_array($_SESSION['comm']['deleted'])) {
print _("Successfully deleted rules #");
for ($i=0; $i
"._("The following table summarizes your current mail filtering rules.")."
"; /* NEW*/ print ' '; } function print_buttons () { print ''; print _("When you are done, please click the button below to return to your webmail."); print '
'._("Created:").' '.$cr.'.
'.
_("Last modified:").' '.$mo.'
'._("Created:").' '. date("Y-m-d H:i:s",$scriptinfo['created']).'. '. _("Last modified:").' '. date("Y-m-d H:i:s",$scriptinfo['modified']).'
'; } if(AVELSIEVE_DEBUG == 1) { global $avelsieve_version; print 'Versioning Information:
'; print '