diff --git a/app/bridges/bridge_edit.php b/app/bridges/bridge_edit.php index bd2981ea4e..d77dc353d5 100644 --- a/app/bridges/bridge_edit.php +++ b/app/bridges/bridge_edit.php @@ -17,7 +17,7 @@ The Initial Developer of the Original Code is Mark J Crane - Portions created by the Initial Developer are Copyright (C) 2018 - 2023 + Portions created by the Initial Developer are Copyright (C) 2018-2024 the Initial Developer. All Rights Reserved. */ @@ -420,6 +420,7 @@ echo modal::create(['id'=>'modal-delete','type'=>'delete','actions'=>button::create(['type'=>'submit','label'=>$text['button-continue'],'icon'=>'check','id'=>'btn_delete','style'=>'float: right; margin-left: 15px;','collapse'=>'never','name'=>'action','value'=>'delete','onclick'=>"modal_close();"])]); } + echo "
\n"; echo "\n"; echo "\n"; @@ -600,6 +601,7 @@ echo "\n"; echo "
\n"; + echo "
\n"; echo "

\n"; if (!empty($bridge_uuid)) { diff --git a/app/bridges/bridge_imports.php b/app/bridges/bridge_imports.php index 345a0575b6..80c9112baf 100644 --- a/app/bridges/bridge_imports.php +++ b/app/bridges/bridge_imports.php @@ -17,7 +17,7 @@ The Initial Developer of the Original Code is Mark J Crane - Portions created by the Initial Developer are Copyright (C) 2019-2023 + Portions created by the Initial Developer are Copyright (C) 2019-2024 the Initial Developer. All Rights Reserved. Contributor(s): @@ -156,6 +156,7 @@ echo $text['description-import']."\n"; echo "

\n"; + echo "
\n"; echo "\n"; //loop through user columns @@ -192,6 +193,7 @@ } echo "
\n"; + echo "
\n"; echo "

\n"; echo "\n"; @@ -353,6 +355,7 @@ echo $text['description-import']."\n"; echo "

\n"; + echo "
\n"; echo "\n"; echo "\n"; @@ -423,6 +426,7 @@ echo "\n"; echo "
\n"; + echo "
\n"; echo "

"; echo "\n"; diff --git a/app/bridges/bridges.php b/app/bridges/bridges.php index e1815e6847..1354e6cadb 100644 --- a/app/bridges/bridges.php +++ b/app/bridges/bridges.php @@ -17,7 +17,7 @@ The Initial Developer of the Original Code is Mark J Crane - Portions created by the Initial Developer are Copyright (C) 2018 - 2019 + Portions created by the Initial Developer are Copyright (C) 2018-2024 the Initial Developer. All Rights Reserved. Contributor(s): @@ -207,6 +207,7 @@ echo $text['title_description-bridge']."\n"; echo "

\n"; + echo "
\n"; echo "
\n"; echo "\n"; echo "\n"; @@ -281,6 +282,7 @@ echo "
".$paging_controls."
\n"; echo "\n"; echo "
\n"; + echo "
\n"; //include the footer require_once "resources/footer.php"; diff --git a/app/call_block/call_block.php b/app/call_block/call_block.php index b141cdb6c0..080f69d48b 100644 --- a/app/call_block/call_block.php +++ b/app/call_block/call_block.php @@ -17,7 +17,7 @@ The Initial Developer of the Original Code is Mark J Crane - Portions created by the Initial Developer are Copyright (C) 2008-2023 + Portions created by the Initial Developer are Copyright (C) 2008-2024 the Initial Developer. All Rights Reserved. Contributor(s): @@ -277,6 +277,7 @@ echo "\n"; echo "\n"; + echo "
\n"; echo "\n"; echo "\n"; if (permission_exists('call_block_add') || permission_exists('call_block_edit') || permission_exists('call_block_delete')) { @@ -392,6 +393,7 @@ } echo "
\n"; + echo "
\n"; echo "
\n"; echo "
".$paging_controls."
\n"; @@ -402,4 +404,4 @@ //include the footer require_once "resources/footer.php"; -?> \ No newline at end of file +?> diff --git a/app/call_block/call_block_edit.php b/app/call_block/call_block_edit.php index 73e010a900..2d03266db5 100644 --- a/app/call_block/call_block_edit.php +++ b/app/call_block/call_block_edit.php @@ -396,6 +396,7 @@ if (permission_exists('call_block_all') || permission_exists('call_block_ring_gr } echo "

\n"; + echo "
\n"; echo "\n"; echo "\n"; @@ -590,6 +591,7 @@ if (permission_exists('call_block_all') || permission_exists('call_block_ring_gr echo "\n"; echo "
"; + echo "
\n"; echo "

"; if ($action == "update") { @@ -801,4 +803,4 @@ if (permission_exists('call_block_all') || permission_exists('call_block_ring_gr //include the footer require_once "resources/footer.php"; -?> \ No newline at end of file +?> diff --git a/app/call_broadcast/call_broadcast.php b/app/call_broadcast/call_broadcast.php index a743c63603..80a7ae7d77 100644 --- a/app/call_broadcast/call_broadcast.php +++ b/app/call_broadcast/call_broadcast.php @@ -17,7 +17,7 @@ The Initial Developer of the Original Code is Mark J Crane - Portions created by the Initial Developer are Copyright (C) 2008-2023 + Portions created by the Initial Developer are Copyright (C) 2008-2024 the Initial Developer. All Rights Reserved. Contributor(s): @@ -204,6 +204,7 @@ echo "\n"; echo "\n"; + echo "
\n"; echo "\n"; echo "\n"; if (permission_exists('call_broadcast_add') || permission_exists('call_broadcast_delete')) { @@ -273,6 +274,7 @@ unset($result); echo "
\n"; + echo "
\n"; echo "
\n"; echo "
".$paging_controls."
\n"; diff --git a/app/call_broadcast/call_broadcast_edit.php b/app/call_broadcast/call_broadcast_edit.php index 5c2e44a775..c659634266 100644 --- a/app/call_broadcast/call_broadcast_edit.php +++ b/app/call_broadcast/call_broadcast_edit.php @@ -17,7 +17,7 @@ The Initial Developer of the Original Code is Mark J Crane - Portions created by the Initial Developer are Copyright (C) 2008-2023 + Portions created by the Initial Developer are Copyright (C) 2008-2024 the Initial Developer. All Rights Reserved. Contributor(s): @@ -50,7 +50,7 @@ else { $action = "add"; } - + //set the defaults $broadcast_name = ''; $broadcast_start_time = ''; @@ -350,6 +350,7 @@ if (!empty($_POST) && empty($_POST["persistformvar"])) { echo modal::create(['id'=>'modal-delete','type'=>'delete','actions'=>button::create(['type'=>'submit','label'=>$text['button-continue'],'icon'=>'check','id'=>'btn_delete','style'=>'float: right; margin-left: 15px;','collapse'=>'never','name'=>'action','value'=>'delete','onclick'=>"modal_close();"])]); } + echo "
\n"; echo "\n"; echo "\n"; @@ -567,6 +568,7 @@ if (!empty($_POST) && empty($_POST["persistformvar"])) { echo "\n"; echo "
"; + echo "
\n"; echo "

"; if ($action == "update") { @@ -579,4 +581,4 @@ if (!empty($_POST) && empty($_POST["persistformvar"])) { //include the footer require_once "resources/footer.php"; -?> \ No newline at end of file +?> diff --git a/app/call_centers/call_center_agent_edit.php b/app/call_centers/call_center_agent_edit.php index 5e2ee5fce4..318a28ed4a 100644 --- a/app/call_centers/call_center_agent_edit.php +++ b/app/call_centers/call_center_agent_edit.php @@ -17,7 +17,7 @@ The Initial Developer of the Original Code is Mark J Crane - Portions created by the Initial Developer are Copyright (C) 2008-2023 + Portions created by the Initial Developer are Copyright (C) 2008-2024 the Initial Developer. All Rights Reserved. Contributor(s): @@ -396,6 +396,7 @@ echo "
\n"; echo "\n"; + echo "
\n"; echo "\n"; echo "\n"; echo "
\n"; @@ -594,6 +595,7 @@ */ echo "
"; + echo "
\n"; echo "

"; if ($action == "update") { diff --git a/app/call_centers/call_center_agent_status.php b/app/call_centers/call_center_agent_status.php index 13bb06c106..a8785bf991 100644 --- a/app/call_centers/call_center_agent_status.php +++ b/app/call_centers/call_center_agent_status.php @@ -17,7 +17,7 @@ The Initial Developer of the Original Code is Mark J Crane - Portions created by the Initial Developer are Copyright (C) 2008-2023 + Portions created by the Initial Developer are Copyright (C) 2008-2024 the Initial Developer. All Rights Reserved. Contributor(s): @@ -228,7 +228,7 @@ } } } - + } //echo $command."\n"; diff --git a/app/call_centers/call_center_agents.php b/app/call_centers/call_center_agents.php index c220aa59b4..b260805650 100644 --- a/app/call_centers/call_center_agents.php +++ b/app/call_centers/call_center_agents.php @@ -17,7 +17,7 @@ The Initial Developer of the Original Code is Mark J Crane - Portions created by the Initial Developer are Copyright (C) 2008-2023 + Portions created by the Initial Developer are Copyright (C) 2008-2024 the Initial Developer. All Rights Reserved. Contributor(s): @@ -184,6 +184,7 @@ echo "\n"; echo "\n"; + echo "
\n"; echo "\n"; echo "\n"; if (permission_exists('call_center_agent_delete')) { @@ -277,6 +278,7 @@ } echo "
\n"; + echo "
\n"; echo "
\n"; echo "
".$paging_controls."
\n"; diff --git a/app/call_centers/call_center_queue_edit.php b/app/call_centers/call_center_queue_edit.php index f4b56d71e9..42489006f9 100644 --- a/app/call_centers/call_center_queue_edit.php +++ b/app/call_centers/call_center_queue_edit.php @@ -773,6 +773,7 @@ echo "
\n"; echo "\n"; + echo "
\n"; echo "\n"; echo "\n"; echo "\n"; echo "
\n"; @@ -1432,6 +1433,7 @@ echo "
"; + echo "
\n"; echo "

"; if ($action == "update") { diff --git a/app/call_centers/call_center_queues.php b/app/call_centers/call_center_queues.php index 360dc4ba4d..3b37d6e9c9 100644 --- a/app/call_centers/call_center_queues.php +++ b/app/call_centers/call_center_queues.php @@ -17,7 +17,7 @@ The Initial Developer of the Original Code is Mark J Crane - Portions created by the Initial Developer are Copyright (C) 2008-2020 + Portions created by the Initial Developer are Copyright (C) 2008-2024 the Initial Developer. All Rights Reserved. Contributor(s): @@ -192,6 +192,7 @@ echo "\n"; echo "\n"; + echo "
\n"; echo "\n"; echo "\n"; if (permission_exists('call_center_queue_add') || permission_exists('call_center_queue_delete')) { @@ -280,6 +281,7 @@ } echo "
\n"; + echo "
\n"; echo "
\n"; echo "
".$paging_controls."
\n"; diff --git a/app/call_flows/call_flow_edit.php b/app/call_flows/call_flow_edit.php index b705d22da9..061da31a33 100644 --- a/app/call_flows/call_flow_edit.php +++ b/app/call_flows/call_flow_edit.php @@ -17,7 +17,7 @@ The Initial Developer of the Original Code is Mark J Crane - Portions created by the Initial Developer are Copyright (C) 2008-2023 + Portions created by the Initial Developer are Copyright (C) 2008-2024 the Initial Developer. All Rights Reserved. Contributor(s): @@ -458,6 +458,7 @@ echo "
\n"; echo "\n"; + echo "
\n"; echo "\n"; echo "\n"; @@ -793,6 +794,7 @@ echo "\n"; echo "
"; + echo "
\n"; echo "

