From 3f2ccf8b232e5d2c8c1325fbf4c1e0f55ce2f813 Mon Sep 17 00:00:00 2001 From: markjcrane Date: Wed, 28 Oct 2015 17:39:16 -0600 Subject: [PATCH] Call forward presence ignore busy use a radio button to be uniform with the rest of the page. --- app/calls/call_edit.php | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/app/calls/call_edit.php b/app/calls/call_edit.php index 8c92444b6e..2834914f0c 100644 --- a/app/calls/call_edit.php +++ b/app/calls/call_edit.php @@ -767,11 +767,11 @@ if (count($_POST)>0 && strlen($_POST["persistformvar"]) == 0) { echo $text['label-ignore-busy']; echo " \n"; echo " \n"; - echo " \n"; - echo "
Interrupt call if one of destination are busy\n"; + echo " \n"; + echo " \n"; + echo "
\n"; + echo $text['description-ignore-busy']." \n"; + //echo "
Interrupt call if one of destination are busy\n"; echo " \n"; echo " \n";