diff --git a/app/voicemails/voicemails.php b/app/voicemails/voicemails.php index 968c227fa5..a0c591de28 100644 --- a/app/voicemails/voicemails.php +++ b/app/voicemails/voicemails.php @@ -229,14 +229,14 @@ echo "\n"; echo "\n"; - if ($_GET['show'] == "all" && permission_exists('voicemail_all')) { - echo th_order_by('domain_name', $text['label-domain'], $order_by, $order, $param, "class='shrink'"); - } if (permission_exists('voicemail_edit') || permission_exists('voicemail_delete')) { echo " \n"; } + if ($_GET['show'] == "all" && permission_exists('voicemail_all')) { + echo th_order_by('domain_name', $text['label-domain'], $order_by, $order, $param, "class='shrink'"); + } echo th_order_by('voicemail_id', $text['label-voicemail_id'], $order_by, $order); echo th_order_by('voicemail_mail_to', $text['label-voicemail_mail_to'], $order_by, $order, null, "class='hide-sm-dn'"); echo th_order_by('voicemail_file', $text['label-voicemail_file_attached'], $order_by, $order, null, "class='center hide-md-dn'");
\n"; echo " \n"; echo "