"; if ($action == "update") { diff --git a/app/call_flows/call_flows.php b/app/call_flows/call_flows.php index e613116a71..ac8ec65e49 100644 --- a/app/call_flows/call_flows.php +++ b/app/call_flows/call_flows.php @@ -17,7 +17,7 @@ The Initial Developer of the Original Code is Mark J Crane - Portions created by the Initial Developer are Copyright (C) 2008-2023 + Portions created by the Initial Developer are Copyright (C) 2008-2024 the Initial Developer. All Rights Reserved. Contributor(s): @@ -215,6 +215,7 @@ echo "\n"; echo "\n"; + echo "
\n"; echo "\n"; echo "\n"; if (permission_exists('call_flow_add') || permission_exists('call_flow_edit') || permission_exists('call_flow_delete')) { @@ -298,6 +299,7 @@ } echo "
\n"; + echo "
\n"; echo "
\n"; echo "
".$paging_controls."
\n"; diff --git a/app/call_forward/call_forward.php b/app/call_forward/call_forward.php index 72f35f812b..521803e085 100644 --- a/app/call_forward/call_forward.php +++ b/app/call_forward/call_forward.php @@ -18,7 +18,7 @@ The Initial Developer of the Original Code is Mark J Crane - Portions created by the Initial Developer are Copyright (C) 2008-2023 + Portions created by the Initial Developer are Copyright (C) 2008-2024 the Initial Developer. All Rights Reserved. Contributor(s): @@ -270,6 +270,7 @@ echo "\n"; } + echo "
\n"; echo "\n"; echo "\n"; if (!$is_included) { @@ -407,6 +408,7 @@ } echo "
\n"; + echo "
\n"; if (!$is_included) { echo "
\n"; @@ -418,4 +420,4 @@ require_once "resources/footer.php"; } -?> \ No newline at end of file +?> diff --git a/app/call_forward/call_forward_edit.php b/app/call_forward/call_forward_edit.php index cbd7ba4709..bdaffc3a75 100644 --- a/app/call_forward/call_forward_edit.php +++ b/app/call_forward/call_forward_edit.php @@ -17,7 +17,7 @@ The Initial Developer of the Original Code is Mark J Crane - Portions created by the Initial Developer are Copyright (C) 2008-2022 + Portions created by the Initial Developer are Copyright (C) 2008-2024 the Initial Developer. All Rights Reserved. Contributor(s): @@ -548,6 +548,7 @@ echo $text['description']." ".escape($extension)."\n"; echo "

\n"; + echo "
\n"; echo "\n"; echo "\n"; @@ -739,6 +740,7 @@ echo "\n"; echo "
"; + echo "
\n"; echo "

"; if (!empty($action) && $action == "update") { diff --git a/app/call_recordings/call_recordings.php b/app/call_recordings/call_recordings.php index d4dbbe3865..3467c008b9 100644 --- a/app/call_recordings/call_recordings.php +++ b/app/call_recordings/call_recordings.php @@ -17,7 +17,7 @@ The Initial Developer of the Original Code is Mark J Crane - Portions created by the Initial Developer are Copyright (C) 2018 - 2023 + Portions created by the Initial Developer are Copyright (C) 2018-2024 the Initial Developer. All Rights Reserved. Contributor(s): @@ -236,6 +236,7 @@ echo "\n"; echo "\n"; + echo "
\n"; echo "\n"; echo "\n"; $col_count = 8; @@ -343,6 +344,7 @@ } echo "
\n"; + echo "
\n"; echo "
\n"; echo "
".$paging_controls."
\n"; echo "\n"; diff --git a/app/conference_centers/conference_center_edit.php b/app/conference_centers/conference_center_edit.php index 94628a6b3d..ecc7ce743f 100644 --- a/app/conference_centers/conference_center_edit.php +++ b/app/conference_centers/conference_center_edit.php @@ -17,7 +17,7 @@ The Initial Developer of the Original Code is Mark J Crane - Portions created by the Initial Developer are Copyright (C) 2008-2023 + Portions created by the Initial Developer are Copyright (C) 2008-2024 the Initial Developer. All Rights Reserved. Contributor(s): @@ -339,6 +339,7 @@ echo modal::create(['id'=>'modal-delete','type'=>'delete','actions'=>button::create(['type'=>'submit','label'=>$text['button-continue'],'icon'=>'check','id'=>'btn_delete','style'=>'float: right; margin-left: 15px;','collapse'=>'never','name'=>'action','value'=>'delete','onclick'=>"modal_close();"])]); } + echo "
\n"; echo "\n"; echo "\n"; @@ -480,6 +481,7 @@ echo "\n"; echo "
"; + echo "
\n"; echo "

"; if ($action == "update") { diff --git a/app/conference_centers/conference_centers.php b/app/conference_centers/conference_centers.php index ce8324bb7f..a141679c34 100644 --- a/app/conference_centers/conference_centers.php +++ b/app/conference_centers/conference_centers.php @@ -17,7 +17,7 @@ The Initial Developer of the Original Code is Mark J Crane - Portions created by the Initial Developer are Copyright (C) 2008-2023 + Portions created by the Initial Developer are Copyright (C) 2008-2024 the Initial Developer. All Rights Reserved. Contributor(s): @@ -204,6 +204,7 @@ echo "\n"; echo "\n"; + echo "
\n"; echo "\n"; echo "\n"; if (permission_exists('conference_center_edit') || permission_exists('conference_center_delete')) { @@ -272,6 +273,7 @@ } echo "
\n"; + echo "
\n"; echo "
\n"; echo "
".$paging_controls."
\n"; diff --git a/app/conference_centers/conference_room_edit.php b/app/conference_centers/conference_room_edit.php index c3edfbb173..03576d2231 100644 --- a/app/conference_centers/conference_room_edit.php +++ b/app/conference_centers/conference_room_edit.php @@ -17,7 +17,7 @@ The Initial Developer of the Original Code is Mark J Crane - Portions created by the Initial Developer are Copyright (C) 2008-2023 + Portions created by the Initial Developer are Copyright (C) 2008-2024 the Initial Developer. All Rights Reserved. Contributor(s): @@ -195,7 +195,7 @@ $database->app_uuid = '8d083f5a-f726-42a8-9ffa-8d28f848f10e'; $database->delete($array); unset($array); - + $p->delete('conference_room_user_delete', 'temp'); } @@ -587,6 +587,7 @@ echo "
\n"; echo "\n"; + echo "
\n"; echo "\n"; echo "\n"; @@ -971,6 +972,7 @@ echo "\n"; echo "
\n"; + echo "
\n"; echo "

\n"; if ($action == "update") { diff --git a/app/conference_centers/conference_rooms.php b/app/conference_centers/conference_rooms.php index 4acf2862b7..b1e8034959 100644 --- a/app/conference_centers/conference_rooms.php +++ b/app/conference_centers/conference_rooms.php @@ -17,7 +17,7 @@ The Initial Developer of the Original Code is Mark J Crane - Portions created by the Initial Developer are Copyright (C) 2008-2023 + Portions created by the Initial Developer are Copyright (C) 2008-2024 the Initial Developer. All Rights Reserved. Contributor(s): @@ -272,6 +272,7 @@ echo "\n"; echo "\n"; + echo "
\n"; echo "\n"; echo "\n"; if (permission_exists('conference_room_add') || permission_exists('conference_room_edit') || permission_exists('conference_room_delete')) { @@ -497,6 +498,7 @@ } echo "
\n"; + echo "
\n"; echo "
\n"; echo "
".!empty($paging_controls)."
\n"; echo "\n"; diff --git a/app/conference_centers/conference_session_details.php b/app/conference_centers/conference_session_details.php index 805fd36354..3a74a65067 100644 --- a/app/conference_centers/conference_session_details.php +++ b/app/conference_centers/conference_session_details.php @@ -17,7 +17,7 @@ The Initial Developer of the Original Code is Mark J Crane - Copyright (C) 2008-2019 All Rights Reserved. + Copyright (C) 2008-2024 All Rights Reserved. Contributor(s): Mark J Crane @@ -138,6 +138,7 @@ echo $text['description-conference_session_details']."\n"; echo "

\n"; + echo "
\n"; echo "\n"; echo "\n"; //echo th_order_by('meeting_uuid', 'Meeting UUID', $order_by, $order); @@ -202,6 +203,7 @@ } echo "
\n"; + echo "
\n"; echo "
\n"; echo "
".$paging_controls."
\n"; diff --git a/app/conference_centers/conference_sessions.php b/app/conference_centers/conference_sessions.php index 7bc9527c7d..dcbbc90c9e 100644 --- a/app/conference_centers/conference_sessions.php +++ b/app/conference_centers/conference_sessions.php @@ -17,7 +17,7 @@ The Initial Developer of the Original Code is Mark J Crane - Portions created by the Initial Developer are Copyright (C) 2008 - 2019 + Portions created by the Initial Developer are Copyright (C) 2008 - 2024 the Initial Developer. All Rights Reserved. Contributor(s): @@ -159,6 +159,7 @@ echo "\n"; echo "\n"; + echo "
\n"; echo "\n"; echo "\n"; if (permission_exists('conference_session_delete')) { @@ -245,6 +246,7 @@ } echo "
\n"; + echo "
\n"; echo "
\n"; echo "
".$paging_controls."
\n"; echo "\n"; diff --git a/app/conference_controls/conference_control_detail_edit.php b/app/conference_controls/conference_control_detail_edit.php index fa47aad646..9d24ca4db7 100644 --- a/app/conference_controls/conference_control_detail_edit.php +++ b/app/conference_controls/conference_control_detail_edit.php @@ -17,7 +17,7 @@ The Initial Developer of the Original Code is Mark J Crane - Portions created by the Initial Developer are Copyright (C) 2018-2023 + Portions created by the Initial Developer are Copyright (C) 2018-2024 the Initial Developer. All Rights Reserved. Contributor(s): @@ -178,6 +178,7 @@ echo "
\n"; echo "\n"; + echo "
\n"; echo "\n"; echo "\n"; @@ -236,6 +237,7 @@ echo "\n"; echo "
"; + echo "
\n"; echo "

"; echo "\n"; diff --git a/app/conference_controls/conference_control_details.php b/app/conference_controls/conference_control_details.php index 5850ac384f..ddbd25cd2f 100644 --- a/app/conference_controls/conference_control_details.php +++ b/app/conference_controls/conference_control_details.php @@ -17,7 +17,7 @@ The Initial Developer of the Original Code is Mark J Crane - Portions created by the Initial Developer are Copyright (C) 2018-2023 + Portions created by the Initial Developer are Copyright (C) 2018-2024 the Initial Developer. All Rights Reserved. Contributor(s): @@ -103,7 +103,7 @@ //prepare to page the results $rows_per_page = (!empty($_SESSION['domain']['paging']['numeric'])) ? $_SESSION['domain']['paging']['numeric'] : 50; $param = "&id=".!empty($conference_control_uuid); - if (isset($_GET['page'])) { + if (isset($_GET['page'])) { $page = isset($_GET['page']) ? $_GET['page'] : 0; list($paging_controls, $rows_per_page) = paging($num_rows, $param, $rows_per_page); $offset = $rows_per_page * $page; @@ -151,6 +151,7 @@ echo "\n"; echo "\n"; + echo "
\n"; echo "\n"; echo "\n"; if (permission_exists('conference_control_detail_edit') || permission_exists('conference_control_detail_delete')) { @@ -211,6 +212,7 @@ } echo "
\n"; + echo "
\n"; echo "
\n"; echo "
".!empty($paging_controls)."
\n"; echo "\n"; @@ -236,4 +238,4 @@ //include the footer require_once "resources/footer.php"; -?> \ No newline at end of file +?> diff --git a/app/conference_controls/conference_control_edit.php b/app/conference_controls/conference_control_edit.php index 89734da20b..7b2070c442 100644 --- a/app/conference_controls/conference_control_edit.php +++ b/app/conference_controls/conference_control_edit.php @@ -17,7 +17,7 @@ The Initial Developer of the Original Code is Mark J Crane - Portions created by the Initial Developer are Copyright (C) 2018 - 2023 + Portions created by the Initial Developer are Copyright (C) 2018-2024 the Initial Developer. All Rights Reserved. Contributor(s): @@ -170,6 +170,7 @@ echo "
\n"; echo "\n"; + echo "
\n"; echo "\n"; echo "\n"; @@ -217,6 +218,7 @@ echo "\n"; echo "
"; + echo "
\n"; echo "

