From 02d0c5f2adafbf34b6f18c21c6af94ab0b45300f Mon Sep 17 00:00:00 2001 From: luis daniel lucio quiroz Date: Sun, 21 Dec 2014 06:52:39 +0000 Subject: [PATCH] HTML5 input tags for call_center_queue_edit --- app/call_center/call_center_queue_edit.php | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/app/call_center/call_center_queue_edit.php b/app/call_center/call_center_queue_edit.php index 71f35b50d8..b13be512e9 100644 --- a/app/call_center/call_center_queue_edit.php +++ b/app/call_center/call_center_queue_edit.php @@ -22,6 +22,7 @@ Contributor(s): Mark J Crane + Luis Daniel Lucio Quiroz */ require_once "root.php"; require_once "resources/require.php"; @@ -452,7 +453,7 @@ if (count($_POST)>0 && strlen($_POST["persistformvar"]) == 0) { echo " ".$text['label-queue_name'].":\n"; echo "\n"; echo "\n"; - echo " \n"; + echo " \n"; echo "
\n"; echo $text['description-queue_name']."\n"; echo "\n"; @@ -463,7 +464,7 @@ if (count($_POST)>0 && strlen($_POST["persistformvar"]) == 0) { echo " ".$text['label-extension'].":\n"; echo "\n"; echo "\n"; - echo " \n"; + echo " \n"; echo "
\n"; echo $text['description-extension']."\n"; echo "\n"; @@ -738,7 +739,7 @@ if (count($_POST)>0 && strlen($_POST["persistformvar"]) == 0) { echo " ".$text['label-max_wait_time'].":\n"; echo "\n"; echo "\n"; - echo " \n"; + echo " \n"; echo "
\n"; echo $text['description-max_wait_time']."\n"; echo "\n"; @@ -749,7 +750,7 @@ if (count($_POST)>0 && strlen($_POST["persistformvar"]) == 0) { echo " ".$text['label-max_wait_time_with_no_agent'].":\n"; echo "\n"; echo "\n"; - echo " \n"; + echo " \n"; echo "
\n"; echo $text['description-max_wait_time_with_no_agent']."\n"; echo "\n"; @@ -760,7 +761,7 @@ if (count($_POST)>0 && strlen($_POST["persistformvar"]) == 0) { echo " ".$text['label-max_wait_time_with_no_agent_time_reached'].":\n"; echo "\n"; echo "\n"; - echo " \n"; + echo " \n"; echo "
\n"; echo $text['description-max_wait_time_with_no_agent_time_reached']."\n"; echo "\n"; @@ -807,7 +808,7 @@ if (count($_POST)>0 && strlen($_POST["persistformvar"]) == 0) { echo " ".$text['label-tier_rule_wait_second'].":\n"; echo "\n"; echo "\n"; - echo " \n"; + echo " \n"; echo "
\n"; echo $text['description-tier_rule_wait_second']."\n"; echo "\n"; @@ -866,7 +867,7 @@ if (count($_POST)>0 && strlen($_POST["persistformvar"]) == 0) { echo " ".$text['label-discard_abandoned_after'].":\n"; echo "\n"; echo "\n"; - echo " \n"; + echo " \n"; echo "
\n"; echo $text['description-discard_abandoned_after']."\n"; echo "\n"; @@ -923,7 +924,7 @@ if (count($_POST)>0 && strlen($_POST["persistformvar"]) == 0) { echo " ".$text['label-caller_announce_frequency'].":\n"; echo "\n"; echo "\n"; - echo " \n"; + echo " \n"; echo "
\n"; echo $text['description-caller_announce_frequency']."\n"; echo "\n";