diff --git a/app/xml_cdr/xml_cdr.php b/app/xml_cdr/xml_cdr.php index 0ab384d9e3..39baae9f24 100644 --- a/app/xml_cdr/xml_cdr.php +++ b/app/xml_cdr/xml_cdr.php @@ -300,7 +300,7 @@ if ($archive_request) { echo button::create(['type'=>'button','label'=>$text['button-back'],'icon'=>$settings->get('theme', 'button_icon_back'),'link'=>'xml_cdr.php']); } - echo button::create(['type'=>'button','label'=>$text['button-refresh'],'icon'=>'sync-alt','style'=>'margin-left: 15px;','onclick'=>'location.reload(true);']); + //echo button::create(['type'=>'button','label'=>$text['button-refresh'],'icon'=>'sync-alt','style'=>'margin-left: 15px;','onclick'=>'location.reload(true);']); if (isset($_GET['status']) && $_GET['status'] != 'missed') { echo button::create(['type'=>'button','label'=>$text['button-missed'],'icon'=>'phone-slash','link'=>'?status=missed']); } @@ -422,8 +422,8 @@ echo " ".$text['label-start_range']."\n"; echo " \n"; echo "
\n"; - echo " \n"; - echo " \n"; + echo " \n"; + echo " \n"; echo "
\n"; echo " \n"; } @@ -464,8 +464,8 @@ echo " ".$text['label-codecs']."\n"; echo " \n"; echo "
\n"; - echo " \n"; - echo " \n"; + echo " \n"; + echo " \n"; echo "
\n"; echo " \n"; } @@ -475,8 +475,8 @@ echo " ".$text['label-wait']." (".$text['label-seconds'].")\n"; echo " \n"; echo "
\n"; - echo " \n"; - echo " \n"; + echo " \n"; + echo " \n"; echo "
\n"; echo " \n"; } @@ -486,8 +486,8 @@ echo " ".$text['label-tta']." (".$text['label-seconds'].")\n"; echo " \n"; echo "
\n"; - echo " \n"; - echo " \n"; + echo " \n"; + echo " \n"; echo "
\n"; echo " \n"; } @@ -561,7 +561,7 @@ echo " ".$text['label-order']."\n"; echo " \n"; echo "
\n"; - echo " \n"; if ($permission['xml_cdr_extension']) { echo " \n"; } @@ -631,7 +631,7 @@ echo " ".$text['label-call_center_queue']."\n"; echo "
\n"; echo "
\n"; - echo " \n"; echo " "; foreach ($call_center_queues as $row) { $selected = ($row['call_center_queue_uuid'] == $call_center_queue_uuid) ? "selected" : null; @@ -649,7 +649,7 @@ echo " ".$text['label-ring_group']."\n"; echo "
\n"; echo "
\n"; - echo " \n"; echo " "; foreach ($ring_groups as $row) { $selected = ($row['ring_group_uuid'] == $ring_group_uuid) ? "selected" : null; @@ -668,7 +668,7 @@ echo " ".$text['label-ivr_menu']."\n"; echo "
\n"; echo "
\n"; - echo " \n"; echo " "; foreach ($ivr_menus as $row) { $selected = ($row['ivr_menu_uuid'] == $ivr_menu_uuid) ? "selected" : null;