"; if ($action == "update") { diff --git a/app/conference_controls/conference_controls.php b/app/conference_controls/conference_controls.php index 2ea91f8c52..b33d0a9be1 100644 --- a/app/conference_controls/conference_controls.php +++ b/app/conference_controls/conference_controls.php @@ -17,7 +17,7 @@ The Initial Developer of the Original Code is Mark J Crane - Portions created by the Initial Developer are Copyright (C) 2018 - 2019 + Portions created by the Initial Developer are Copyright (C) 2018-2024 the Initial Developer. All Rights Reserved. Contributor(s): @@ -168,6 +168,7 @@ echo "\n"; echo "\n"; + echo "
\n"; echo "\n"; echo "\n"; if (permission_exists('conference_control_add') || permission_exists('conference_control_edit') || permission_exists('conference_control_delete')) { @@ -226,6 +227,7 @@ } echo "
\n"; + echo "
"; echo "
\n"; echo "
".$paging_controls."
\n"; echo "\n"; diff --git a/app/conference_profiles/conference_profile_edit.php b/app/conference_profiles/conference_profile_edit.php index 0b18badf4b..5a4535cf49 100644 --- a/app/conference_profiles/conference_profile_edit.php +++ b/app/conference_profiles/conference_profile_edit.php @@ -17,7 +17,7 @@ The Initial Developer of the Original Code is Mark J Crane - Portions created by the Initial Developer are Copyright (C) 2018-2023 + Portions created by the Initial Developer are Copyright (C) 2018-2024 the Initial Developer. All Rights Reserved. Contributor(s): @@ -62,12 +62,12 @@ } //check to see if the http post exists if (!empty($_POST) && empty($_POST["persistformvar"])) { - + //get the uuid if ($action == "update") { $conference_profile_uuid = $_POST["conference_profile_uuid"]; } - + //validate the token $token = new token; if (!$token->validate($_SERVER['PHP_SELF'])) { @@ -88,13 +88,13 @@ echo "
\n"; echo "
\n"; echo $msg."
"; - echo "
\n"; + echo "\n"; persistformvar($_POST); echo "
\n"; require_once "resources/footer.php"; return; } - + //add or update the database if (empty($_POST["persistformvar"])) { @@ -106,7 +106,7 @@ $array['conference_profiles'][0]['conference_profile_uuid'] = uuid(); message::add($text['message-add']); } - + if ($action == "update" && permission_exists('conference_profile_edit')) { $array['conference_profiles'][0]['conference_profile_uuid'] = $conference_profile_uuid; message::add($text['message-update']); @@ -167,6 +167,7 @@ echo "
\n"; echo "\n"; + echo "
\n"; echo "\n"; echo "\n"; @@ -213,6 +214,7 @@ echo "\n"; echo "
"; + echo "
\n"; echo "

"; if ($action == "update") { diff --git a/app/conference_profiles/conference_profile_param_edit.php b/app/conference_profiles/conference_profile_param_edit.php index 13ee243877..74d21da3ae 100644 --- a/app/conference_profiles/conference_profile_param_edit.php +++ b/app/conference_profiles/conference_profile_param_edit.php @@ -17,7 +17,7 @@ The Initial Developer of the Original Code is Mark J Crane - Portions created by the Initial Developer are Copyright (C) 2018-2023 + Portions created by the Initial Developer are Copyright (C) 2018-2024 the Initial Developer. All Rights Reserved. Contributor(s): @@ -70,12 +70,12 @@ //process the http post if it exists if (!empty($_POST) && empty($_POST["persistformvar"])) { - + //get the uuid if ($action == "update") { $conference_profile_param_uuid = $_POST["conference_profile_param_uuid"]; } - + //validate the token $token = new token; if (!$token->validate($_SERVER['PHP_SELF'])) { @@ -102,7 +102,7 @@ require_once "resources/footer.php"; return; } - + //add or update the database if (empty($_POST["persistformvar"])) { @@ -116,7 +116,7 @@ $array['conference_profile_params'][0]['conference_profile_param_uuid'] = uuid(); message::add($text['message-add']); } - + if ($action == "update" && permission_exists('conference_profile_param_edit')) { $array['conference_profile_params'][0]['conference_profile_param_uuid'] = $conference_profile_param_uuid; message::add($text['message-update']); @@ -176,6 +176,7 @@ echo "
\n"; echo "\n"; + echo "
\n"; echo "\n"; echo "\n"; @@ -234,6 +235,7 @@ echo "\n"; echo "
"; + echo "
\n"; echo "

"; echo "\n"; diff --git a/app/conference_profiles/conference_profile_params.php b/app/conference_profiles/conference_profile_params.php index 1b7a8fbca1..d97b81bfac 100644 --- a/app/conference_profiles/conference_profile_params.php +++ b/app/conference_profiles/conference_profile_params.php @@ -17,7 +17,7 @@ The Initial Developer of the Original Code is Mark J Crane - Portions created by the Initial Developer are Copyright (C) 2018-2023 + Portions created by the Initial Developer are Copyright (C) 2018-2024 the Initial Developer. All Rights Reserved. Contributor(s): @@ -140,6 +140,7 @@ echo "\n"; echo "\n"; + echo "
\n"; echo "\n"; echo "\n"; if (permission_exists('conference_profile_param_edit') || permission_exists('conference_profile_param_delete')) { @@ -200,6 +201,7 @@ } echo "
\n"; + echo "
\n"; echo "
\n"; echo "
".!empty($paging_controls)."
\n"; echo "\n"; diff --git a/app/conference_profiles/conference_profiles.php b/app/conference_profiles/conference_profiles.php index 451cae6c9e..0decb2c823 100644 --- a/app/conference_profiles/conference_profiles.php +++ b/app/conference_profiles/conference_profiles.php @@ -17,7 +17,7 @@ The Initial Developer of the Original Code is Mark J Crane - Portions created by the Initial Developer are Copyright (C) 2018-2023 + Portions created by the Initial Developer are Copyright (C) 2018-2024 the Initial Developer. All Rights Reserved. Contributor(s): @@ -164,6 +164,7 @@ echo "\n"; echo "\n"; + echo "
\n"; echo "\n"; echo "\n"; if (permission_exists('conference_profile_add') || permission_exists('conference_profile_edit') || permission_exists('conference_profile_delete')) { @@ -222,6 +223,7 @@ } echo "
\n"; + echo "
\n"; echo "
\n"; echo "
".!empty($paging_controls)."
\n"; echo "\n"; diff --git a/app/conferences/conference_edit.php b/app/conferences/conference_edit.php index 52bdaf29a1..1b89a57793 100644 --- a/app/conferences/conference_edit.php +++ b/app/conferences/conference_edit.php @@ -17,7 +17,7 @@ The Initial Developer of the Original Code is Mark J Crane - Portions created by the Initial Developer are Copyright (C) 2008-2023 + Portions created by the Initial Developer are Copyright (C) 2008-2024 the Initial Developer. All Rights Reserved. Contributor(s): @@ -387,6 +387,7 @@ echo $text['description']."\n"; echo "

\n"; + echo "
\n"; echo "\n"; echo "\n"; @@ -584,6 +585,7 @@ echo "\n"; echo "
"; + echo "
\n"; echo "

"; if ($action == "update") { diff --git a/app/conferences/conferences.php b/app/conferences/conferences.php index 2fa14bff46..73e2490d49 100644 --- a/app/conferences/conferences.php +++ b/app/conferences/conferences.php @@ -17,7 +17,7 @@ The Initial Developer of the Original Code is Mark J Crane - Portions created by the Initial Developer are Copyright (C) 2008-2019 + Portions created by the Initial Developer are Copyright (C) 2008-2024 the Initial Developer. All Rights Reserved. Contributor(s): @@ -205,6 +205,7 @@ echo "\n"; echo "\n"; + echo "
\n"; echo "\n"; echo "\n"; if (permission_exists('conference_add') || permission_exists('conference_edit') || permission_exists('conference_delete')) { @@ -288,6 +289,7 @@ } echo "
\n"; + echo "
\n"; echo "
\n"; echo "
".$paging_controls."
\n"; diff --git a/app/conferences_active/conferences_active.php b/app/conferences_active/conferences_active.php index 93c9ba3d8b..0c31c3a69b 100644 --- a/app/conferences_active/conferences_active.php +++ b/app/conferences_active/conferences_active.php @@ -132,10 +132,12 @@ else if (window.attachEvent) { echo "

\n"; //show the content - echo "
"; + echo "
\n"; + echo "
"; + echo "
\n"; echo "

"; //include the footer require_once "resources/footer.php"; -?> \ No newline at end of file +?> diff --git a/app/contacts/contact_address_edit.php b/app/contacts/contact_address_edit.php index a5aa418d24..a1a079e2b3 100644 --- a/app/contacts/contact_address_edit.php +++ b/app/contacts/contact_address_edit.php @@ -17,7 +17,7 @@ The Initial Developer of the Original Code is Mark J Crane - Portions created by the Initial Developer are Copyright (C) 2008-2023 + Portions created by the Initial Developer are Copyright (C) 2008-2024 the Initial Developer. All Rights Reserved. Contributor(s): @@ -276,6 +276,7 @@ } echo "

\n"; + echo "
\n"; echo "\n"; echo "\n"; @@ -455,6 +456,7 @@ echo "\n"; echo "
"; + echo "
\n"; echo "

"; echo "\n"; diff --git a/app/contacts/contact_addresses.php b/app/contacts/contact_addresses.php index 39fe827fe1..7d17fd0180 100644 --- a/app/contacts/contact_addresses.php +++ b/app/contacts/contact_addresses.php @@ -17,7 +17,7 @@ The Initial Developer of the Original Code is Mark J Crane - Portions created by the Initial Developer are Copyright (C) 2008-2020 + Portions created by the Initial Developer are Copyright (C) 2008-2024 the Initial Developer. All Rights Reserved. Contributor(s): @@ -65,6 +65,7 @@ echo "
\n"; echo "\n"; + echo "
\n"; echo "\n"; echo "\n"; if (permission_exists('contact_address_delete')) { @@ -116,6 +117,7 @@ } echo "
\n"; + echo "
\n"; echo "
\n"; } diff --git a/app/contacts/contact_attachment.php b/app/contacts/contact_attachment.php index 9bc6e7e1a3..6c707394d3 100644 --- a/app/contacts/contact_attachment.php +++ b/app/contacts/contact_attachment.php @@ -17,7 +17,7 @@ The Initial Developer of the Original Code is Mark J Crane - Portions created by the Initial Developer are Copyright (C) 2016-2018 + Portions created by the Initial Developer are Copyright (C) 2016-2024 the Initial Developer. All Rights Reserved. Contributor(s): diff --git a/app/contacts/contact_attachment_edit.php b/app/contacts/contact_attachment_edit.php index fb7f23f3e8..846318c596 100644 --- a/app/contacts/contact_attachment_edit.php +++ b/app/contacts/contact_attachment_edit.php @@ -103,7 +103,7 @@ $attachment_content = file_get_contents($attachment['tmp_name']); //list of image extensions - $image_extensions = array('png','jpg','jpeg','gif','bmp', 'webp'); + $image_extensions = array('png','jpg','jpeg','gif','bmp', 'webp'); //read the image from the string then output the image without meta data if (in_array($attachment_extension, $image_extensions)) { @@ -205,6 +205,7 @@ echo "
\n"; echo "\n"; + echo "
\n"; echo "\n"; echo "\n"; @@ -263,6 +264,7 @@ echo "\n"; echo "
"; + echo "
\n"; echo "

