From 9cf78bbf9a8398079bf596e9ae417fa66cc57587 Mon Sep 17 00:00:00 2001 From: Mark Crane Date: Mon, 4 May 2015 03:26:50 +0000 Subject: [PATCH] Move it to the correct field and change the type to password. --- app/call_center/call_center_agent_edit.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/call_center/call_center_agent_edit.php b/app/call_center/call_center_agent_edit.php index 49b78c9dd6..471a3b4d81 100644 --- a/app/call_center/call_center_agent_edit.php +++ b/app/call_center/call_center_agent_edit.php @@ -386,7 +386,7 @@ if (count($_POST)>0 && strlen($_POST["persistformvar"]) == 0) { echo " ".$text['label-call_timeout']."\n"; echo "\n"; echo "\n"; - echo " \n"; + echo " \n"; echo "
\n"; echo $text['description-call_timeout']."\n"; echo "\n"; @@ -408,7 +408,7 @@ if (count($_POST)>0 && strlen($_POST["persistformvar"]) == 0) { echo " ".$text['label-agent_password']."\n"; echo "\n"; echo "\n"; - echo " \n"; + echo " \n"; echo "
\n"; echo $text['description-agent_password']."\n"; echo "\n";