From 06b2451c2303c67d470ee2058653fb826d0a3d40 Mon Sep 17 00:00:00 2001 From: Nate Jones Date: Wed, 26 Feb 2014 04:13:23 +0000 Subject: [PATCH] Added white space between paging controls and data. --- app/xml_cdr/xml_cdr.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/app/xml_cdr/xml_cdr.php b/app/xml_cdr/xml_cdr.php index 8e3d4b11f4..2f0680e3f3 100644 --- a/app/xml_cdr/xml_cdr.php +++ b/app/xml_cdr/xml_cdr.php @@ -327,8 +327,8 @@ else { echo th_order_by('start_stamp', $text['label-start'], $order_by, $order); //echo th_order_by('end_stamp', 'End', $order_by, $order); echo th_order_by('duration', $text['label-length'], $order_by, $order); - if (if_group("admin") || if_group("superadmin")) { - echo th_order_by('pdd_ms', 'PDD', $order_by, $order); + if (if_group("admin") || if_group("superadmin")) { + echo th_order_by('pdd_ms', 'PDD', $order_by, $order); } echo th_order_by('hangup_cause', $text['label-status'], $order_by, $order); echo "\n"; @@ -437,6 +437,7 @@ else { echo "\n"; echo "\n"; + echo "

"; echo " \n"; echo " \n"; echo " \n";