"; echo "\n"; diff --git a/app/contacts/contact_attachments.php b/app/contacts/contact_attachments.php index 3db97f1ea5..7986b3fbb7 100644 --- a/app/contacts/contact_attachments.php +++ b/app/contacts/contact_attachments.php @@ -17,7 +17,7 @@ The Initial Developer of the Original Code is Mark J Crane - Portions created by the Initial Developer are Copyright (C) 2008-2020 + Portions created by the Initial Developer are Copyright (C) 2008-2024 the Initial Developer. All Rights Reserved. Contributor(s): @@ -84,6 +84,7 @@ echo "
\n"; echo "\n"; + echo "
\n"; echo "\n"; echo "\n"; if (permission_exists('contact_attachment_delete')) { @@ -140,6 +141,7 @@ unset($contact_attachments); echo "
"; + echo "
\n"; echo "
\n"; } diff --git a/app/contacts/contact_edit.php b/app/contacts/contact_edit.php index 54e01a4b36..8de8d0baa3 100644 --- a/app/contacts/contact_edit.php +++ b/app/contacts/contact_edit.php @@ -17,7 +17,7 @@ The Initial Developer of the Original Code is Mark J Crane - Portions created by the Initial Developer are Copyright (C) 2018 - 2024 + Portions created by the Initial Developer are Copyright (C) 2018-2024 the Initial Developer. All Rights Reserved. */ diff --git a/app/contacts/contact_email_edit.php b/app/contacts/contact_email_edit.php index f08a50a917..b6c89d8b37 100644 --- a/app/contacts/contact_email_edit.php +++ b/app/contacts/contact_email_edit.php @@ -17,7 +17,7 @@ The Initial Developer of the Original Code is Mark J Crane - Portions created by the Initial Developer are Copyright (C) 2008-2023 + Portions created by the Initial Developer are Copyright (C) 2008-2024 the Initial Developer. All Rights Reserved. Contributor(s): @@ -324,4 +324,4 @@ if (!empty($_GET["contact_uuid"]) && is_uuid($_GET["contact_uuid"])) { //include the footer require_once "resources/footer.php"; -?> \ No newline at end of file +?> diff --git a/app/contacts/contact_emails.php b/app/contacts/contact_emails.php index be75fd7ab7..c89e9da80b 100644 --- a/app/contacts/contact_emails.php +++ b/app/contacts/contact_emails.php @@ -17,7 +17,7 @@ The Initial Developer of the Original Code is Mark J Crane - Portions created by the Initial Developer are Copyright (C) 2008-2020 + Portions created by the Initial Developer are Copyright (C) 2008-2024 the Initial Developer. All Rights Reserved. Contributor(s): @@ -60,6 +60,7 @@ echo "
\n"; echo "\n"; + echo "
\n"; echo "\n"; echo "\n"; if (permission_exists('contact_email_delete')) { @@ -103,6 +104,7 @@ unset($contact_emails); echo "
"; + echo "
\n"; echo "
\n"; } diff --git a/app/contacts/contact_extensions.php b/app/contacts/contact_extensions.php index f4a74a31d9..96678d5e8f 100644 --- a/app/contacts/contact_extensions.php +++ b/app/contacts/contact_extensions.php @@ -17,7 +17,7 @@ The Initial Developer of the Original Code is Mark J Crane - Portions created by the Initial Developer are Copyright (C) 2008-2020 + Portions created by the Initial Developer are Copyright (C) 2008-2024 the Initial Developer. All Rights Reserved. Contributor(s): @@ -63,6 +63,7 @@ echo "
\n"; echo "\n"; + echo "
\n"; echo "\n"; echo "\n"; echo "\n"; @@ -102,6 +103,7 @@ unset($contact_extensions); echo "
".$text['label-extension']."
"; + echo "
\n"; echo "
\n"; } diff --git a/app/contacts/contact_import.php b/app/contacts/contact_import.php index 318356f51c..55984a97e8 100644 --- a/app/contacts/contact_import.php +++ b/app/contacts/contact_import.php @@ -17,7 +17,7 @@ The Initial Developer of the Original Code is Mark J Crane - Portions created by the Initial Developer are Copyright (C) 2008-2021 + Portions created by the Initial Developer are Copyright (C) 2008-2024 the Initial Developer. All Rights Reserved. Contributor(s): @@ -171,6 +171,7 @@ echo $text['description-contacts_import']."\n"; echo "

\n"; + echo "
\n"; echo "\n"; //define phone label options @@ -231,6 +232,7 @@ } echo "
\n"; + echo "
\n"; echo "

\n"; echo "\n"; @@ -442,6 +444,7 @@ echo $text['description-contacts_import']."\n"; echo "

\n"; + echo "
\n"; echo "\n"; echo "\n"; @@ -512,6 +515,7 @@ echo "\n"; echo "
\n"; + echo "
\n"; echo "
\n"; if (function_exists('curl_version') && !empty($_SESSION['contact']['google_oauth_client_id']['text']) && !empty($_SESSION['contact']['google_oauth_client_secret']['text'])) { diff --git a/app/contacts/contact_import_google.php b/app/contacts/contact_import_google.php index eed3f6d878..0cb041c5ef 100644 --- a/app/contacts/contact_import_google.php +++ b/app/contacts/contact_import_google.php @@ -17,7 +17,7 @@ The Initial Developer of the Original Code is Mark J Crane - Portions created by the Initial Developer are Copyright (C) 2008-2020 + Portions created by the Initial Developer are Copyright (C) 2008-2024 the Initial Developer. All Rights Reserved. Contributor(s): @@ -313,6 +313,7 @@ $row_style["1"] = "row_style1"; echo "
\n"; echo "\n"; +echo "
\n"; echo "\n"; echo "\n"; @@ -549,6 +550,7 @@ foreach ($contacts as $contact['id'] => $contact) { $c=($c)?0:1; } echo "
\n"; +echo "
\n"; echo "
"; echo "
"; diff --git a/app/contacts/contact_note_edit.php b/app/contacts/contact_note_edit.php index b3aecc351a..6c6061e13a 100644 --- a/app/contacts/contact_note_edit.php +++ b/app/contacts/contact_note_edit.php @@ -17,7 +17,7 @@ The Initial Developer of the Original Code is Mark J Crane - Portions created by the Initial Developer are Copyright (C) 2008-2019 + Portions created by the Initial Developer are Copyright (C) 2008-2024 the Initial Developer. All Rights Reserved. Contributor(s): @@ -200,6 +200,7 @@ echo "
\n"; echo "\n"; + echo "
\n"; echo "\n"; echo "\n"; @@ -212,6 +213,7 @@ echo "\n"; echo "
"; + echo "
\n"; echo "

"; echo "\n"; diff --git a/app/contacts/contact_notes.php b/app/contacts/contact_notes.php index e2c9c3dd52..07d45b94db 100644 --- a/app/contacts/contact_notes.php +++ b/app/contacts/contact_notes.php @@ -17,7 +17,7 @@ The Initial Developer of the Original Code is Mark J Crane - Portions created by the Initial Developer are Copyright (C) 2008-2020 + Portions created by the Initial Developer are Copyright (C) 2008-2024 the Initial Developer. All Rights Reserved. Contributor(s): @@ -62,6 +62,7 @@ echo "
\n"; echo "\n"; + echo "
\n"; echo "\n"; echo "\n"; if (permission_exists('contact_note_delete')) { @@ -105,6 +106,7 @@ unset($contact_notes); echo "
"; + echo "
\n"; echo "
\n"; } diff --git a/app/contacts/contact_phone_edit.php b/app/contacts/contact_phone_edit.php index d87682c2e0..4d729c34f2 100644 --- a/app/contacts/contact_phone_edit.php +++ b/app/contacts/contact_phone_edit.php @@ -17,7 +17,7 @@ The Initial Developer of the Original Code is Mark J Crane - Portions created by the Initial Developer are Copyright (C) 2008-2023 + Portions created by the Initial Developer are Copyright (C) 2008-2024 the Initial Developer. All Rights Reserved. Contributor(s): @@ -28,7 +28,7 @@ //includes files require_once dirname(__DIR__, 2) . "/resources/require.php"; require_once "resources/check_auth.php"; - + //check permissions if (permission_exists('contact_phone_edit') || permission_exists('contact_phone_add')) { //access granted @@ -269,6 +269,7 @@ echo "
\n"; echo "\n"; + echo "
\n"; echo "\n"; echo "\n"; @@ -394,6 +395,7 @@ echo "\n"; echo "
"; + echo "
\n"; echo "

"; echo "\n"; diff --git a/app/contacts/contact_phones.php b/app/contacts/contact_phones.php index 3cf1f2dd04..b70759f153 100644 --- a/app/contacts/contact_phones.php +++ b/app/contacts/contact_phones.php @@ -17,7 +17,7 @@ The Initial Developer of the Original Code is Mark J Crane - Portions created by the Initial Developer are Copyright (C) 2008-2020 + Portions created by the Initial Developer are Copyright (C) 2008-2024 the Initial Developer. All Rights Reserved. Contributor(s): @@ -72,6 +72,7 @@ echo "
\n"; echo "\n"; + echo "
\n"; echo "\n"; echo "\n"; if (permission_exists('contact_phone_delete')) { @@ -137,6 +138,7 @@ } echo "
\n"; + echo "
\n"; echo "
\n"; } diff --git a/app/contacts/contact_relation_edit.php b/app/contacts/contact_relation_edit.php index 8c31417ae4..e77b1d4fcf 100644 --- a/app/contacts/contact_relation_edit.php +++ b/app/contacts/contact_relation_edit.php @@ -17,7 +17,7 @@ The Initial Developer of the Original Code is Mark J Crane - Portions created by the Initial Developer are Copyright (C) 2008-2023 + Portions created by the Initial Developer are Copyright (C) 2008-2024 the Initial Developer. All Rights Reserved. Contributor(s): @@ -275,6 +275,7 @@ echo "
\n"; echo "\n"; + echo "
\n"; echo "\n"; echo "\n"; @@ -364,6 +365,7 @@ else { echo "
\n"; } + echo "
\n"; echo "

"; echo "\n"; diff --git a/app/contacts/contact_relations.php b/app/contacts/contact_relations.php index fc589f96fb..01e2c77779 100644 --- a/app/contacts/contact_relations.php +++ b/app/contacts/contact_relations.php @@ -17,7 +17,7 @@ The Initial Developer of the Original Code is Mark J Crane - Portions created by the Initial Developer are Copyright (C) 2008-2018 + Portions created by the Initial Developer are Copyright (C) 2008-2024 the Initial Developer. All Rights Reserved. Contributor(s): @@ -74,6 +74,7 @@ echo "
\n"; echo "\n"; + echo "
\n"; echo "\n"; echo "\n"; if (permission_exists('contact_relation_delete')) { @@ -117,6 +118,7 @@ } echo "
"; + echo "
\n"; echo "
\n"; } diff --git a/app/contacts/contact_setting_edit.php b/app/contacts/contact_setting_edit.php index 0ada4714dc..5fe5a36dbb 100644 --- a/app/contacts/contact_setting_edit.php +++ b/app/contacts/contact_setting_edit.php @@ -17,7 +17,7 @@ The Initial Developer of the Original Code is Mark J Crane - Portions created by the Initial Developer are Copyright (C) 2008-2023 + Portions created by the Initial Developer are Copyright (C) 2008-2024 the Initial Developer. All Rights Reserved. Contributor(s): @@ -242,6 +242,7 @@ } echo "

\n"; + echo "
\n"; echo "\n"; echo "\n"; @@ -352,6 +353,7 @@ echo "\n"; echo "
"; + echo "
\n"; echo "

