From a4ce898e9f8280d2f1edf5f8f86280a2bc8ca400 Mon Sep 17 00:00:00 2001 From: konradSC Date: Thu, 13 Dec 2018 17:59:42 -0500 Subject: [PATCH] Fix the labels and the paging controls (#3950) * Fix the labels and the paging controls * Update xml_cdr_archive.php Change uuid to xml_cdr_uuid. --- app/xml_cdr/xml_cdr_archive.php | 26 +++++++++++--------------- 1 file changed, 11 insertions(+), 15 deletions(-) diff --git a/app/xml_cdr/xml_cdr_archive.php b/app/xml_cdr/xml_cdr_archive.php index a6cb737fe1..1d6f708dfc 100644 --- a/app/xml_cdr/xml_cdr_archive.php +++ b/app/xml_cdr/xml_cdr_archive.php @@ -103,7 +103,7 @@ echo " \n"; echo " \n"; echo " \n"; - echo " \n"; + echo " \n"; echo " \n"; echo " \n"; echo " \n"; @@ -157,9 +157,7 @@ echo " \n"; echo " \n"; echo " \n"; - if ($result_count == $rows_per_page && $paging_controls_mini != '') { - echo " ".$paging_controls_mini."\n"; - } + echo " ".$paging_controls_mini."\n"; echo " \n"; echo " \n"; echo " \n"; @@ -227,7 +225,7 @@ echo "\n"; echo " \n"; echo " \n"; echo " \n"; echo " \n"; echo " \n"; echo " \n"; + echo "\n"; } // if ($row['raw_data_exists'] && permission_exists('xml_cdr_details')) { @@ -574,14 +572,14 @@ if ($record_path != '' && file_exists($record_path.'/'.$record_name)) { echo " \n"; } @@ -706,9 +704,7 @@ echo "
\n"; - echo " ".$text['label-source']."\n"; + echo " ".$text['label-caller_id_number']."\n"; echo " \n"; echo " \n"; @@ -258,7 +256,7 @@ echo "
\n"; - echo " ".$text['label-cid-name']."\n"; + echo " ".$text['label-caller_id_name']."\n"; echo " \n"; echo " \n"; @@ -378,8 +376,8 @@ echo th_order_by('domain_name', $text['label-domain'], $order_by, $order, null, null, $param); $col_count++; } - echo th_order_by('caller_id_name', $text['label-cid-name'], $order_by, $order, null, null, $param); - echo th_order_by('caller_id_number', $text['label-source'], $order_by, $order, null, null, $param); + echo th_order_by('caller_id_name', $text['label-caller_id_name'], $order_by, $order, null, null, $param); + echo th_order_by('caller_id_number', $text['label-caller_id_number'], $order_by, $order, null, null, $param); if (permission_exists('caller_destination')) { echo th_order_by('caller_destination', $text['label-caller_destination'], $order_by, $order, null, null, $param); } @@ -484,7 +482,7 @@ //recording playback if (permission_exists('recording_play') && $record_path != '') { - echo "
"; echo ""; echo "

"; - if ($result_count == $rows_per_page) { - echo $paging_controls; - } + echo $paging_controls; echo "

"; // check or uncheck all checkboxes