From f459b610efd54dd77f5fd1bb2cb1d20c7d5a183a Mon Sep 17 00:00:00 2001 From: n0obHere <156116672+n0obHere@users.noreply.github.com> Date: Sat, 8 Feb 2025 14:03:00 -0500 Subject: [PATCH 1/3] Align search input text field with buttons --- themes/default/css.php | 1 + 1 file changed, 1 insertion(+) diff --git a/themes/default/css.php b/themes/default/css.php index 5437f172ed..e9c5561491 100644 --- a/themes/default/css.php +++ b/themes/default/css.php @@ -2188,6 +2188,7 @@ else { //default: white -webkit-transition: all 0.25s ease; -moz-transition: all 0.25s ease; transition: all 0.25s ease; + vertical-align: middle; } input[type=text].list-search:focus { From b3cf46bcdc51d658ff5dcc44bacdcaae8046eca4 Mon Sep 17 00:00:00 2001 From: n0obHere <156116672+n0obHere@users.noreply.github.com> Date: Thu, 27 Feb 2025 21:26:31 -0500 Subject: [PATCH 2/3] Fix typo that broke users.php Fix typo that broke users.php in commit c3bc265 --- core/users/users.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/users/users.php b/core/users/users.php index 7f0890e625..fa6e34b052 100644 --- a/core/users/users.php +++ b/core/users/users.php @@ -52,7 +52,7 @@ $users = $_POST['users'] ?? ''; } -S//process the http post data by action +//process the http post data by action if (!empty($action) && is_array($users) && @sizeof($users) != 0) { switch ($action) { case 'copy': @@ -321,4 +321,4 @@ S//process the http post data by action //include the footer require_once "resources/footer.php"; -?> \ No newline at end of file +?> From c4b023db2aa48ac1946227a7442c2c7b94f71354 Mon Sep 17 00:00:00 2001 From: n0obHere <156116672+n0obHere@users.noreply.github.com> Date: Fri, 14 Mar 2025 12:19:34 -0400 Subject: [PATCH 3/3] Update caller_id.php Corrected the column names for caller ID name and number on the dashboard card, to match whats on the extensions page --- app/extensions/resources/dashboard/caller_id.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/extensions/resources/dashboard/caller_id.php b/app/extensions/resources/dashboard/caller_id.php index 9f6e6929cf..46e5e50ebc 100644 --- a/app/extensions/resources/dashboard/caller_id.php +++ b/app/extensions/resources/dashboard/caller_id.php @@ -254,9 +254,9 @@ echo "
| ".$text['label-extension']." | \n"; - echo "".$text['label-caller_id']." | \n"; + echo "".$text['label-outbound_cid_name']." | \n"; if (!permission_exists('outbound_caller_id_select')) { - echo "".$text['label-destination']." | \n"; + echo "".$text['label-outbound_cid_number']." | \n"; } echo "
|---|