"; echo "\n"; diff --git a/app/contacts/contact_settings.php b/app/contacts/contact_settings.php index 563f453c8d..0fa2d63a3b 100644 --- a/app/contacts/contact_settings.php +++ b/app/contacts/contact_settings.php @@ -17,7 +17,7 @@ The Initial Developer of the Original Code is Mark J Crane - Portions created by the Initial Developer are Copyright (C) 2008-2020 + Portions created by the Initial Developer are Copyright (C) 2008-2024 the Initial Developer. All Rights Reserved. Contributor(s): @@ -64,6 +64,7 @@ echo "
\n"; echo "\n"; + echo "
\n"; echo "\n"; echo "\n"; if (permission_exists('contact_setting_delete')) { @@ -126,6 +127,7 @@ } echo "
"; + echo "
\n"; echo "
\n"; } diff --git a/app/contacts/contact_time_edit.php b/app/contacts/contact_time_edit.php index 23253720bc..d7d4b0cb08 100644 --- a/app/contacts/contact_time_edit.php +++ b/app/contacts/contact_time_edit.php @@ -201,6 +201,7 @@ echo "
\n"; echo "\n"; + echo "
\n"; echo "\n"; echo "\n"; @@ -231,6 +232,7 @@ echo "\n"; echo "
"; + echo "
\n"; echo "

"; echo "\n"; diff --git a/app/contacts/contact_times.php b/app/contacts/contact_times.php index 222d87b2d5..1ab5fcf912 100644 --- a/app/contacts/contact_times.php +++ b/app/contacts/contact_times.php @@ -17,7 +17,7 @@ The Initial Developer of the Original Code is Mark J Crane - Portions created by the Initial Developer are Copyright (C) 2008-2020 + Portions created by the Initial Developer are Copyright (C) 2008-2024 the Initial Developer. All Rights Reserved. Contributor(s): @@ -67,6 +67,7 @@ echo "
\n"; echo "\n"; + echo "
\n"; echo "\n"; echo "\n"; if (permission_exists('contact_time_delete')) { @@ -122,6 +123,7 @@ } echo "
\n"; + echo "
\n"; echo "
\n"; } diff --git a/app/contacts/contact_url_edit.php b/app/contacts/contact_url_edit.php index 710326df03..3cef3ff885 100644 --- a/app/contacts/contact_url_edit.php +++ b/app/contacts/contact_url_edit.php @@ -17,7 +17,7 @@ The Initial Developer of the Original Code is Mark J Crane - Portions created by the Initial Developer are Copyright (C) 2008-2019 + Portions created by the Initial Developer are Copyright (C) 2008-2024 the Initial Developer. All Rights Reserved. Contributor(s): @@ -242,6 +242,7 @@ } echo "

\n"; + echo "
\n"; echo "\n"; echo "\n"; @@ -314,6 +315,7 @@ echo "\n"; echo "
"; + echo "
\n"; echo "

"; echo "\n"; diff --git a/app/contacts/contact_urls.php b/app/contacts/contact_urls.php index e8d8e5e720..d04d70cbb5 100644 --- a/app/contacts/contact_urls.php +++ b/app/contacts/contact_urls.php @@ -17,7 +17,7 @@ The Initial Developer of the Original Code is Mark J Crane - Portions created by the Initial Developer are Copyright (C) 2008-2020 + Portions created by the Initial Developer are Copyright (C) 2008-2024 the Initial Developer. All Rights Reserved. Contributor(s): @@ -62,6 +62,7 @@ echo "
\n"; echo "\n"; + echo "
\n"; echo "\n"; echo "\n"; if (permission_exists('contact_url_delete')) { @@ -105,6 +106,7 @@ unset($contact_urls); echo "
\n"; + echo "
\n"; echo "
\n"; } diff --git a/app/contacts/contacts.php b/app/contacts/contacts.php index 7cda88acee..6390fbe21e 100644 --- a/app/contacts/contacts.php +++ b/app/contacts/contacts.php @@ -17,7 +17,7 @@ The Initial Developer of the Original Code is Mark J Crane - Portions created by the Initial Developer are Copyright (C) 2008-2023 + Portions created by the Initial Developer are Copyright (C) 2008-2024 the Initial Developer. All Rights Reserved. Contributor(s): @@ -367,6 +367,7 @@ echo "\n"; echo "\n"; + echo "
\n"; echo "\n"; echo "\n"; if (permission_exists('contact_delete')) { @@ -447,6 +448,7 @@ } echo "
\n"; + echo "
\n"; echo "
\n"; echo "
".$paging_controls."
\n"; diff --git a/app/destinations/destination_edit.php b/app/destinations/destination_edit.php index d00d9ccc95..5d594364cc 100644 --- a/app/destinations/destination_edit.php +++ b/app/destinations/destination_edit.php @@ -17,7 +17,7 @@ The Initial Developer of the Original Code is Mark J Crane - Portions created by the Initial Developer are Copyright (C) 2008-2023 + Portions created by the Initial Developer are Copyright (C) 2008-2024 the Initial Developer. All Rights Reserved. Contributor(s): @@ -1554,6 +1554,7 @@ echo $text['description-destinations']."\n"; echo "

\n"; + echo "
\n"; echo "\n"; //destination type @@ -2080,6 +2081,7 @@ echo "\n"; echo "
"; + echo "
\n"; echo "

"; //hidden values diff --git a/app/destinations/destination_imports.php b/app/destinations/destination_imports.php index 468a6d3f89..673950c879 100644 --- a/app/destinations/destination_imports.php +++ b/app/destinations/destination_imports.php @@ -17,7 +17,7 @@ The Initial Developer of the Original Code is Mark J Crane - Portions created by the Initial Developer are Copyright (C) 2018-2022 + Portions created by the Initial Developer are Copyright (C) 2018-2024 the Initial Developer. All Rights Reserved. Contributor(s): @@ -738,6 +738,7 @@ echo $text['description-destination_import']."\n"; echo "

\n"; + echo "
\n"; echo "\n"; if (isset($_SESSION['file_name']) && !empty($_SESSION['file_name'])) { @@ -904,6 +905,7 @@ echo "\n"; echo "
\n"; + echo "
\n"; echo "

\n"; echo "\n"; @@ -951,6 +953,7 @@ echo $text['description-destination_import']."\n"; echo "

\n"; + echo "
\n"; echo "\n"; echo "\n"; @@ -1025,6 +1028,7 @@ } echo "
\n"; + echo "
\n"; echo "

"; echo "\n"; diff --git a/app/destinations/destination_summary.php b/app/destinations/destination_summary.php index 2a8af15005..55bd61be74 100644 --- a/app/destinations/destination_summary.php +++ b/app/destinations/destination_summary.php @@ -245,4 +245,4 @@ //show the footer require_once "resources/footer.php"; -?> \ No newline at end of file +?> diff --git a/app/destinations/destinations.php b/app/destinations/destinations.php index df33b03936..4cd6e7c6ff 100644 --- a/app/destinations/destinations.php +++ b/app/destinations/destinations.php @@ -17,7 +17,7 @@ The Initial Developer of the Original Code is Mark J Crane - Portions created by the Initial Developer are Copyright (C) 2008-2022 + Portions created by the Initial Developer are Copyright (C) 2008-2024 the Initial Developer. All Rights Reserved. Contributor(s): @@ -327,6 +327,7 @@ echo "\n"; echo "\n"; + echo "
\n"; echo "\n"; echo "\n"; if (permission_exists('destination_delete')) { @@ -437,6 +438,7 @@ } echo "
\n"; + echo "
\n"; echo "
\n"; echo "
".$paging_controls."
\n"; diff --git a/app/fax/fax.php b/app/fax/fax.php index 4d9e6fba64..e170c6723e 100644 --- a/app/fax/fax.php +++ b/app/fax/fax.php @@ -17,7 +17,7 @@ The Initial Developer of the Original Code is Mark J Crane - Portions created by the Initial Developer are Copyright (C) 2008-2023 + Portions created by the Initial Developer are Copyright (C) 2008-2024 the Initial Developer. All Rights Reserved. Contributor(s): @@ -223,6 +223,7 @@ echo "\n"; echo "\n"; + echo "
\n"; echo "\n"; echo "\n"; if (permission_exists('fax_extension_add') || permission_exists('fax_extension_delete')) { @@ -312,6 +313,7 @@ } echo "
\n"; + echo "
\n"; echo "
\n"; echo "
".$paging_controls."
\n"; diff --git a/app/fax/fax_advanced.php b/app/fax/fax_advanced.php index e5330e49a5..a2a56f7783 100644 --- a/app/fax/fax_advanced.php +++ b/app/fax/fax_advanced.php @@ -498,119 +498,119 @@ echo "\n"; echo " "; echo " \n"; + echo " \n"; + echo " \n"; + echo " \n"; + echo "
"; + echo "
\n"; + echo " \n"; + echo " "; + echo " "; + echo " \n"; - echo "
"; + echo " ".$text['label-email_account_connection']."

"; + echo "
\n"; - echo " "; - echo " "; - echo " \n"; + echo " \n"; + echo " \n"; + echo " \n"; + echo " \n"; - echo " \n"; - echo " \n"; - echo " \n"; - echo " \n"; + echo " \n"; + echo " \n"; + echo " \n"; + echo " \n"; - echo " \n"; - echo " \n"; - echo " \n"; - echo " \n"; + echo " \n"; + echo " \n"; + echo " \n"; + echo " \n"; - echo " \n"; - echo " \n"; - echo " \n"; - echo " \n"; + echo " \n"; + echo " \n"; + echo " \n"; + echo " \n"; - echo " \n"; - echo " \n"; - echo " \n"; - echo " \n"; + echo " \n"; + echo " \n"; + echo " \n"; + echo " \n"; - echo " \n"; - echo " \n"; - echo " \n"; - echo " \n"; + echo " \n"; + echo " \n"; + echo " \n"; + echo " \n"; - echo " \n"; - echo " \n"; - echo " \n"; - echo " \n"; - - echo " \n"; - echo " \n"; - echo " \n"; - echo " \n"; - - echo "
"; - echo " ".$text['label-email_account_connection']."

"; - echo "
\n"; + echo " ".$text['label-email_connection_type']."\n"; + echo " \n"; + echo " \n"; + echo "
\n"; + echo " ".$text['description-email_connection_type']."\n"; + echo "
\n"; - echo " ".$text['label-email_connection_type']."\n"; - echo " \n"; - echo " \n"; - echo "
\n"; - echo " ".$text['description-email_connection_type']."\n"; - echo "
\n"; + echo " ".$text['label-email_connection_server']."\n"; + echo " \n"; + echo "  : "; + echo " \n"; + echo "
\n"; + echo " ".$text['description-email_connection_server']."\n"; + echo "
\n"; - echo " ".$text['label-email_connection_server']."\n"; - echo " \n"; - echo "  : "; - echo "\n"; - echo "
\n"; - echo " ".$text['description-email_connection_server']."\n"; - echo "
\n"; + echo " ".$text['label-email_connection_security']."\n"; + echo " \n"; + echo " \n"; + echo "
\n"; + echo " ".$text['description-email_connection_security']."\n"; + echo "
\n"; - echo " ".$text['label-email_connection_security']."\n"; - echo " \n"; - echo " \n"; - echo "
\n"; - echo " ".$text['description-email_connection_security']."\n"; - echo "
\n"; + echo " ".$text['label-email_connection_validate']."\n"; + echo " \n"; + echo " \n"; + echo "
\n"; + echo " ".$text['description-email_connection_validate']."\n"; + echo "
\n"; - echo " ".$text['label-email_connection_validate']."\n"; - echo " \n"; - echo " \n"; - echo "
\n"; - echo " ".$text['description-email_connection_validate']."\n"; - echo "
\n"; + echo " ".$text['label-email_connection_username']."\n"; + echo " \n"; + echo " \n"; + echo " \n"; //help defeat browser auto-fill + echo "
\n"; + echo " ".$text['description-email_connection_username']."\n"; + echo "
\n"; - echo " ".$text['label-email_connection_username']."\n"; - echo " \n"; - echo " \n"; - echo " \n"; //help defeat browser auto-fill - echo "
\n"; - echo " ".$text['description-email_connection_username']."\n"; - echo "
\n"; + echo " ".$text['label-email_connection_password']."\n"; + echo " \n"; + echo " \n"; //help defeat browser auto-fill + echo " \n"; + echo "
\n"; + echo " ".$text['description-email_connection_password']."\n"; + echo "
\n"; - echo " ".$text['label-email_connection_password']."\n"; - echo " \n"; - echo " \n"; //help defeat browser auto-fill - echo " \n"; - echo "
\n"; - echo " ".$text['description-email_connection_password']."\n"; - echo "
\n"; - echo " ".$text['label-email_connection_mailbox']."\n"; - echo " \n"; - echo " \n"; - echo "
\n"; - echo " ".$text['description-email_connection_mailbox']."\n"; - echo "
\n"; + echo "
\n"; + echo " ".$text['label-email_connection_mailbox']."\n"; + echo " \n"; + echo " \n"; + echo "
\n"; + echo " ".$text['description-email_connection_mailbox']."\n"; + echo "
\n"; + echo " \n"; echo " "; echo "     "; echo " "; + echo "
\n"; echo "\n"; - echo ""; echo ""; echo "\n"; - echo "\n"; + echo "\n"; @@ -620,7 +620,6 @@ echo " ".$text['description-email_inbound_subject_tag']."\n"; echo "\n"; echo "\n"; - if (file_exists("fax_emails.php")) { echo ""; echo "\n"; } echo "
"; echo " ".$text['label-email_remote_inbox']."

