Add a link to the status page from the main communication page, since it now has history as well

This commit is contained in:
james 2009-12-01 22:07:50 +00:00
parent 01b05576b5
commit e9e04ad944

View File

@ -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 "<a href=\"communication_send_status.php\">".i18n("Email Queue Status and History")."</a><br /><br />\n";
$q=mysql_query("SELECT * FROM emails ORDER BY type,name");
echo "<A href=\"communication.php?action=add\">Add New Email</a>";
echo "<table class=\"summarytable\">";
@ -783,8 +785,6 @@ case 'dialog_send':
echo "</tr>";
}
echo "</table>";
}
send_footer();