From 626fc50675919547cf949335492460a8574d3a74 Mon Sep 17 00:00:00 2001 From: Nate Jones Date: Wed, 26 Feb 2014 04:10:49 +0000 Subject: [PATCH] Unstack list control icons. --- app/call_center/call_center_agents.php | 14 +++++++------- app/call_center/call_center_queues.php | 14 +++++++------- app/call_center/call_center_tiers.php | 14 +++++++------- 3 files changed, 21 insertions(+), 21 deletions(-) diff --git a/app/call_center/call_center_agents.php b/app/call_center/call_center_agents.php index 26efb321f8..500f59b647 100644 --- a/app/call_center/call_center_agents.php +++ b/app/call_center/call_center_agents.php @@ -127,9 +127,9 @@ require_once "resources/paging.php"; //echo th_order_by('agent_wrap_up_time', $text['label-wrap_up_time'], $order_by, $order); //echo th_order_by('agent_reject_delay_time', $text['label-reject_delay_time'], $order_by, $order); //echo th_order_by('agent_busy_delay_time', $text['label-busy_delay_time'], $order_by, $order); - echo "\n"; + echo ""; if (permission_exists('call_center_agent_add')) { - echo " $v_link_label_add\n"; + echo "$v_link_label_add"; } echo "\n"; echo "\n"; @@ -149,12 +149,12 @@ require_once "resources/paging.php"; //echo " ".$row[agent_wrap_up_time]." \n"; //echo " ".$row[agent_reject_delay_time]." \n"; //echo " ".$row[agent_busy_delay_time]." \n"; - echo " \n"; + echo " \n"; if (permission_exists('call_center_agent_edit')) { - echo " $v_link_label_edit\n"; + echo "$v_link_label_edit"; } if (permission_exists('call_center_agent_delete')) { - echo " $v_link_label_delete\n"; + echo "$v_link_label_delete"; } //echo " \n"; //echo " \n"; @@ -171,9 +171,9 @@ require_once "resources/paging.php"; echo " \n"; echo "  \n"; echo " $paging_controls\n"; - echo " \n"; + echo " "; if (permission_exists('call_center_agent_add')) { - echo " $v_link_label_add\n"; + echo "$v_link_label_add"; } echo " \n"; echo " \n"; diff --git a/app/call_center/call_center_queues.php b/app/call_center/call_center_queues.php index 80c2294bde..936d488674 100644 --- a/app/call_center/call_center_queues.php +++ b/app/call_center/call_center_queues.php @@ -130,9 +130,9 @@ require_once "resources/paging.php"; //echo th_order_by('queue_abandoned_resume_allowed', $text['label-abandoned_resume_allowed'], $order_by, $order); //echo th_order_by('queue_tier_rule_wait_multiply_level', $text['label-tier_rule_wait_multiply_level'], $order_by, $order); echo th_order_by('queue_description', $text['label-description'], $order_by, $order); - echo "\n"; + echo ""; if (permission_exists('call_center_queue_add')) { - echo " $v_link_label_add\n"; + echo "$v_link_label_add"; } echo "\n"; echo "\n"; @@ -155,12 +155,12 @@ require_once "resources/paging.php"; //echo " ".$row[queue_abandoned_resume_allowed]." \n"; //echo " ".$row[queue_tier_rule_wait_multiply_level]." \n"; echo " ".$row[queue_description]." \n"; - echo " \n"; + echo " "; if (permission_exists('call_center_queue_edit')) { - echo " $v_link_label_edit\n"; + echo "$v_link_label_edit"; } if (permission_exists('call_center_queue_delete')) { - echo " $v_link_label_delete\n"; + echo "$v_link_label_delete"; } echo " \n"; echo "\n"; @@ -175,9 +175,9 @@ require_once "resources/paging.php"; echo " \n"; echo "  \n"; echo " $paging_controls\n"; - echo " \n"; + echo " "; if (permission_exists('call_center_queue_add')) { - echo " $v_link_label_add\n"; + echo "$v_link_label_add"; } echo " \n"; echo " \n"; diff --git a/app/call_center/call_center_tiers.php b/app/call_center/call_center_tiers.php index d88cccee70..81d0cde0be 100644 --- a/app/call_center/call_center_tiers.php +++ b/app/call_center/call_center_tiers.php @@ -119,9 +119,9 @@ require_once "resources/paging.php"; echo th_order_by('queue_name', $text['label-queue_name'], $order_by, $order); echo th_order_by('tier_level', $text['label-tier_level'], $order_by, $order); echo th_order_by('tier_position', $text['label-tier_position'], $order_by, $order); - echo "\n"; + echo ""; if (permission_exists('call_center_tier_add')) { - echo " $v_link_label_add\n"; + echo "$v_link_label_add"; } echo "\n"; echo "\n"; @@ -135,12 +135,12 @@ require_once "resources/paging.php"; echo " ".$row[queue_name]." \n"; echo " ".$row[tier_level]." \n"; echo " ".$row[tier_position]." \n"; - echo " \n"; + echo " "; if (permission_exists('call_center_tier_edit')) { - echo " $v_link_label_edit\n"; + echo "$v_link_label_edit"; } if (permission_exists('call_center_tier_delete')) { - echo " $v_link_label_delete\n"; + echo "$v_link_label_delete"; } echo " \n"; echo "\n"; @@ -156,9 +156,9 @@ require_once "resources/paging.php"; echo " \n"; echo "  \n"; echo " $paging_controls\n"; - echo " \n"; + echo " "; if (permission_exists('call_center_tier_add')) { - echo " $v_link_label_add\n"; + echo "$v_link_label_add"; } echo " \n"; echo " \n";