"; echo "
\n"; echo " ".$text['label-email_inbound_subject_tag']."\n"; echo "
"; @@ -671,6 +670,7 @@ echo "
\n"; + echo "
\n"; echo " \n"; echo " \n"; @@ -695,4 +695,4 @@ //show the footer require_once "resources/footer.php"; -?> \ No newline at end of file +?> diff --git a/app/fax/fax_copy.php b/app/fax/fax_copy.php index a6c49f699f..1a8af19be7 100644 --- a/app/fax/fax_copy.php +++ b/app/fax/fax_copy.php @@ -17,7 +17,7 @@ The Initial Developer of the Original Code is Mark J Crane - Portions created by the Initial Developer are Copyright (C) 2008-2019 + Portions created by the Initial Developer are Copyright (C) 2008-2024 the Initial Developer. All Rights Reserved. Contributor(s): diff --git a/app/fax/fax_edit.php b/app/fax/fax_edit.php index 5812ad3d11..0345c96c16 100644 --- a/app/fax/fax_edit.php +++ b/app/fax/fax_edit.php @@ -532,6 +532,7 @@ } } + echo "
\n"; echo "\n"; echo "\n"; echo "\n"; echo " "; echo "
\n"; @@ -762,6 +763,7 @@ echo "
"; + echo "
\n"; echo "
\n"; echo ""; @@ -769,4 +771,4 @@ //show the footer require_once "resources/footer.php"; -?> \ No newline at end of file +?> diff --git a/app/fax/fax_emails.php b/app/fax/fax_emails.php index fc3b08d86d..70d73da4d7 100644 --- a/app/fax/fax_emails.php +++ b/app/fax/fax_emails.php @@ -17,7 +17,7 @@ The Initial Developer of the Original Code is Mark J Crane - Portions created by the Initial Developer are Copyright (C) 2015-2023 + Portions created by the Initial Developer are Copyright (C) 2015-2024 the Initial Developer. All Rights Reserved. Contributor(s): diff --git a/app/fax/fax_files.php b/app/fax/fax_files.php index 71a1551eed..fd11e9b579 100644 --- a/app/fax/fax_files.php +++ b/app/fax/fax_files.php @@ -394,6 +394,7 @@ echo "\n"; echo "\n"; + echo "
\n"; echo "\n"; echo "\n"; if (permission_exists('fax_file_delete') || permission_exists('fax_file_edit')) { @@ -553,6 +554,7 @@ } echo "
\n"; + echo "
\n"; echo "
\n"; echo "
".$paging_controls."
\n"; echo "\n"; diff --git a/app/fax/fax_files_remote.php b/app/fax/fax_files_remote.php index 11c6d3c3e4..16dd4c4a38 100644 --- a/app/fax/fax_files_remote.php +++ b/app/fax/fax_files_remote.php @@ -17,7 +17,7 @@ The Initial Developer of the Original Code is Mark J Crane - Portions created by the Initial Developer are Copyright (C) 2008-2021 + Portions created by the Initial Developer are Copyright (C) 2008-2024 the Initial Developer. All Rights Reserved. Contributor(s): @@ -202,6 +202,7 @@ echo "\n"; echo "

\n"; + echo "
\n"; echo "\n"; echo " \n"; echo " \n"; @@ -243,6 +244,7 @@ } echo "
".$text['label-fax_caller_id_name']."
"; + echo "
\n"; echo "

"; //close the connection diff --git a/app/fax/fax_log_view.php b/app/fax/fax_log_view.php index 2693f540c5..0455cdca4e 100644 --- a/app/fax/fax_log_view.php +++ b/app/fax/fax_log_view.php @@ -17,7 +17,7 @@ The Initial Developer of the Original Code is Mark J Crane - Portions created by the Initial Developer are Copyright (C) 2008-2023 + Portions created by the Initial Developer are Copyright (C) 2008-2024 the Initial Developer. All Rights Reserved. Contributor(s): @@ -127,6 +127,7 @@ echo modal::create(['id'=>'modal-delete','type'=>'delete','actions'=>button::create(['type'=>'submit','label'=>$text['button-continue'],'icon'=>'check','id'=>'btn_delete','style'=>'float: right; margin-left: 15px;','collapse'=>'never','name'=>'action','value'=>'delete','onclick'=>"modal_close();"])]); } + echo "
\n"; echo "\n"; echo "\n"; @@ -220,6 +221,7 @@ echo "\n"; echo "
"; + echo "
\n"; echo "

"; echo "\n"; @@ -231,4 +233,4 @@ //include the footer require_once "resources/footer.php"; -?> \ No newline at end of file +?> diff --git a/app/fax/fax_logs.php b/app/fax/fax_logs.php index 0d38bd2651..9fc2fd0f53 100644 --- a/app/fax/fax_logs.php +++ b/app/fax/fax_logs.php @@ -17,7 +17,7 @@ The Initial Developer of the Original Code is Mark J Crane - Portions created by the Initial Developer are Copyright (C) 2008-2023 + Portions created by the Initial Developer are Copyright (C) 2008-2024 the Initial Developer. All Rights Reserved. Contributor(s): @@ -153,6 +153,7 @@ echo "\n"; echo "\n"; + echo "
\n"; echo "\n"; echo "\n"; if (permission_exists('fax_log_delete')) { @@ -224,6 +225,7 @@ unset($fax_logs); echo "
\n"; + echo "
\n"; echo "
\n"; echo "
".($paging_controls ?? '')."
\n"; echo "\n"; @@ -233,4 +235,4 @@ //include the footer require_once "resources/footer.php"; -?> \ No newline at end of file +?> diff --git a/app/fax/fax_outbox.php b/app/fax/fax_outbox.php index 57af3edd2e..e50de73454 100644 --- a/app/fax/fax_outbox.php +++ b/app/fax/fax_outbox.php @@ -17,7 +17,7 @@ The Initial Developer of the Original Code is Mark J Crane - Portions created by the Initial Developer are Copyright (C) 2021 + Portions created by the Initial Developer are Copyright (C) 2021-2024 the Initial Developer. All Rights Reserved. Contributor(s): @@ -125,13 +125,14 @@ echo " \n"; //echo " "; - echo " \n"; - echo " \n"; - echo " "; - echo " "; - echo " "; - echo " "; - echo " \n"; + echo "
\n"; + echo "
DestinationStatusPreviewPath
\n"; + echo " \n"; + echo " "; + echo " "; + echo " "; + echo " "; + echo " \n"; //loop through the faxes if (isset($results["rows"])) { @@ -157,7 +158,8 @@ } } } - echo "
DestinationStatusPreviewPath
\n"; + echo " \n"; + echo " \n"; echo "
\n"; echo " \n"; echo "\n"; diff --git a/app/fax/fax_send.php b/app/fax/fax_send.php index 80336ce1b2..ddc77ffbe6 100644 --- a/app/fax/fax_send.php +++ b/app/fax/fax_send.php @@ -17,7 +17,7 @@ The Initial Developer of the Original Code is Mark J Crane - Portions created by the Initial Developer are Copyright (C) 2008-2023 + Portions created by the Initial Developer are Copyright (C) 2008-2024 the Initial Developer. All Rights Reserved. Contributor(s): @@ -991,7 +991,8 @@ if (!$included) { if ($domain_enabled == false) { echo "
".$text['notice-sending-disabled']."
\n"; } - + + echo "
\n"; echo "\n"; echo "\n"; @@ -1152,6 +1153,7 @@ if (!$included) { } echo "
"; + echo "
\n"; echo "

\n"; echo "\n"; @@ -1190,3 +1192,4 @@ function showgrid($pdf) { } } */ +?> diff --git a/app/fifo/fifo.php b/app/fifo/fifo.php index f0d87b3aae..0d9f5a0bb9 100644 --- a/app/fifo/fifo.php +++ b/app/fifo/fifo.php @@ -17,7 +17,7 @@ The Initial Developer of the Original Code is Mark J Crane - Portions created by the Initial Developer are Copyright (C) 2018 - 2023 + Portions created by the Initial Developer are Copyright (C) 2018-2024 the Initial Developer. All Rights Reserved. */ @@ -236,6 +236,7 @@ echo "\n"; echo "\n"; + echo "
\n"; echo "\n"; echo "\n"; if (permission_exists('fifo_add') || permission_exists('fifo_edit') || permission_exists('fifo_delete')) { @@ -309,6 +310,7 @@ } echo "
\n"; + echo "
\n"; echo "
\n"; echo "
".$paging_controls."
\n"; echo "\n"; @@ -317,4 +319,4 @@ //include the footer require_once "resources/footer.php"; -?> \ No newline at end of file +?> diff --git a/app/fifo/fifo_edit.php b/app/fifo/fifo_edit.php index dc3e39a8e1..58fcc33505 100644 --- a/app/fifo/fifo_edit.php +++ b/app/fifo/fifo_edit.php @@ -421,6 +421,7 @@ // } // } + echo "
\n"; echo "\n"; echo "\n"; @@ -646,6 +647,7 @@ echo "\n"; echo "
"; + echo "
\n"; echo "

"; echo "\n"; @@ -656,4 +658,4 @@ //include the footer require_once "resources/footer.php"; -?> \ No newline at end of file +?> diff --git a/app/ivr_menus/ivr_menu_edit.php b/app/ivr_menus/ivr_menu_edit.php index 38c5cd42a0..9936d4176a 100644 --- a/app/ivr_menus/ivr_menu_edit.php +++ b/app/ivr_menus/ivr_menu_edit.php @@ -17,7 +17,7 @@ The Initial Developer of the Original Code is Mark J Crane - Portions created by the Initial Developer are Copyright (C) 2008-2023 + Portions created by the Initial Developer are Copyright (C) 2008-2024 the Initial Developer. All Rights Reserved. Contributor(s): @@ -753,6 +753,7 @@ echo $text['description-ivr_menu']."\n"; echo "

\n"; + echo "
\n"; echo "\n"; echo "\n"; echo "\n"; echo "
\n"; @@ -1539,6 +1540,7 @@ echo "
"; + echo "
\n"; echo "

