diff --git a/app/domain_limits/resources/dashboard/domain_limits.php b/app/domain_limits/resources/dashboard/domain_limits.php index 7deac8bfa5..73db676ad2 100644 --- a/app/domain_limits/resources/dashboard/domain_limits.php +++ b/app/domain_limits/resources/dashboard/domain_limits.php @@ -19,6 +19,8 @@ $text = $language->get($_SESSION['domain']['language']['code'], 'core/user_settings'); //domain limits + echo "
\n"; + if (is_array($_SESSION['limit']) && sizeof($_SESSION['limit']) > 0) { $c = 0; $row_style["0"] = "row_style0"; @@ -47,11 +49,55 @@ $show_stat = false; } - echo "".$text['label-domain_limits'].""; - if ($show_stat) { - echo "".$hud_stat.""; - echo "".$hud_stat_title."\n"; + //add doughnut chart + ?> +
+
+ + +
+
+ + + "; @@ -111,7 +157,8 @@ echo "
"; $n++; - echo " "; + echo ""; + echo "\n"; } -?> \ No newline at end of file +?>