diff --git a/admin/communication.php b/admin/communication.php index e7f9d82f..abaabe9d 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();