"; if (is_uuid($ivr_menu_uuid)) { diff --git a/app/ivr_menus/ivr_menus.php b/app/ivr_menus/ivr_menus.php index ba5f6f6d86..511d752b23 100644 --- a/app/ivr_menus/ivr_menus.php +++ b/app/ivr_menus/ivr_menus.php @@ -17,7 +17,7 @@ The Initial Developer of the Original Code is Mark J Crane - Portions created by the Initial Developer are Copyright (C) 2008 - 2019 + Portions created by the Initial Developer are Copyright (C) 2008-2024 the Initial Developer. All Rights Reserved. Contributor(s): @@ -212,6 +212,7 @@ echo "\n"; echo "\n"; + echo "
\n"; echo "\n"; echo "\n"; if (permission_exists('ivr_menu_add') || permission_exists('ivr_menu_edit') || permission_exists('ivr_menu_delete')) { @@ -284,6 +285,7 @@ unset($ivr_menus); echo "
\n"; + echo "
\n"; echo "
\n"; echo "
".$paging_controls."
\n"; diff --git a/app/music_on_hold/music_on_hold.php b/app/music_on_hold/music_on_hold.php index 220eb35705..9188550ae3 100644 --- a/app/music_on_hold/music_on_hold.php +++ b/app/music_on_hold/music_on_hold.php @@ -533,22 +533,23 @@ } //start the table - echo "\n"; - echo " \n"; + echo "
\n"; + echo "
\n"; + echo " \n"; if (permission_exists('music_on_hold_delete')) { - echo " \n"; + echo " \n"; } if ($show == "all" && permission_exists('music_on_hold_all')) { echo th_order_by('domain_name', $text['label-domain'], $order_by, $order, $param ?? null, "class='shrink'"); } - echo " \n"; - echo " \n"; - echo " \n"; - echo " \n"; - echo " "; + echo " \n"; + echo " \n"; + echo " \n"; + echo " \n"; + echo " "; unset($stream_icons, $icons); //list the stream files @@ -597,7 +598,8 @@ } } - echo "
\n"; - echo " \n"; - echo " \n"; - echo " \n"; + echo " \n"; + echo " \n"; + echo " ".$stream_details."".$text['label-tools']."".$text['label-file-size']."".$text['label-uploaded']."
".$stream_details."".$text['label-tools']."".$text['label-file-size']."".$text['label-uploaded']."
\n"; + echo " \n"; + echo "\n"; echo "
\n"; //set the previous music_on_hold_name @@ -705,4 +707,4 @@ fclose($fp); } -?> \ No newline at end of file +?> diff --git a/app/music_on_hold/music_on_hold_edit.php b/app/music_on_hold/music_on_hold_edit.php index a0d5da86c7..ed682a0af8 100644 --- a/app/music_on_hold/music_on_hold_edit.php +++ b/app/music_on_hold/music_on_hold_edit.php @@ -17,7 +17,7 @@ The Initial Developer of the Original Code is Mark J Crane - Portions created by the Initial Developer are Copyright (C) 2016-2020 + Portions created by the Initial Developer are Copyright (C) 2016-2024 the Initial Developer. All Rights Reserved. Contributor(s): @@ -218,6 +218,7 @@ echo "
\n"; echo "\n"; + echo "
\n"; echo "\n"; echo "\n"; @@ -497,6 +498,7 @@ } echo "
"; + echo "
\n"; echo "

"; if ($action == "update") { diff --git a/app/phrases/phrase_edit.php b/app/phrases/phrase_edit.php index c60bbbff1a..050251f5ad 100644 --- a/app/phrases/phrase_edit.php +++ b/app/phrases/phrase_edit.php @@ -467,6 +467,7 @@ echo modal::create(['id'=>'modal-delete','type'=>'delete','actions'=>button::create(['type'=>'submit','label'=>$text['button-continue'],'icon'=>'check','id'=>'btn_delete','style'=>'float: right; margin-left: 15px;','collapse'=>'never','name'=>'action','value'=>'delete','onclick'=>"modal_close();"])]); } + echo "
\n"; echo "\n"; echo "\n"; @@ -637,6 +638,7 @@ echo "\n"; echo "
"; + echo "
\n"; echo "

"; if ($action == "update") { diff --git a/app/phrases/phrases.php b/app/phrases/phrases.php index 0b80b72c96..2c75fd23e3 100644 --- a/app/phrases/phrases.php +++ b/app/phrases/phrases.php @@ -43,7 +43,7 @@ $sql_search = ''; //add additional variables - $show = $_GET['show'] ?? ''; + $show = $_GET['show'] ?? ''; //get posted data if (!empty($_POST['phrases'])) { @@ -188,6 +188,7 @@ echo "\n"; echo "\n"; + echo "
\n"; echo "\n"; echo "\n"; if (permission_exists('phrase_add') || permission_exists('phrase_edit') || permission_exists('phrase_delete')) { @@ -260,6 +261,7 @@ unset($phrases); echo "
\n"; + echo "
\n"; echo "
\n"; echo "
".$paging_controls."
\n"; @@ -270,4 +272,4 @@ //include the footer require_once "resources/footer.php"; -?> \ No newline at end of file +?> diff --git a/app/recordings/recording_edit.php b/app/recordings/recording_edit.php index cb2b0225bb..e75ea6a20d 100644 --- a/app/recordings/recording_edit.php +++ b/app/recordings/recording_edit.php @@ -312,6 +312,7 @@ echo modal::create(['id'=>'modal-delete','type'=>'delete','actions'=>button::create(['type'=>'submit','label'=>$text['button-continue'],'icon'=>'check','id'=>'btn_delete','style'=>'float: right; margin-left: 15px;','collapse'=>'never','name'=>'action','value'=>'delete','onclick'=>"modal_close();"])]); } + echo "
\n"; echo "\n"; echo "\n"; @@ -481,6 +482,7 @@ echo "\n"; echo "
"; + echo "
\n"; echo "

"; if (!empty($recording_uuid) && is_uuid($recording_uuid)) { @@ -493,4 +495,4 @@ //include the footer require_once "resources/footer.php"; -?> \ No newline at end of file +?> diff --git a/app/recordings/recordings.php b/app/recordings/recordings.php index 40d34f516f..e547e994aa 100644 --- a/app/recordings/recordings.php +++ b/app/recordings/recordings.php @@ -463,6 +463,7 @@ echo "\n"; echo "\n"; + echo "
\n"; echo "\n"; echo "\n"; $col_count = 0; @@ -584,6 +585,7 @@ } echo "
\n"; + echo "
\n"; echo "
\n"; echo "
".$paging_controls."
\n"; diff --git a/app/ring_groups/ring_group_edit.php b/app/ring_groups/ring_group_edit.php index ef771aa704..38efbf03e5 100644 --- a/app/ring_groups/ring_group_edit.php +++ b/app/ring_groups/ring_group_edit.php @@ -17,7 +17,7 @@ The Initial Developer of the Original Code is Mark J Crane - Portions created by the Initial Developer are Copyright (C) 2010-2023 + Portions created by the Initial Developer are Copyright (C) 2010-2024 the Initial Developer. All Rights Reserved. Contributor(s): @@ -769,6 +769,7 @@ echo $text['description']."\n"; echo "

\n"; + echo "
\n"; echo "\n"; echo "\n"; @@ -1285,6 +1286,7 @@ echo "\n"; echo "
"; + echo "
\n"; echo "

"; if (!empty($dialplan_uuid)) { diff --git a/app/ring_groups/ring_groups.php b/app/ring_groups/ring_groups.php index 6270b388f6..140024892b 100644 --- a/app/ring_groups/ring_groups.php +++ b/app/ring_groups/ring_groups.php @@ -17,7 +17,7 @@ The Initial Developer of the Original Code is Mark J Crane - Portions created by the Initial Developer are Copyright (C) 2010-2023 + Portions created by the Initial Developer are Copyright (C) 2010-2024 the Initial Developer. All Rights Reserved. Contributor(s): @@ -232,6 +232,7 @@ echo "\n"; echo "\n"; + echo "
\n"; echo "\n"; echo "\n"; if (permission_exists('ring_group_add') || permission_exists('ring_group_edit') || permission_exists('ring_group_delete')) { @@ -302,6 +303,7 @@ } echo "
\n"; + echo "
\n"; echo "
\n"; echo "
".$paging_controls."
\n"; diff --git a/app/streams/stream_edit.php b/app/streams/stream_edit.php index ae03b6f2f7..d53abbbba7 100644 --- a/app/streams/stream_edit.php +++ b/app/streams/stream_edit.php @@ -17,7 +17,7 @@ The Initial Developer of the Original Code is Mark J Crane - Portions created by the Initial Developer are Copyright (C) 2018-2023 + Portions created by the Initial Developer are Copyright (C) 2018-2024 the Initial Developer. All Rights Reserved. */ @@ -185,6 +185,7 @@ echo "
\n"; echo "\n"; + echo "
\n"; echo "\n"; echo "\n"; @@ -271,6 +272,7 @@ echo "\n"; echo "
"; + echo "
\n"; echo "

"; echo "\n"; diff --git a/app/streams/streams.php b/app/streams/streams.php index b018ab92b0..966f4ddc01 100644 --- a/app/streams/streams.php +++ b/app/streams/streams.php @@ -17,7 +17,7 @@ The Initial Developer of the Original Code is Mark J Crane - Portions created by the Initial Developer are Copyright (C) 2018-2023 + Portions created by the Initial Developer are Copyright (C) 2018-2024 the Initial Developer. All Rights Reserved. */ @@ -225,6 +225,7 @@ echo "\n"; echo "\n"; + echo "
\n"; echo "\n"; echo "\n"; if (permission_exists('stream_add') || permission_exists('stream_edit') || permission_exists('stream_delete')) { @@ -304,6 +305,7 @@ unset($streams); echo "
\n"; + echo "
\n"; echo "
\n"; echo "
".$paging_controls."
\n"; echo "\n"; diff --git a/app/time_conditions/time_condition_edit.php b/app/time_conditions/time_condition_edit.php index 2898ec5441..0153342a0f 100644 --- a/app/time_conditions/time_condition_edit.php +++ b/app/time_conditions/time_condition_edit.php @@ -17,7 +17,7 @@ The Initial Developer of the Original Code is Mark J Crane - Portions created by the Initial Developer are Copyright (C) 2008-2023 + Portions created by the Initial Developer are Copyright (C) 2008-2024 the Initial Developer. All Rights Reserved. Contributor(s): @@ -823,7 +823,7 @@ case 'hour': //hours of day \n"; echo $text['description-time_conditions']."\n"; echo "

\n"; +echo "
\n"; echo "\n"; echo "\n"; @@ -1062,7 +1063,7 @@ if ($action == 'update') { //adjust time one minute earlier to account for freeswitch one minute early on start condition behavior. $cond_val_start = $cond_val_start - 1; - + $cond_val_start = number_pad(floor($cond_val_start / 60),2).":".number_pad(fmod($cond_val_start, 60),2); if ($cond_val_stop != '') { $cond_val_stop = number_pad(floor($cond_val_stop / 60),2).":".number_pad(fmod($cond_val_stop, 60),2); @@ -1333,6 +1334,7 @@ if ($action == 'update') { echo "\n"; echo "
\n"; + echo "
\n"; echo "

\n"; if ($action == "update") { diff --git a/app/time_conditions/time_conditions.php b/app/time_conditions/time_conditions.php index b9d6d0e580..71d07eac90 100644 --- a/app/time_conditions/time_conditions.php +++ b/app/time_conditions/time_conditions.php @@ -17,7 +17,7 @@ The Initial Developer of the Original Code is Mark J Crane - Portions created by the Initial Developer are Copyright (C) 2008-2023 + Portions created by the Initial Developer are Copyright (C) 2008-2024 the Initial Developer. All Rights Reserved. Contributor(s): @@ -191,6 +191,7 @@ echo "\n"; echo "\n"; + echo "
\n"; echo "\n"; echo "\n"; if (permission_exists('time_condition_edit') || permission_exists('time_condition_delete')) { @@ -271,6 +272,7 @@ unset($dialplans); echo "
\n"; + echo "
\n"; echo "
\n"; echo "
".$paging_controls."
\n"; echo "\n"; diff --git a/app/voicemails/voicemail_edit.php b/app/voicemails/voicemail_edit.php index f1218a6df6..af6b11ecf5 100644 --- a/app/voicemails/voicemail_edit.php +++ b/app/voicemails/voicemail_edit.php @@ -551,6 +551,7 @@ echo modal::create(['id'=>'modal-delete','type'=>'delete','actions'=>button::create(['type'=>'submit','label'=>$text['button-continue'],'icon'=>'check','id'=>'btn_delete','style'=>'float: right; margin-left: 15px;','collapse'=>'never','name'=>'action','value'=>'delete','onclick'=>"modal_close();"])]); } + echo "
\n"; echo "\n"; echo "\n"; @@ -971,6 +972,7 @@ echo "\n"; echo "
"; + echo "
\n"; echo "

