diff --git a/templates/Sparkle/admin/admins/admins_admin.tpl b/templates/Sparkle/admin/admins/admins_admin.tpl index 834de832..f9460798 100644 --- a/templates/Sparkle/admin/admins/admins_admin.tpl +++ b/templates/Sparkle/admin/admins/admins_admin.tpl @@ -28,7 +28,7 @@ -
+
@@ -46,7 +46,7 @@
-
+
diff --git a/templates/Sparkle/admin/configfiles/configfiles_file.tpl b/templates/Sparkle/admin/configfiles/configfiles_file.tpl index e15760f9..d09d8340 100644 --- a/templates/Sparkle/admin/configfiles/configfiles_file.tpl +++ b/templates/Sparkle/admin/configfiles/configfiles_file.tpl @@ -1,5 +1,5 @@

-
+

diff --git a/templates/Sparkle/admin/cronjobs/cronjobs.tpl b/templates/Sparkle/admin/cronjobs/cronjobs.tpl index 61b151fd..1b7cfe0d 100644 --- a/templates/Sparkle/admin/cronjobs/cronjobs.tpl +++ b/templates/Sparkle/admin/cronjobs/cronjobs.tpl @@ -4,7 +4,14 @@ $header

  {$lng['admin']['cron']['cronsettings']}

- + +
+
+
{$lng['admin']['warning']}
+
{$lng['cron']['changewarning']}
+
+
+
@@ -22,12 +29,5 @@ $header
-
-
-
{$lng['admin']['warning']}
-
{$lng['cron']['changewarning']}
-
-
- $footer diff --git a/templates/Sparkle/admin/customers/customers.tpl b/templates/Sparkle/admin/customers/customers.tpl index 5731b597..72b43f83 100644 --- a/templates/Sparkle/admin/customers/customers.tpl +++ b/templates/Sparkle/admin/customers/customers.tpl @@ -11,7 +11,7 @@ $header
- +
  {$lng['admin']['customer_add']} @@ -61,7 +61,7 @@ $header - +
  {$lng['admin']['customer_add']} diff --git a/templates/Sparkle/admin/customers/customers_customer.tpl b/templates/Sparkle/admin/customers/customers_customer.tpl index b9070c85..c3583751 100644 --- a/templates/Sparkle/admin/customers/customers_customer.tpl +++ b/templates/Sparkle/admin/customers/customers_customer.tpl @@ -20,7 +20,7 @@ {$last_login} - +
Webspace: diff --git a/templates/Sparkle/admin/index/index.tpl b/templates/Sparkle/admin/index/index.tpl index 76cee47a..dc6fb379 100644 --- a/templates/Sparkle/admin/index/index.tpl +++ b/templates/Sparkle/admin/index/index.tpl @@ -6,7 +6,7 @@ $header
- +
{$lng['admin']['customers']}
@@ -18,7 +18,7 @@ $header
- +
{$lng['customer']['domains']}
@@ -30,7 +30,7 @@ $header
- +
{$lng['customer']['subdomains']}
@@ -43,7 +43,7 @@ $header
- +
{$lng['customer']['diskspace']}
@@ -56,7 +56,7 @@ $header
- +
{$lng['customer']['traffic']}
@@ -69,7 +69,7 @@ $header
- +
{$lng['customer']['mysqls']}
@@ -82,7 +82,7 @@ $header
- +
{$lng['customer']['emails']}
@@ -95,7 +95,7 @@ $header
- +
{$lng['customer']['accounts']}
@@ -108,7 +108,7 @@ $header
- +
{$lng['customer']['forwarders']}
@@ -122,7 +122,7 @@ $header
- +
{$lng['customer']['email_quota']}
@@ -137,7 +137,7 @@ $header
- +
{$lng['customer']['autoresponder']}
@@ -152,7 +152,7 @@ $header
- +
{$lng['aps']['numberofapspackages']}
@@ -166,7 +166,7 @@ $header
- +
{$lng['customer']['ftps']}
@@ -180,7 +180,7 @@ $header
- +
{$lng['customer']['tickets']}
diff --git a/templates/Sparkle/assets/css/main.css b/templates/Sparkle/assets/css/main.css index 4177218f..133e5148 100644 --- a/templates/Sparkle/assets/css/main.css +++ b/templates/Sparkle/assets/css/main.css @@ -827,8 +827,8 @@ select[multiple="multiple"] { /* PROGRESS BAR */ .progress { height:15px; - width: 200px; - margin:2px 0 2px 0; + width: 150px; + margin:2px 0 2px 10px; overflow:hidden; background-color:#f7f7f7; -webkit-border-radius:3px; @@ -838,6 +838,7 @@ select[multiple="multiple"] { -moz-box-shadow:inset 0 1px 2px rgba(0,0,0,0.1); box-shadow:inset 0 1px 2px rgba(0,0,0,0.1); text-align: center; + color: #999; } .progress .bar { width:1px; diff --git a/templates/Sparkle/assets/js/circular.js b/templates/Sparkle/assets/js/circular.js index 11f459e6..2a4e5069 100644 --- a/templates/Sparkle/assets/js/circular.js +++ b/templates/Sparkle/assets/js/circular.js @@ -46,9 +46,9 @@ $(document).ready(function() { $(".circular").each(function(index, element) { var canvas = "#" + $(element).attr("id") + "-canvas"; - var used = parseFloat($(element).attr("used")); - var available = $(element).attr("available"); - var assigned = parseFloat($(element).attr("assigned")); + var used = parseFloat($(element).data("used")); + var available = $(element).data("available"); + var assigned = parseFloat($(element).data("assigned")); var usedD, usedP, assignedP, assignedD; // Draw basic circle diff --git a/templates/Sparkle/customer/index/index.tpl b/templates/Sparkle/customer/index/index.tpl index 8c07dc16..c47e9f23 100644 --- a/templates/Sparkle/customer/index/index.tpl +++ b/templates/Sparkle/customer/index/index.tpl @@ -8,7 +8,7 @@ $header
- +
{$lng['customer']['subdomains']}
@@ -22,7 +22,7 @@ $header
- +
{$lng['customer']['diskspace']}
@@ -36,7 +36,7 @@ $header
- +
{$lng['customer']['traffic']}
@@ -50,7 +50,7 @@ $header
- +
{$lng['customer']['emails']}
@@ -64,7 +64,7 @@ $header
- +
{$lng['customer']['accounts']}
@@ -78,7 +78,7 @@ $header
- +
{$lng['customer']['forwarders']}
@@ -92,7 +92,7 @@ $header
- +
{$lng['customer']['email_quota']}
@@ -106,7 +106,7 @@ $header
- +
{$lng['customer']['autoresponder']}
@@ -120,7 +120,7 @@ $header
- +
{$lng['customer']['mysqls']}
@@ -134,7 +134,7 @@ $header
- +
{$lng['customer']['ftps']}
@@ -148,7 +148,7 @@ $header
- +
{$lng['aps']['numberofapspackages']}
@@ -162,7 +162,7 @@ $header
- +
{$lng['customer']['tickets']}
diff --git a/templates/Sparkle/header.tpl b/templates/Sparkle/header.tpl index c096dc6a..d0cc84c7 100644 --- a/templates/Sparkle/header.tpl +++ b/templates/Sparkle/header.tpl @@ -43,7 +43,9 @@

Froxlor Server Management Panel

- Froxlor Server Management Panel + + Froxlor Server Management Panel +