From fb8bb3b0388933ea385bb64ed199e23aca8f4ce2 Mon Sep 17 00:00:00 2001 From: Mark Crane Date: Sat, 2 Aug 2014 06:09:55 +0000 Subject: [PATCH] Move the caller id name prefix to a different position inside Destinations --- app/destinations/destination_edit.php | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/app/destinations/destination_edit.php b/app/destinations/destination_edit.php index a531b9a169..c98fe6f2dd 100644 --- a/app/destinations/destination_edit.php +++ b/app/destinations/destination_edit.php @@ -584,17 +584,6 @@ if (count($_POST) > 0 && strlen($_POST["persistformvar"]) == 0) { echo "\n"; } - echo "\n"; - echo "\n"; - echo " ".$text['label-destination_cid_name_prefix'].":\n"; - echo "\n"; - echo "\n"; - echo " \n"; - echo "
\n"; - echo $text['description-destination_cid_name_prefix']."\n"; - echo "\n"; - echo "\n"; - echo "\n"; echo "\n"; echo " ".$text['label-destination_context'].":\n"; @@ -687,6 +676,17 @@ if (count($_POST) > 0 && strlen($_POST["persistformvar"]) == 0) { echo "\n"; echo "\n"; + echo "\n"; + echo "\n"; + echo " ".$text['label-destination_cid_name_prefix'].":\n"; + echo "\n"; + echo "\n"; + echo " \n"; + echo "
\n"; + echo $text['description-destination_cid_name_prefix']."\n"; + echo "\n"; + echo "\n"; + // billing if (file_exists($_SERVER['DOCUMENT_ROOT'].PROJECT_PATH."/app/billing/app_config.php")){ echo "\n";