From e9e04ad944c64fafb00f8c713ebda4093db0dc37 Mon Sep 17 00:00:00 2001 From: james Date: Tue, 1 Dec 2009 22:07:50 +0000 Subject: [PATCH] Add a link to the status page from the main communication page, since it now has history as well --- admin/communication.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/admin/communication.php b/admin/communication.php index e7f9d82..abaabe9 100644 --- a/admin/communication.php +++ b/admin/communication.php @@ -753,6 +753,8 @@ case 'dialog_send': if(!$config['fairmanageremail']) echo notice(i18n("Warning: The 'Fair Manager Email' has not been set in SFIAB Configuration / Configuration Variables / Global. Please set it. The 'Fair Manager Email' is the default 'From' address for all emails and without a 'From' address, no emails can be sent!")); + echo "".i18n("Email Queue Status and History")."

\n"; + $q=mysql_query("SELECT * FROM emails ORDER BY type,name"); echo "Add New Email"; echo ""; @@ -783,8 +785,6 @@ case 'dialog_send': echo ""; } echo "
"; - - } send_footer();