diff --git a/app/call_recordings/call_recordings.php b/app/call_recordings/call_recordings.php index 9d2630d4df..3a96fa4ad7 100644 --- a/app/call_recordings/call_recordings.php +++ b/app/call_recordings/call_recordings.php @@ -227,19 +227,19 @@ $col_count++; } if ($show == "all" && permission_exists('call_recording_all')) { - echo th_order_by('domain_name', $text['label-domain'], $order_by, $order, $param, "class='shrink'"); + echo th_order_by('domain_name', $text['label-domain'], $order_by, $order, $param, "class='hide-sm-dn shrink'"); } - echo th_order_by('caller_id_name', $text['label-caller_id_name'], $order_by, $order, null, "class='hide-sm-dn shrink'"); - echo th_order_by('caller_id_number', $text['label-caller_id_number'], $order_by, $order, null, "class='pct-20'"); - echo th_order_by('caller_destination', $text['label-caller_destination'], $order_by, $order, null, "class='hide-sm-dn shrink'"); - echo th_order_by('destination_number', $text['label-destination_number'], $order_by, $order, null, "class='pct-20 shrink'"); - echo th_order_by('call_recording_name', $text['label-call_recording_name'], $order_by, $order, null, "class='pct-30 hide-sm-dn'"); + echo th_order_by('caller_id_name', $text['label-caller_id_name'], $order_by, $order, null, "class='hide-sm-dn'"); + echo th_order_by('caller_id_number', $text['label-caller_id_number'], $order_by, $order, null, "class='pct-15'"); + echo th_order_by('caller_destination', $text['label-caller_destination'], $order_by, $order, null, "class='pct-10 hide-sm-dn'"); + echo th_order_by('destination_number', $text['label-destination_number'], $order_by, $order, null, "class='pct-10'"); + echo th_order_by('call_recording_name', $text['label-call_recording_name'], $order_by, $order, null, "class='pct-20 hide-sm-dn'"); if (permission_exists('call_recording_play') || permission_exists('call_recording_download')) { echo "".$text['label-recording']."\n"; $col_count++; } echo th_order_by('call_recording_length', $text['label-call_recording_length'], $order_by, $order, null, "class='right hide-sm-dn shrink'"); - echo th_order_by('call_recording_date', $text['label-call_recording_date'], $order_by, $order, null, "class='pct-30 center'"); + echo th_order_by('call_recording_date', $text['label-call_recording_date'], $order_by, $order, null, "class='pct-20 center'"); echo th_order_by('call_direction', $text['label-call_direction'], $order_by, $order, null, "class='hide-sm-dn shrink'"); if (permission_exists('xml_cdr_details')) { echo "  \n"; @@ -271,9 +271,9 @@ echo " ".escape($row['domain_name'])."\n"; } echo " ".escape($row['caller_id_name'])."\n"; - echo " ".escape($row['caller_id_number'])."\n"; - echo " ".escape($row['caller_destination'])."\n"; - echo " ".escape($row['destination_number'])."\n"; + echo " ".escape($row['caller_id_number'])."\n"; + echo " ".escape($row['caller_destination'])."\n"; + echo " ".escape($row['destination_number'])."\n"; echo " ".escape($row['call_recording_name'])."\n"; if (permission_exists('call_recording_play') || permission_exists('call_recording_download')) { echo " ";