From a5d2558112fe6dd265ed5548ea270443f8a3b454 Mon Sep 17 00:00:00 2001 From: fusionate Date: Tue, 11 Apr 2023 20:25:53 +0000 Subject: [PATCH] Fax Queue - Added new Sending status to select filter. --- app/fax_queue/app_languages.php | 20 ++++++++++++++++++ app/fax_queue/fax_queue.php | 36 ++++++--------------------------- 2 files changed, 26 insertions(+), 30 deletions(-) diff --git a/app/fax_queue/app_languages.php b/app/fax_queue/app_languages.php index 916c4103ac..4cac2caa71 100644 --- a/app/fax_queue/app_languages.php +++ b/app/fax_queue/app_languages.php @@ -741,6 +741,26 @@ $text['label-trying']['sv-se'] = ''; $text['label-trying']['uk-ua'] = ''; + $text['label-sending']['en-us'] = 'sending'; + $text['label-sending']['ar-eg'] = ''; + $text['label-sending']['de-at'] = ''; + $text['label-sending']['de-ch'] = ''; + $text['label-sending']['de-de'] = ''; + $text['label-sending']['es-cl'] = ''; + $text['label-sending']['es-mx'] = ''; + $text['label-sending']['fr-ca'] = ''; + $text['label-sending']['fr-fr'] = ''; + $text['label-sending']['he-il'] = ''; + $text['label-sending']['it-it'] = ''; + $text['label-sending']['nl-nl'] = ''; + $text['label-sending']['pl-pl'] = ''; + $text['label-sending']['pt-br'] = ''; + $text['label-sending']['pt-pt'] = ''; + $text['label-sending']['ro-ro'] = ''; + $text['label-sending']['ru-ru'] = ''; + $text['label-sending']['sv-se'] = ''; + $text['label-sending']['uk-ua'] = ''; + $text['label-busy']['en-us'] = 'busy'; $text['label-busy']['ar-eg'] = ''; $text['label-busy']['de-at'] = ''; diff --git a/app/fax_queue/fax_queue.php b/app/fax_queue/fax_queue.php index d9182a292d..885e3548e5 100644 --- a/app/fax_queue/fax_queue.php +++ b/app/fax_queue/fax_queue.php @@ -252,36 +252,12 @@ echo " \n"; if (permission_exists('fax_queue_all')) { if ($_GET['show'] == 'all') {