diff --git a/app/fax/fax.php b/app/fax/fax.php index 2cfa018a24..99a8fdf6f9 100644 --- a/app/fax/fax.php +++ b/app/fax/fax.php @@ -296,11 +296,15 @@ echo " ".$text['label-sent']." "; } if (permission_exists('fax_log_view')) { - echo " ".$text['label-log'].""; + echo " ".$text['label-log']." "; } if (permission_exists('fax_active_view') && isset($_SESSION['fax']['send_mode']['text']) && $_SESSION['fax']['send_mode']['text'] == 'queue') { - echo " ".$text['label-active'].""; + echo " ".$text['label-active']." "; } + if (permission_exists('fax_queue_view')) { + echo " ".$text['label-queue']." "; + } + echo " \n"; echo "
\n"; if (permission_exists('fax_extension_edit') && $_SESSION['theme']['list_row_edit_button']['boolean'] == 'true') {