diff --git a/app/call_forward/resources/dashboard/call_forward.php b/app/call_forward/resources/dashboard/call_forward.php index 54b4bec1f3..4cfdcc6625 100644 --- a/app/call_forward/resources/dashboard/call_forward.php +++ b/app/call_forward/resources/dashboard/call_forward.php @@ -102,12 +102,12 @@ //begin widget echo "
\n"; - echo "
\n"; - echo " ".$text['header-call_forward']."\n"; + echo "
\n"; + echo " ".$text['header-call_forward']."\n"; //doughnut chart if ($dashboard_chart_type == "doughnut") { - echo "
\n"; + echo "
\n"; echo "\n"; } if ($dashboard_chart_type == "none") { - echo " ".$stats['call_forward'].""; + echo " ".$stats['call_forward'].""; } echo "
\n"; diff --git a/app/domain_limits/resources/dashboard/domain_limits.php b/app/domain_limits/resources/dashboard/domain_limits.php index 3dc342d20a..8640b8b25b 100644 --- a/app/domain_limits/resources/dashboard/domain_limits.php +++ b/app/domain_limits/resources/dashboard/domain_limits.php @@ -110,12 +110,12 @@ $hud_stat_title = $text['label-destinations']; } - echo "
\n"; - echo " ".$text['label-domain_limits']."\n"; + echo "
\n"; + echo " ".$text['label-domain_limits']."\n"; //doughnut chart if ($dashboard_chart_type == "doughnut") { - echo "
\n"; + echo "
\n"; echo "\n"; } if ($dashboard_chart_type == "none") { - echo " ".$hud_stat_used.""; + echo " ".$hud_stat_used.""; } echo "
\n"; diff --git a/app/extensions/resources/dashboard/caller_id.php b/app/extensions/resources/dashboard/caller_id.php index 2ef2869f99..3a787e2886 100644 --- a/app/extensions/resources/dashboard/caller_id.php +++ b/app/extensions/resources/dashboard/caller_id.php @@ -173,12 +173,12 @@ //caller id echo "
\n"; - echo "
\n"; - echo " ".$text['label-caller_id_number']."\n"; + echo "
\n"; + echo " ".$text['label-caller_id_number']."\n"; //doughnut chart if ($dashboard_chart_type == "doughnut") { - echo "
\n"; + echo "
\n"; echo "\n"; } if ($dashboard_chart_type == "none") { - echo " ".$stats['undefined'].""; + echo " ".$stats['undefined'].""; } echo "
\n"; diff --git a/app/ring_groups/resources/dashboard/ring_group_forward.php b/app/ring_groups/resources/dashboard/ring_group_forward.php index 8bbc383126..550d3e9f45 100644 --- a/app/ring_groups/resources/dashboard/ring_group_forward.php +++ b/app/ring_groups/resources/dashboard/ring_group_forward.php @@ -152,15 +152,15 @@ //ring group forward echo "
\n"; - - echo "
\n"; - echo " ".$text['header-ring-group-forward']."\n"; + + echo "
\n"; + echo " ".$text['header-ring-group-forward']."\n"; //doughnut chart if ($dashboard_chart_type == "doughnut") { - echo "
\n"; - + echo "
\n"; + echo "\n"; } if ($dashboard_chart_type == "none") { - echo " ".$stats['forwarding'].""; + echo " ".$stats['forwarding'].""; } echo "
\n"; diff --git a/app/switch/resources/dashboard/switch_status.php b/app/switch/resources/dashboard/switch_status.php index de4278c0e8..d5f2425739 100644 --- a/app/switch/resources/dashboard/switch_status.php +++ b/app/switch/resources/dashboard/switch_status.php @@ -76,13 +76,13 @@ $registrations = $registration->count(); } - echo "
\n"; - echo " ".$text['label-switch_status']."\n"; + echo "
\n"; + echo " ".$text['label-switch_status']."\n"; if ($dashboard_chart_type == "doughnut") { //add doughnut chart ?> -
+