diff --git a/app/call_block/call_block_edit.php b/app/call_block/call_block_edit.php index c574e42dc3..91e78e0efc 100644 --- a/app/call_block/call_block_edit.php +++ b/app/call_block/call_block_edit.php @@ -350,13 +350,14 @@ if (count($_POST)>0 && strlen($_POST["persistformvar"]) == 0) { echo "".$text['label-edit-add-recent'].""; echo "

"; - echo "\n"; + echo "
\n"; echo "\n"; echo th_order_by('caller_id_name', $text['label-name'], $order_by, $order); echo th_order_by('caller_id_number', $text['label-number'], $order_by, $order); echo th_order_by('start_stamp', $text['label-called-on'], $order_by, $order); echo th_order_by('duration', $text['label-duration'], $order_by, $order); echo "\n"; + echo ""; $c = 0; $row_style["0"] = "row_style0"; $row_style["1"] = "row_style1"; @@ -422,16 +423,20 @@ if (count($_POST)>0 && strlen($_POST["persistformvar"]) == 0) { } } //end foreach unset($sql, $result, $row_count); - } //end if results - echo "\n"; - echo "\n"; - echo "
  
"; - echo "

"; + echo ""; + echo "

"; + + } //end if results + else { + echo ""; + echo "

"; + echo "

"; + } + } // end of Display Last 5-10 Calls - //include the footer require_once "resources/footer.php"; ?> diff --git a/app/call_broadcast/call_broadcast.php b/app/call_broadcast/call_broadcast.php index f3f7ee9955..ea93f9581b 100644 --- a/app/call_broadcast/call_broadcast.php +++ b/app/call_broadcast/call_broadcast.php @@ -51,6 +51,7 @@ else { echo "".$text['title']."\n"; echo " \n"; echo "\n"; + echo "
"; $sql = "select * from v_call_broadcasts "; $sql .= "where domain_uuid = '$domain_uuid' "; diff --git a/app/call_center/call_center_agent_edit.php b/app/call_center/call_center_agent_edit.php index b4c8230300..8babb9c1bf 100644 --- a/app/call_center/call_center_agent_edit.php +++ b/app/call_center/call_center_agent_edit.php @@ -505,10 +505,12 @@ if (count($_POST)>0 && strlen($_POST["persistformvar"]) == 0) { if ($action == "update") { echo " \n"; } - echo "
\n"; + echo "
"; + echo " \n"; echo " \n"; echo " "; echo ""; + echo "

"; echo ""; //footer diff --git a/app/call_center/call_center_agents.php b/app/call_center/call_center_agents.php index ba2db21135..602d95b04e 100644 --- a/app/call_center/call_center_agents.php +++ b/app/call_center/call_center_agents.php @@ -180,6 +180,7 @@ else { echo "\n"; echo ""; + echo "

"; //show the footer require_once "resources/footer.php"; diff --git a/app/call_center/call_center_queue_edit.php b/app/call_center/call_center_queue_edit.php index d11b920835..55a0416cbd 100644 --- a/app/call_center/call_center_queue_edit.php +++ b/app/call_center/call_center_queue_edit.php @@ -944,10 +944,12 @@ if (count($_POST)>0 && strlen($_POST["persistformvar"]) == 0) { echo " "; echo " "; } - echo "
\n"; + echo "
"; + echo " \n"; echo " \n"; echo " "; echo ""; + echo "

"; echo ""; require_once "resources/footer.php"; diff --git a/app/call_center/call_center_queues.php b/app/call_center/call_center_queues.php index 243399f828..c785ccced3 100644 --- a/app/call_center/call_center_queues.php +++ b/app/call_center/call_center_queues.php @@ -184,6 +184,7 @@ else { echo "\n"; echo ""; + echo "

"; //show the footer diff --git a/app/dialplan/dialplan_add.php b/app/dialplan/dialplan_add.php index 067e532645..81fd689d44 100644 --- a/app/dialplan/dialplan_add.php +++ b/app/dialplan/dialplan_add.php @@ -620,7 +620,7 @@ echo " \n"; if ($action == "update") { echo " \n"; } -echo "

"; +echo "
"; echo " \n"; echo " \n"; echo ""; diff --git a/app/dialplan/dialplan_edit.php b/app/dialplan/dialplan_edit.php index 205c0a50ab..121fcbad58 100644 --- a/app/dialplan/dialplan_edit.php +++ b/app/dialplan/dialplan_edit.php @@ -511,7 +511,7 @@ if (count($_POST) > 0 && strlen($_POST["persistformvar"]) == 0) { foreach($details as $group) { if ($x != 0) { - echo "
"; + echo "

"; } echo "\n"; diff --git a/app/dialplan/dialplans.php b/app/dialplan/dialplans.php index e8a1d4df67..b8db853e90 100644 --- a/app/dialplan/dialplans.php +++ b/app/dialplan/dialplans.php @@ -373,6 +373,7 @@ else { echo "\n"; echo ""; + echo "

"; echo ""; diff --git a/app/dialplan_inbound/dialplan_inbound_add.php b/app/dialplan_inbound/dialplan_inbound_add.php index 20512fa6f5..5a18b765e5 100644 --- a/app/dialplan_inbound/dialplan_inbound_add.php +++ b/app/dialplan_inbound/dialplan_inbound_add.php @@ -761,16 +761,13 @@ if (count($_POST)>0 && strlen($_POST["persistformvar"]) == 0) { echo " \n"; echo " \n"; echo " \n"; - echo " \n"; + echo "
"; echo " ".$text['description-dialplan-inbound-add']."\n"; - echo "
\n"; - echo "
\n"; + echo "
\n"; echo " \n"; echo " \n"; echo " \n"; echo " "; - - echo "
\n"; echo "
\n"; echo "\n"; diff --git a/app/dialplan_outbound/dialplan_outbound_add.php b/app/dialplan_outbound/dialplan_outbound_add.php index c095e0a08d..2f4b30a10e 100644 --- a/app/dialplan_outbound/dialplan_outbound_add.php +++ b/app/dialplan_outbound/dialplan_outbound_add.php @@ -589,14 +589,11 @@ function type_onchange(dialplan_detail_type) { echo " \n"; echo " \n"; echo " \n"; echo " \n"; echo "
\n"; - echo " \n"; - echo " ".$text['description-outbound-routes']."\n"; - echo " \n"; + echo "
"; + echo " ".$text['description-outbound-routes']."\n"; echo "
"; - - echo "
\n"; echo "
\n"; echo "\n"; @@ -615,6 +612,7 @@ function type_onchange(dialplan_detail_type) { echo " tb.type='text';\n"; echo " tb.name=obj.name;\n"; echo " tb.setAttribute('class', 'formfld');\n"; + echo " tb.setAttribute('style', 'width: 400px;');\n"; echo " tb.value=obj.options[obj.selectedIndex].value;\n"; echo " tbb=document.createElement('INPUT');\n"; echo " tbb.setAttribute('class', 'btn');\n"; @@ -665,7 +663,7 @@ function type_onchange(dialplan_detail_type) { $prep_statement->execute(); $result = $prep_statement->fetchAll(PDO::FETCH_NAMED); unset ($prep_statement, $sql); - echo "\n"; echo "\n"; echo ""; $previous_domain_uuid = ''; @@ -725,7 +723,7 @@ function type_onchange(dialplan_detail_type) { $prep_statement->execute(); $result = $prep_statement->fetchAll(PDO::FETCH_NAMED); unset ($prep_statement, $sql); - echo "\n"; echo "\n"; echo ""; $previous_domain_uuid = ''; @@ -785,7 +783,7 @@ function type_onchange(dialplan_detail_type) { $prep_statement->execute(); $result = $prep_statement->fetchAll(PDO::FETCH_NAMED); unset ($prep_statement, $sql); - echo "\n"; echo "\n"; echo ""; $previous_domain_uuid = ''; @@ -832,7 +830,7 @@ function type_onchange(dialplan_detail_type) { echo " \n"; echo "\n"; @@ -897,7 +895,7 @@ function type_onchange(dialplan_detail_type) { echo " ".$text['label-limit']."\n"; echo "\n"; echo "\n"; @@ -908,7 +906,7 @@ function type_onchange(dialplan_detail_type) { echo " ".$text['label-accountcode']."\n"; echo "\n"; echo "\n"; @@ -919,7 +917,7 @@ function type_onchange(dialplan_detail_type) { echo " ".$text['label-toll_allow']."\n"; echo "\n"; echo "\n"; echo "\n"; echo "\n"; echo "\n"; diff --git a/app/xmpp/profile_list.php b/app/xmpp/profile_list.php index 013baafe92..1b9f885691 100644 --- a/app/xmpp/profile_list.php +++ b/app/xmpp/profile_list.php @@ -66,4 +66,5 @@ if ($c==0) { $c=1; } else { $c=0; } -
"; echo "
\n"; - echo " \n"; + echo " \n"; echo "
\n"; echo "
\n"; @@ -842,7 +840,7 @@ function type_onchange(dialplan_detail_type) { echo "
".$text['description-enter-custom-outbound-prefix'].".\n"; echo " \n"; - echo " \n"; echo " \n"; echo " \n"; echo " \n"; @@ -886,7 +884,7 @@ function type_onchange(dialplan_detail_type) { echo " ".$text['label-prefix']."\n"; echo "
\n"; - echo " \n"; + echo " \n"; echo "
\n"; echo $text['description-enter-prefix']."\n"; echo "
\n"; - echo " \n"; + echo " \n"; echo "
\n"; echo $text['description-limit']."\n"; echo "
\n"; - echo " \n"; + echo " \n"; echo "
\n"; echo $text['description-accountcode']."\n"; echo "
\n"; - echo " \n"; echo " \n"; echo " \n"; echo " \n"; @@ -933,7 +931,7 @@ function type_onchange(dialplan_detail_type) { echo " ".$text['label-order']."\n"; echo "\n"; - echo " \n"; //echo " \n"; if (strlen(htmlspecialchars($dialplan_order))> 0) { echo " \n"; @@ -956,7 +954,7 @@ function type_onchange(dialplan_detail_type) { echo " ".$text['label-enabled']."\n"; echo "\n"; - echo " \n"; //echo " \n"; if ($dialplan_enabled == "true") { echo " \n"; @@ -981,7 +979,7 @@ function type_onchange(dialplan_detail_type) { echo " ".$text['label-description']."\n"; echo "\n"; - echo " \n"; + echo " \n"; echo "
\n"; echo $text['description-description']."\n"; echo "
\ No newline at end of file + +

\ No newline at end of file