diff --git a/templates/Classic/customer/index/index.tpl b/templates/Classic/customer/index/index.tpl
index 01984b15..bcf52abb 100644
--- a/templates/Classic/customer/index/index.tpl
+++ b/templates/Classic/customer/index/index.tpl
@@ -1,106 +1,119 @@
-$header
-
-
- {$lng['index']['customerdetails']} |
-
-
- | {$lng['customer']['name']}: |
- {$userinfo['firstname']} {$userinfo['name']} |
-
-
- | {$lng['customer']['company']}: |
- {$userinfo['company']} |
-
-
- | {$lng['customer']['street']}: |
- {$userinfo['street']} |
-
-
- | {$lng['customer']['zipcode']}/{$lng['customer']['city']}: |
- {$userinfo['zipcode']} {$userinfo['city']} |
-
-
- | {$lng['customer']['email']}: |
- {$userinfo['email']} |
-
-
- | {$lng['customer']['customernumber']}: |
- {$userinfo['customernumber']} |
-
-
- {$lng['index']['accountdetails']} |
-
-
- | {$lng['login']['username']}: |
- {$userinfo['loginname']} |
-
-
- | {$lng['customer']['domains']}: |
- $domains |
-
-
- | {$lng['customer']['subdomains']} ({$lng['customer']['usedmax']}): |
- {$userinfo['subdomains_used']}/{$userinfo['subdomains']} |
-
-
- | {$lng['customer']['diskspace']} ({$lng['customer']['usedmax']}): |
- {$userinfo['diskspace_used']}/{$userinfo['diskspace']} |
-
-
- | {$lng['customer']['traffic']} ($month, {$lng['customer']['usedmax']}): |
- {$userinfo['traffic_used']}/{$userinfo['traffic']} |
-
-
- | {$lng['customer']['emails']} ({$lng['customer']['usedmax']}): |
- {$userinfo['emails_used']}/{$userinfo['emails']} |
-
-
- | {$lng['customer']['accounts']} ({$lng['customer']['usedmax']}): |
- {$userinfo['email_accounts_used']}/{$userinfo['email_accounts']} |
-
-
- | {$lng['customer']['forwarders']} ({$lng['customer']['usedmax']}): |
- {$userinfo['email_forwarders_used']}/{$userinfo['email_forwarders']} |
-
-
-
- | {$lng['customer']['email_quota']} ({$lng['panel']['megabyte']}, {$lng['customer']['usedmax']}): |
- {$userinfo['email_quota_used']}/{$userinfo['email_quota']} |
-
-
-
-
-
- | {$lng['customer']['autoresponder']} ({$lng['customer']['usedmax']}): |
- {$userinfo['email_autoresponder_used']}/{$userinfo['email_autoresponder']} |
-
-
-
- | {$lng['customer']['mysqls']} ({$lng['customer']['usedmax']}): |
- {$userinfo['mysqls_used']}/{$userinfo['mysqls']} |
-
-
- | {$lng['customer']['ftps']} ({$lng['customer']['usedmax']}): |
- {$userinfo['ftps_used']}/{$userinfo['ftps']} |
-
-
-
- | {$lng['aps']['numberofapspackages']} ({$lng['customer']['usedmax']}): |
- {$userinfo['aps_packages_used']}/{$userinfo['aps_packages']} |
-
-
-
-
- | {$lng['customer']['tickets']} ({$lng['customer']['usedmax']}): |
- {$userinfo['tickets_used']}/{$userinfo['tickets']} |
-
-
-
-
- | {$awaitingtickets_text} |
-
-
-
-
+
+ {$lng['index']['customerdetails']} |
+
+
+
+ | {$lng['customer']['customernumber']}: |
+ {$userinfo['customernumber']} |
+
+
+
+
+ | {$lng['customer']['company']}: |
+ {$userinfo['company']} |
+
+
+
+
+ | {$lng['customer']['name']}: |
+ {$userinfo['firstname']} {$userinfo['name']} |
+
+
+
+
+ | {$lng['customer']['street']}: |
+ {$userinfo['street']} |
+
+
+
+
+ | {$lng['customer']['zipcode']}/{$lng['customer']['city']}: |
+ {$userinfo['zipcode']} {$userinfo['city']} |
+
+
+
+
+ | {$lng['customer']['email']}: |
+ {$userinfo['email']} |
+
+
+
+ {$lng['index']['accountdetails']} |
+
+
+ | {$lng['login']['username']}: |
+ {$userinfo['loginname']} |
+
+
+ | {$lng['customer']['domains']}: |
+ $domains |
+
+
+ | {$lng['customer']['subdomains']} ({$lng['customer']['usedmax']}): |
+ {$userinfo['subdomains_used']}/{$userinfo['subdomains']} |
+
+
+ | {$lng['customer']['diskspace']} ({$lng['customer']['usedmax']}): |
+ {$userinfo['diskspace_used']}/{$userinfo['diskspace']} |
+
+
+ | {$lng['customer']['traffic']} ($month, {$lng['customer']['usedmax']}): |
+ {$userinfo['traffic_used']}/{$userinfo['traffic']} |
+
+
+ | {$lng['customer']['emails']} ({$lng['customer']['usedmax']}): |
+ {$userinfo['emails_used']}/{$userinfo['emails']} |
+
+
+ | {$lng['customer']['accounts']} ({$lng['customer']['usedmax']}): |
+ {$userinfo['email_accounts_used']}/{$userinfo['email_accounts']} |
+
+
+ | {$lng['customer']['forwarders']} ({$lng['customer']['usedmax']}): |
+ {$userinfo['email_forwarders_used']}/{$userinfo['email_forwarders']} |
+
+
+
+ | {$lng['customer']['email_quota']} ({$lng['panel']['megabyte']}, {$lng['customer']['usedmax']}): |
+ {$userinfo['email_quota_used']}/{$userinfo['email_quota']} |
+
+
+
+
+
+ | {$lng['customer']['autoresponder']} ({$lng['customer']['usedmax']}): |
+ {$userinfo['email_autoresponder_used']}/{$userinfo['email_autoresponder']} |
+
+
+
+ | {$lng['customer']['mysqls']} ({$lng['customer']['usedmax']}): |
+ {$userinfo['mysqls_used']}/{$userinfo['mysqls']} |
+
+
+ | {$lng['customer']['ftps']} ({$lng['customer']['usedmax']}): |
+ {$userinfo['ftps_used']}/{$userinfo['ftps']} |
+
+
+
+ | {$lng['aps']['numberofapspackages']} ({$lng['customer']['usedmax']}): |
+ {$userinfo['aps_packages_used']}/{$userinfo['aps_packages']} |
+
+
+
+
+ | {$lng['customer']['tickets']} ({$lng['customer']['usedmax']}): |
+ {$userinfo['tickets_used']}/{$userinfo['tickets']} |
+
+
+
+
+ | {$awaitingtickets_text} |
+
+
+
+