diff --git a/app/fax_queue/fax_queue.php b/app/fax_queue/fax_queue.php index 777f746863..d9182a292d 100644 --- a/app/fax_queue/fax_queue.php +++ b/app/fax_queue/fax_queue.php @@ -17,7 +17,7 @@ The Initial Developer of the Original Code is Mark J Crane - Portions created by the Initial Developer are Copyright (C) 2022 + Portions created by the Initial Developer are Copyright (C) 2023 the Initial Developer. All Rights Reserved. */ @@ -270,6 +270,18 @@ else { echo " \n"; } + if (isset($_GET["fax_status"]) && $_GET["fax_status"] == "trying") { + echo " \n"; + } + else { + echo " \n"; + } + if (isset($_GET["fax_status"]) && $_GET["fax_status"] == "busy") { + echo " \n"; + } + else { + echo " \n"; + } echo " \n"; if (permission_exists('fax_queue_all')) { if ($_GET['show'] == 'all') {