forked from science-ation/science-ation
Add a link to the status page from the main communication page, since it now has history as well
This commit is contained in:
parent
01b05576b5
commit
e9e04ad944
@ -753,6 +753,8 @@ case 'dialog_send':
|
|||||||
if(!$config['fairmanageremail'])
|
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 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");
|
$q=mysql_query("SELECT * FROM emails ORDER BY type,name");
|
||||||
echo "<A href=\"communication.php?action=add\">Add New Email</a>";
|
echo "<A href=\"communication.php?action=add\">Add New Email</a>";
|
||||||
echo "<table class=\"summarytable\">";
|
echo "<table class=\"summarytable\">";
|
||||||
@ -783,8 +785,6 @@ case 'dialog_send':
|
|||||||
echo "</tr>";
|
echo "</tr>";
|
||||||
}
|
}
|
||||||
echo "</table>";
|
echo "</table>";
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
send_footer();
|
send_footer();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user