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