mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2025-12-30 00:53:50 +00:00
Add email status search trying
This commit is contained in:
@@ -220,6 +220,12 @@
|
||||
else {
|
||||
echo " <option value='sent'>".$text['label-sent']."</option>\n";
|
||||
}
|
||||
if (isset($_GET["email_status"]) && $_GET["email_status"] == "trying") {
|
||||
echo " <option value='trying' selected='selected'>".$text['label-trying']."</option>\n";
|
||||
}
|
||||
else {
|
||||
echo " <option value='trying'>".$text['label-trying']."</option>\n";
|
||||
}
|
||||
echo " </select>\n";
|
||||
//if (permission_exists('email_queue_all')) {
|
||||
// if ($_GET['show'] == 'all') {
|
||||
|
||||
Reference in New Issue
Block a user