"; if ($action == "update") { diff --git a/app/voicemails/voicemail_export.php b/app/voicemails/voicemail_export.php index 76c92ae138..28fca7d6d0 100644 --- a/app/voicemails/voicemail_export.php +++ b/app/voicemails/voicemail_export.php @@ -149,6 +149,7 @@ echo $text['description-voicemail_export']; echo "

\n"; + echo "
\n"; echo "\n"; echo "\n"; echo "
\n"; @@ -172,6 +173,7 @@ } echo "
\n"; + echo "
\n"; echo "
\n"; echo "\n"; echo "\n"; @@ -179,4 +181,4 @@ //include the footer require_once "resources/footer.php"; -?> \ No newline at end of file +?> diff --git a/app/voicemails/voicemail_imports.php b/app/voicemails/voicemail_imports.php index 627846c94f..d1edfb37f3 100644 --- a/app/voicemails/voicemail_imports.php +++ b/app/voicemails/voicemail_imports.php @@ -17,7 +17,7 @@ The Initial Developer of the Original Code is Mark J Crane - Portions created by the Initial Developer are Copyright (C) 2019-2020 + Portions created by the Initial Developer are Copyright (C) 2019-2024 the Initial Developer. All Rights Reserved. Contributor(s): @@ -169,6 +169,7 @@ echo $text['description-import']."\n"; echo "

\n"; + echo "
\n"; echo "\n"; //loop through user columns @@ -205,6 +206,7 @@ } echo "
\n"; + echo "
\n"; echo "

\n"; echo "\n"; @@ -374,6 +376,7 @@ echo $text['description-import']."\n"; echo "

\n"; + echo "
\n"; echo "\n"; echo "\n"; @@ -444,6 +447,7 @@ echo "\n"; echo "
\n"; + echo "
\n"; echo "

"; echo "\n"; diff --git a/app/voicemails/voicemail_messages.php b/app/voicemails/voicemail_messages.php index 18b420b2be..cba17c30a5 100644 --- a/app/voicemails/voicemail_messages.php +++ b/app/voicemails/voicemail_messages.php @@ -370,6 +370,7 @@ echo "
\n"; echo "\n"; + echo "
\n"; echo "\n"; echo "\n"; // dummy row to adjust the alternating background color @@ -492,6 +493,7 @@ $previous_voicemail_id = $field['voicemail_id']; } echo "
\n"; + echo "
\n"; echo "
\n"; echo "
".$paging_controls."
\n"; echo "\n"; @@ -536,4 +538,4 @@ //include the footer require_once "resources/footer.php"; -?> \ No newline at end of file +?> diff --git a/app/voicemails/voicemails.php b/app/voicemails/voicemails.php index 4cbdb924ae..2c73b0243b 100644 --- a/app/voicemails/voicemails.php +++ b/app/voicemails/voicemails.php @@ -255,6 +255,7 @@ echo "\n"; echo "\n"; + echo "
\n"; echo "\n"; echo "\n"; if (permission_exists('voicemail_edit') || permission_exists('voicemail_delete')) { @@ -352,6 +353,7 @@ unset($voicemails); echo "
\n"; + echo "
\n"; echo "
\n"; echo "
".$paging_controls."
\n"; echo "\n"; diff --git a/app/xml_cdr/xml_cdr.php b/app/xml_cdr/xml_cdr.php index 7f1aae17ac..dac06b2732 100644 --- a/app/xml_cdr/xml_cdr.php +++ b/app/xml_cdr/xml_cdr.php @@ -314,6 +314,7 @@ if ($permission['xml_cdr_search']) { echo "\n"; + echo "
\n"; echo "
\n"; if ($permission['xml_cdr_search_direction']) { @@ -617,6 +618,7 @@ echo button::create(['label'=>$text['button-reset'],'icon'=>$_SESSION['theme']['button_icon_reset'],'type'=>'button','link'=>($archive_request ? 'xml_cdr_archive.php' : 'xml_cdr.php')]); echo button::create(['label'=>$text['button-search'],'icon'=>$_SESSION['theme']['button_icon_search'],'type'=>'submit','id'=>'btn_save','name'=>'submit']); echo "
\n"; + echo "
\n"; echo "
".$text['description_search']."
\n"; echo "
"; @@ -630,6 +632,7 @@ echo "
\n"; echo "\n"; + echo "
\n"; echo "\n"; echo "\n"; $col_count = 0; @@ -1013,6 +1016,7 @@ } echo "
\n"; + echo "
\n"; echo "
\n"; echo "
".$paging_controls."
\n"; echo "\n"; diff --git a/app/xml_cdr/xml_cdr_details.php b/app/xml_cdr/xml_cdr_details.php index c4fb252e7b..3f186edd5f 100644 --- a/app/xml_cdr/xml_cdr_details.php +++ b/app/xml_cdr/xml_cdr_details.php @@ -406,6 +406,7 @@ //show the call summary - vertical if ($_SESSION['cdr']['summary_style']['text'] == 'vertical') { + echo "
\n"; echo "\n"; echo "\n"; echo "\n"; @@ -421,11 +422,13 @@ } } echo "
".$text['label-name']."
"; + echo "
\n"; echo "

\n"; } //show the call summary - horizontal if ($_SESSION['cdr']['summary_style']['text'] == 'horizontal') { + echo "
\n"; echo "\n"; echo "\n"; //echo "\n"; @@ -478,6 +481,7 @@ echo " \n"; echo " \n"; echo "
".$text['label-direction']."Language".escape(gmdate("G:i:s", (int)$duration))."".escape($text['label-'.$status])."
"; + echo "
\n"; echo "

\n"; } @@ -488,6 +492,7 @@ echo " \n"; echo "\n"; echo "\n"; + echo "
\n"; echo "\n"; echo "\n"; echo " \n"; @@ -517,11 +522,13 @@ $i++; } echo "
".$text['label-application']."
"; + echo "
\n"; echo "

\n"; //transcription, if enabled if ($transcribe_enabled == 'true' && !empty($transcribe_engine) && !empty($record_transcription)) { echo "".$text['label-transcription']."
\n"; + echo "
\n"; echo "\n"; echo "\n"; echo " \n"; @@ -530,6 +537,7 @@ echo " \n"; echo "\n"; echo "
".$text['label-text']."".escape($record_transcription)."
"; + echo "
\n"; echo "

\n"; } @@ -547,6 +555,7 @@ echo "  \n"; echo "\n"; echo "\n"; + echo "
\n"; echo "\n"; echo "\n"; echo " \n"; @@ -589,6 +598,7 @@ $c = $c ? 0 : 1; } echo "
".$text['label-name']."
\n"; + echo "
\n"; echo "

\n"; } } @@ -606,6 +616,7 @@ echo "\n"; echo "\n"; echo "\n"; + echo "
\n"; echo "\n"; echo "\n"; echo "\n"; @@ -624,6 +635,7 @@ } } echo "
".$text['label-name']."
"; + echo "
\n"; echo "

\n"; } @@ -638,6 +650,7 @@ echo "\n"; echo "\n"; echo "\n"; + echo "
\n"; echo "\n"; echo "\n"; echo "\n"; @@ -688,6 +701,7 @@ } } echo "
".$text['label-name']."
"; + echo "
\n"; echo "

\n"; } @@ -703,6 +717,7 @@ echo "\n"; echo "\n"; + echo "
\n"; echo "\n"; echo "\n"; echo "\n"; @@ -731,6 +746,7 @@ } } echo "
".$text['label-name']."
"; + echo "
\n"; echo "

\n"; } diff --git a/app/xml_cdr/xml_cdr_extension_summary.php b/app/xml_cdr/xml_cdr_extension_summary.php index b242476dca..4e3b43b3e3 100644 --- a/app/xml_cdr/xml_cdr_extension_summary.php +++ b/app/xml_cdr/xml_cdr_extension_summary.php @@ -17,7 +17,7 @@ The Initial Developer of the Original Code is Mark J Crane - Portions created by the Initial Developer are Copyright (C) 2008-2023 + Portions created by the Initial Developer are Copyright (C) 2008-2024 the Initial Developer. All Rights Reserved. Contributor(s): @@ -148,38 +148,38 @@ echo " \n"; echo " \n"; echo " \n"; - echo " \n"; - echo "
\n"; - echo "
\n"; - echo " ".$text['label-include_internal']."\n"; + echo "
\n"; + echo "
\n"; + echo " ".$text['label-include_internal']."\n"; + echo "
\n"; + echo "
\n"; + echo " \n"; + echo "
\n"; echo "
\n"; - echo "
\n"; - echo " \n"; - echo "
\n"; - echo "
\n"; - echo "
\n"; - echo "
\n"; - echo " ".$text['label-start_date_time']."\n"; + echo "
\n"; + echo "
\n"; + echo " ".$text['label-start_date_time']."\n"; + echo "
\n"; + echo "
\n"; + echo " \n"; + echo "
\n"; echo "
\n"; - echo "
\n"; - echo " \n"; - echo "
\n"; - echo "
\n"; - echo "
\n"; - echo "
\n"; - echo " ".$text['label-end_date_time']."\n"; + echo "
\n"; + echo "
\n"; + echo " ".$text['label-end_date_time']."\n"; + echo "
\n"; + echo "
\n"; + echo " \n"; + echo "
\n"; echo "
\n"; - echo "
\n"; - echo " \n"; - echo "
\n"; - echo "
\n"; + echo "
\n"; echo "
\n"; echo "
\n"; diff --git a/app/xml_cdr/xml_cdr_log.php b/app/xml_cdr/xml_cdr_log.php index a508f49d90..98f3a1a1b1 100644 --- a/app/xml_cdr/xml_cdr_log.php +++ b/app/xml_cdr/xml_cdr_log.php @@ -143,6 +143,7 @@ echo "
\n"; echo "\n"; + echo "
\n"; echo "\n"; echo " \n"; echo " "; echo " \n"; echo "
"; @@ -212,6 +213,7 @@ echo "
\n"; + echo "
\n"; //include the footer require_once "resources/footer.php"; diff --git a/app/xml_cdr/xml_cdr_search.php b/app/xml_cdr/xml_cdr_search.php index 79a0c22878..fb214280ed 100644 --- a/app/xml_cdr/xml_cdr_search.php +++ b/app/xml_cdr/xml_cdr_search.php @@ -17,7 +17,7 @@ The Initial Developer of the Original Code is Mark J Crane - Copyright (C) 2008-2023 + Copyright (C) 2008-2024 All Rights Reserved. Contributor(s): @@ -118,7 +118,8 @@ echo " \n"; echo "
\n"; echo "\n"; - + + echo "
\n"; echo "\n"; echo " \n"; echo " "; echo " "; echo "
\n"; @@ -341,6 +342,7 @@ echo "
"; + echo "
\n"; echo "

"; echo ""; @@ -348,4 +350,4 @@ //include footer require_once "resources/footer.php"; -?> \ No newline at end of file +?> diff --git a/app/xml_cdr/xml_cdr_statistics.php b/app/xml_cdr/xml_cdr_statistics.php index 92cd922155..9a688a85cd 100644 --- a/app/xml_cdr/xml_cdr_statistics.php +++ b/app/xml_cdr/xml_cdr_statistics.php @@ -17,7 +17,7 @@ The Initial Developer of the Original Code is Mark J Crane - Portions created by the Initial Developer are Copyright (C) 2008-2023 + Portions created by the Initial Developer are Copyright (C) 2008-2024 the Initial Developer. All Rights Reserved. Contributor(s): @@ -272,8 +272,10 @@ \n"; //show the results + echo "
\n"; echo "\n"; echo "\n"; echo " \n"; @@ -341,4 +343,4 @@ //include the footer require_once "resources/footer.php"; -?> \ No newline at end of file +?>
".$text['label-hours']."