From cc08aa724dea4922f88ba55bba3ea725ee788088 Mon Sep 17 00:00:00 2001 From: fusionate Date: Mon, 16 Sep 2024 18:22:28 -0600 Subject: [PATCH] Dashboard: Widget counter pill style adjustments. --- app/registrations/resources/dashboard/registrations.php | 2 +- app/voicemails/resources/dashboard/voicemails.php | 4 ++-- app/xml_cdr/resources/dashboard/missed_calls.php | 4 ++-- app/xml_cdr/resources/dashboard/recent_calls.php | 4 ++-- core/domains/resources/dashboard/domains.php | 4 ++-- 5 files changed, 9 insertions(+), 9 deletions(-) diff --git a/app/registrations/resources/dashboard/registrations.php b/app/registrations/resources/dashboard/registrations.php index a7fde8093e..f944f57d34 100644 --- a/app/registrations/resources/dashboard/registrations.php +++ b/app/registrations/resources/dashboard/registrations.php @@ -53,7 +53,7 @@ echo " ".escape($dashboard_label).""; echo "
\n"; echo " \n"; - echo " ".$active_registrations." / ".($active_registrations + $inactive_registrations)."\n"; + echo " ".$active_registrations." / ".($active_registrations + $inactive_registrations)."\n"; echo "
\n"; echo " \n"; if (empty($dashboard_details_state) || $dashboard_details_state != "disabled") { diff --git a/app/voicemails/resources/dashboard/voicemails.php b/app/voicemails/resources/dashboard/voicemails.php index 372ad8d5f9..f1e0baaa61 100644 --- a/app/voicemails/resources/dashboard/voicemails.php +++ b/app/voicemails/resources/dashboard/voicemails.php @@ -111,7 +111,7 @@ echo "\n"; echo "
\n"; echo " \n"; - echo " ".$messages['new']."\n"; + echo " ".$messages['new']."\n"; echo "
\n"; echo "
"; } @@ -157,4 +157,4 @@ echo "\n"; -?> +?> \ No newline at end of file diff --git a/app/xml_cdr/resources/dashboard/missed_calls.php b/app/xml_cdr/resources/dashboard/missed_calls.php index ec985c37de..b00e62a973 100644 --- a/app/xml_cdr/resources/dashboard/missed_calls.php +++ b/app/xml_cdr/resources/dashboard/missed_calls.php @@ -149,7 +149,7 @@ echo "\n"; echo "
\n"; echo " \n"; - echo " ".$num_rows."\n"; + echo " ".$num_rows."\n"; echo "
\n"; echo "
"; } @@ -220,4 +220,4 @@ } echo "\n"; -?> +?> \ No newline at end of file diff --git a/app/xml_cdr/resources/dashboard/recent_calls.php b/app/xml_cdr/resources/dashboard/recent_calls.php index e410be10b7..bdeb2148f3 100644 --- a/app/xml_cdr/resources/dashboard/recent_calls.php +++ b/app/xml_cdr/resources/dashboard/recent_calls.php @@ -147,7 +147,7 @@ echo "
\n"; echo "
\n"; echo " \n"; - echo " ".$num_rows."\n"; + echo " ".$num_rows."\n"; echo "
\n"; echo "
"; } @@ -240,4 +240,4 @@ } echo "\n"; -?> +?> \ No newline at end of file diff --git a/core/domains/resources/dashboard/domains.php b/core/domains/resources/dashboard/domains.php index 748c288f7a..6b35a3e7b4 100644 --- a/core/domains/resources/dashboard/domains.php +++ b/core/domains/resources/dashboard/domains.php @@ -37,7 +37,7 @@ echo " ".escape($dashboard_label).""; echo "
\n"; echo " \n"; - echo " ".$domain_count."\n"; + echo " ".$domain_count."\n"; echo "
\n"; echo " \n"; if (empty($dashboard_details_state) || $dashboard_details_state != "disabled") { @@ -46,4 +46,4 @@ echo " "; echo "\n"; -?> +?> \ No newline at end of file