diff --git a/app/call_centers/call_center_agent_edit.php b/app/call_centers/call_center_agent_edit.php
index 526d061334..bb44ed4241 100644
--- a/app/call_centers/call_center_agent_edit.php
+++ b/app/call_centers/call_center_agent_edit.php
@@ -325,7 +325,7 @@
function check_duplicates() {
//check agent id
var agent_id = document.getElementById('agent_id').value;
- $("#duplicate_agent_id_response").load("call_center_agent_edit.php?check=duplicate&agent_id="+agent_id+"&agent_uuid=", function() {
+ $("#duplicate_agent_id_response").load("call_center_agent_edit.php?check=duplicate&agent_id="+agent_id+"&agent_uuid=", function() {
var duplicate_agent_id = false;
if ($("#duplicate_agent_id_response").html() != '') {
$('#agent_id').addClass('formfld_highlight_bad');
@@ -370,17 +370,17 @@
echo " ".$text['label-agent_name']."\n";
echo "\n";
echo "
\n";
- echo " \n";
+ echo " \n";
/*
echo " | \n";
echo "\n";
- echo " \n";
+ echo " \n";
echo " \n";
echo $text['description-type']."\n";
echo " | \n";
@@ -407,7 +407,7 @@
echo " ".$text['label-call_timeout']."\n";
echo "\n";
echo "\n";
- echo " \n";
+ echo " \n";
echo " \n";
echo $text['description-call_timeout']."\n";
echo " | \n";
@@ -420,10 +420,10 @@
echo " \n";
foreach($users as $field) {
if ($user_uuid == $field['user_uuid']) {
- echo " \n";
+ echo " \n";
}
else {
- echo " \n";
+ echo " \n";
}
}
echo " ";
@@ -438,7 +438,7 @@
echo " ".$text['label-agent_id']."\n";
echo "\n";
echo "\n";
- echo " \n";
+ echo " \n";
echo " \n";
echo " \n";
echo $text['description-agent_id']."\n";
@@ -450,7 +450,7 @@
echo " ".$text['label-agent_password']."\n";
echo " | \n";
echo "\n";
- echo " \n";
+ echo " \n";
echo " \n";
echo $text['description-agent_password']."\n";
echo " | \n";
@@ -508,7 +508,7 @@
echo " ".$text['label-no_answer_delay_time']."\n";
echo "\n";
echo "\n";
- echo " \n";
+ echo " \n";
echo " \n";
echo $text['description-no_answer_delay_time']."\n";
echo " | \n";
@@ -519,7 +519,7 @@
echo " ".$text['label-max_no_answer']."\n";
echo "\n";
echo "\n";
- echo " \n";
+ echo " \n";
echo " \n";
echo $text['description-max_no_answer']."\n";
echo " | \n";
@@ -530,7 +530,7 @@
echo " ".$text['label-wrap_up_time']."\n";
echo "\n";
echo "\n";
- echo " \n";
+ echo " \n";
echo " \n";
echo $text['description-wrap_up_time']."\n";
echo " | \n";
@@ -541,7 +541,7 @@
echo " ".$text['label-reject_delay_time']."\n";
echo "\n";
echo "\n";
- echo " \n";
+ echo " \n";
echo " \n";
echo $text['description-reject_delay_time']."\n";
echo " | \n";
@@ -552,7 +552,7 @@
echo " ".$text['label-busy_delay_time']."\n";
echo "\n";
echo "\n";
- echo " \n";
+ echo " \n";
echo " \n";
echo $text['description-busy_delay_time']."\n";
echo " | \n";
@@ -564,7 +564,7 @@
echo " ".$text['label-agent_logout']."\n";
echo "\n";
echo "\n";
- echo " \n";
+ echo " \n";
echo " \n";
echo $text['description-agent_logout']."\n";
echo " | \n";
@@ -574,7 +574,7 @@
echo " \n";
echo " \n";
if ($action == "update") {
- echo " \n";
+ echo " \n";
}
echo " ";
echo " \n";
|