diff --git a/install/froxlor.sql b/install/froxlor.sql
index 7b025973..929076ba 100644
--- a/install/froxlor.sql
+++ b/install/froxlor.sql
@@ -525,7 +525,7 @@ INSERT INTO `panel_settings` (`settinggroup`, `varname`, `value`) VALUES
('panel', 'phpconfigs_hidestdsubdomain', '0'),
('panel', 'allow_theme_change_admin', '1'),
('panel', 'allow_theme_change_customer', '1'),
- ('panel', 'version', '0.9.32-dev2');
+ ('panel', 'version', '0.9.32-dev3');
DROP TABLE IF EXISTS `panel_tasks`;
diff --git a/install/updates/froxlor/0.9/update_0.9.inc.php b/install/updates/froxlor/0.9/update_0.9.inc.php
index c2d61e4e..a5d46901 100644
--- a/install/updates/froxlor/0.9/update_0.9.inc.php
+++ b/install/updates/froxlor/0.9/update_0.9.inc.php
@@ -2651,3 +2651,20 @@ if (isFroxlorVersion('0.9.32-dev1')) {
updateToVersion('0.9.32-dev2');
}
+
+if (isFroxlorVersion('0.9.32-dev2')) {
+
+ showUpdateStep("Updating from 0.9.32-dev2 to 0.9.32-dev3");
+ lastStepStatus(0);
+
+ showUpdateStep("Updating froxlor - theme");
+ Database::query("UPDATE `".TABLE_PANEL_ADMINS."` SET `theme` = 'Sparkle_froxlor' WHERE `theme` = 'Froxlor';");
+ Database::query("UPDATE `".TABLE_PANEL_CUSTOMERS."` SET `theme` = 'Sparkle_froxlor' WHERE `theme` = 'Froxlor';");
+ Database::query("UPDATE `".TABLE_PANEL_SESSIONS."` SET `theme` = 'Sparkle_froxlor' WHERE `theme` = 'Froxlor';");
+ if (Settings::Get('panel.default_theme') == 'Froxlor') {
+ Settings::Set('panel.default_theme', 'Sparkle_froxlor');
+ }
+ lastStepStatus(0);
+
+ updateToVersion('0.9.32-dev3');
+}
diff --git a/lib/tables.inc.php b/lib/tables.inc.php
index e9d0e812..89777b59 100644
--- a/lib/tables.inc.php
+++ b/lib/tables.inc.php
@@ -51,6 +51,6 @@ define('TABLE_PANEL_DOMAIN_SSL_SETTINGS', 'domain_ssl_settings');
define('TABLE_DOMAINTOIP', 'panel_domaintoip');
// VERSION INFO
-$version = '0.9.32-dev2';
+$version = '0.9.32-dev3';
$dbversion = '2';
$branding = '';
diff --git a/templates/Froxlor/admin/admins/admins.tpl b/templates/Froxlor/admin/admins/admins.tpl
deleted file mode 100644
index 2ea440bb..00000000
--- a/templates/Froxlor/admin/admins/admins.tpl
+++ /dev/null
@@ -1,63 +0,0 @@
-$header
-
-
-
-
- {$lng['admin']['admins']} ({$admincount})
-
-
-
-
-
-
-$footer
-
diff --git a/templates/Froxlor/admin/admins/admins_add.tpl b/templates/Froxlor/admin/admins/admins_add.tpl
deleted file mode 100644
index 01973060..00000000
--- a/templates/Froxlor/admin/admins/admins_add.tpl
+++ /dev/null
@@ -1,41 +0,0 @@
-$header
-
-
-
-
- {$title}
-
-
-
-
-
-
-
-
-
-
-$footer
diff --git a/templates/Froxlor/admin/admins/admins_admin.tpl b/templates/Froxlor/admin/admins/admins_admin.tpl
deleted file mode 100644
index aca2ce66..00000000
--- a/templates/Froxlor/admin/admins/admins_admin.tpl
+++ /dev/null
@@ -1,60 +0,0 @@
-
- |
-
- {$row['name']}
-
- ({$row['loginname']})
-
-
- ({$row['loginname']})
-
-
-
-
-
-
- 100%
-
-
-
-
-
-
- 100%
-
-
-
-
- {$lng['admin']['customers']}: {$row['customers_used']}
-
-
- |
-
-
-
-
-
-
-
- |
-
diff --git a/templates/Froxlor/admin/admins/admins_edit.tpl b/templates/Froxlor/admin/admins/admins_edit.tpl
deleted file mode 100644
index b42257aa..00000000
--- a/templates/Froxlor/admin/admins/admins_edit.tpl
+++ /dev/null
@@ -1,48 +0,0 @@
-$header
-
-
-
-
- {$title}
-
-
-
-
-
-
{$lng['error']['youcanteditallfieldsofyourself']}
-
-
-
-
-
-
-
-
-
-
-$footer
-
diff --git a/templates/Froxlor/admin/configfiles/choose.tpl b/templates/Froxlor/admin/configfiles/choose.tpl
deleted file mode 100644
index 4b80345b..00000000
--- a/templates/Froxlor/admin/configfiles/choose.tpl
+++ /dev/null
@@ -1,25 +0,0 @@
-$header
-
-
-
-
-
-$footer
diff --git a/templates/Froxlor/admin/configfiles/choose_daemon.tpl b/templates/Froxlor/admin/configfiles/choose_daemon.tpl
deleted file mode 100644
index 6b37905e..00000000
--- a/templates/Froxlor/admin/configfiles/choose_daemon.tpl
+++ /dev/null
@@ -1 +0,0 @@
-{$daemon_details['label']}
diff --git a/templates/Froxlor/admin/configfiles/choose_distribution.tpl b/templates/Froxlor/admin/configfiles/choose_distribution.tpl
deleted file mode 100644
index 5fb28182..00000000
--- a/templates/Froxlor/admin/configfiles/choose_distribution.tpl
+++ /dev/null
@@ -1,9 +0,0 @@
-
- | {$distribution_details['label']} |
-
-
- | $services |
-
-
-
|
-
diff --git a/templates/Froxlor/admin/configfiles/choose_service.tpl b/templates/Froxlor/admin/configfiles/choose_service.tpl
deleted file mode 100644
index d71751ec..00000000
--- a/templates/Froxlor/admin/configfiles/choose_service.tpl
+++ /dev/null
@@ -1,5 +0,0 @@
-{$service_details['label']}
-
-
diff --git a/templates/Froxlor/admin/configfiles/configfiles.tpl b/templates/Froxlor/admin/configfiles/configfiles.tpl
deleted file mode 100644
index 96e306a1..00000000
--- a/templates/Froxlor/admin/configfiles/configfiles.tpl
+++ /dev/null
@@ -1,26 +0,0 @@
-$header
-
-
-
-
- {$configfiles[$distribution]['label']} »
- {$configfiles[$distribution]['services'][$service]['label']} »
- {$configfiles[$distribution]['services'][$service]['daemons'][$daemon]['label']}
-[{$lng['panel']['back']}]
-
-
-
-
-
-$footer
diff --git a/templates/Froxlor/admin/configfiles/configfiles_commands.tpl b/templates/Froxlor/admin/configfiles/configfiles_commands.tpl
deleted file mode 100644
index 9b87ae62..00000000
--- a/templates/Froxlor/admin/configfiles/configfiles_commands.tpl
+++ /dev/null
@@ -1,4 +0,0 @@
-
- {$lng['admin']['configfiles']['commands']}
- |
-
diff --git a/templates/Froxlor/admin/configfiles/configfiles_file.tpl b/templates/Froxlor/admin/configfiles/configfiles_file.tpl
deleted file mode 100644
index e15760f9..00000000
--- a/templates/Froxlor/admin/configfiles/configfiles_file.tpl
+++ /dev/null
@@ -1,5 +0,0 @@
-
-
-
-
-
diff --git a/templates/Froxlor/admin/configfiles/configfiles_files.tpl b/templates/Froxlor/admin/configfiles/configfiles_files.tpl
deleted file mode 100644
index b248385a..00000000
--- a/templates/Froxlor/admin/configfiles/configfiles_files.tpl
+++ /dev/null
@@ -1,3 +0,0 @@
-
- {$lng['admin']['configfiles']['files']}
{$files} |
-
diff --git a/templates/Froxlor/admin/configfiles/wizard.tpl b/templates/Froxlor/admin/configfiles/wizard.tpl
deleted file mode 100644
index 76fa9ea6..00000000
--- a/templates/Froxlor/admin/configfiles/wizard.tpl
+++ /dev/null
@@ -1,39 +0,0 @@
-$header
-
-
-
-
-
-$footer
diff --git a/templates/Froxlor/admin/cronjobs/cronjob_edit.tpl b/templates/Froxlor/admin/cronjobs/cronjob_edit.tpl
deleted file mode 100644
index 7722c794..00000000
--- a/templates/Froxlor/admin/cronjobs/cronjob_edit.tpl
+++ /dev/null
@@ -1,33 +0,0 @@
-$header
-
-
-
-
- {$title}
-
-
-
-
-
-
-$footer
diff --git a/templates/Froxlor/admin/cronjobs/cronjobs.tpl b/templates/Froxlor/admin/cronjobs/cronjobs.tpl
deleted file mode 100644
index 42fdaac1..00000000
--- a/templates/Froxlor/admin/cronjobs/cronjobs.tpl
+++ /dev/null
@@ -1,33 +0,0 @@
-$header
-
-
-
- {$lng['admin']['cron']['cronsettings']}
-
-
-
-
-
-
- | {$lng['cron']['description']} |
- {$lng['cron']['lastrun']} |
- {$lng['cron']['interval']} |
- {$lng['cron']['isactive']} |
- {$lng['panel']['options']} |
-
-
-
- $crons
-
-
-
-
-
-
-
{$lng['admin']['warning']}
-
{$lng['cron']['changewarning']}
-
-
-
-
-$footer
diff --git a/templates/Froxlor/admin/cronjobs/cronjobs_cronjob.tpl b/templates/Froxlor/admin/cronjobs/cronjobs_cronjob.tpl
deleted file mode 100644
index cba1fd52..00000000
--- a/templates/Froxlor/admin/cronjobs/cronjobs_cronjob.tpl
+++ /dev/null
@@ -1,11 +0,0 @@
-
- | {$description} |
- {$row['lastrun']} |
- {$row['interval']} |
- {$row['isactive']} |
-
-
-
-
- |
-
diff --git a/templates/Froxlor/admin/cronjobs/cronjobs_cronjobmodule.tpl b/templates/Froxlor/admin/cronjobs/cronjobs_cronjobmodule.tpl
deleted file mode 100644
index ddf741d8..00000000
--- a/templates/Froxlor/admin/cronjobs/cronjobs_cronjobmodule.tpl
+++ /dev/null
@@ -1,3 +0,0 @@
-
- | {$module} |
-
diff --git a/templates/Froxlor/admin/customers/customers.tpl b/templates/Froxlor/admin/customers/customers.tpl
deleted file mode 100644
index e811f8a8..00000000
--- a/templates/Froxlor/admin/customers/customers.tpl
+++ /dev/null
@@ -1,66 +0,0 @@
-$header
-
-
-
-
- {$lng['admin']['customers']} ({$customercount})
-
-
-
-
-
-
-$footer
diff --git a/templates/Froxlor/admin/customers/customers_add.tpl b/templates/Froxlor/admin/customers/customers_add.tpl
deleted file mode 100644
index 7a3892e9..00000000
--- a/templates/Froxlor/admin/customers/customers_add.tpl
+++ /dev/null
@@ -1,41 +0,0 @@
-$header
-
-
-
-
- {$title}
-
-
-
-
-
-
-
-
-
-
-$footer
diff --git a/templates/Froxlor/admin/customers/customers_customer.tpl b/templates/Froxlor/admin/customers/customers_customer.tpl
deleted file mode 100644
index 5e5515ef..00000000
--- a/templates/Froxlor/admin/customers/customers_customer.tpl
+++ /dev/null
@@ -1,65 +0,0 @@
-class="disabled">
- |
-
-
- {$row['name']} {$row['firstname']}
-
-
- {$row['company']}
-
- ({$row['loginname']} | {$row['adminname']})
-
-
-
-
-
- 100%
-
-
-
-
-
-
- 100%
-
-
-
-
- {$last_login}
-
-
- |
-
-
-
-
-
-
-
-
-
-
-
-
- |
-
diff --git a/templates/Froxlor/admin/customers/customers_edit.tpl b/templates/Froxlor/admin/customers/customers_edit.tpl
deleted file mode 100644
index 36cf7775..00000000
--- a/templates/Froxlor/admin/customers/customers_edit.tpl
+++ /dev/null
@@ -1,42 +0,0 @@
-$header
-
-
-
-
- {$title}
-
-
-
-
-
-
-
-
-
-
-$footer
diff --git a/templates/Froxlor/admin/domains/domains.tpl b/templates/Froxlor/admin/domains/domains.tpl
deleted file mode 100644
index 8ace9f0f..00000000
--- a/templates/Froxlor/admin/domains/domains.tpl
+++ /dev/null
@@ -1,71 +0,0 @@
- $header
-
-
-
-
- {$lng['admin']['domains']} ({$domainscount})
-
-
-
-
-
-
-
-
-
-
{$lng['admin']['warning']}
-
-
-
-
-
-
-
-
-
-
-$footer
diff --git a/templates/Froxlor/admin/domains/domains_add.tpl b/templates/Froxlor/admin/domains/domains_add.tpl
deleted file mode 100644
index d5651d36..00000000
--- a/templates/Froxlor/admin/domains/domains_add.tpl
+++ /dev/null
@@ -1,32 +0,0 @@
-$header
-
-
-
-
- {$title}
-
-
-
-
-
-
-$footer
diff --git a/templates/Froxlor/admin/domains/domains_domain.tpl b/templates/Froxlor/admin/domains/domains_domain.tpl
deleted file mode 100644
index 7befbf89..00000000
--- a/templates/Froxlor/admin/domains/domains_domain.tpl
+++ /dev/null
@@ -1,26 +0,0 @@
-
- | {$row['domain']}
-
- ({$lng['admin']['stdsubdomain']})
-
- |
- {$row['ipandport']} |
- {$row['customername']}
- ({$row['loginname']})
- |
-
-
-
-
-
-
-
-
-
-
-
-
- {$lng['domains']['hasaliasdomains']}
-
- |
-
diff --git a/templates/Froxlor/admin/domains/domains_edit.tpl b/templates/Froxlor/admin/domains/domains_edit.tpl
deleted file mode 100644
index e1c7aaac..00000000
--- a/templates/Froxlor/admin/domains/domains_edit.tpl
+++ /dev/null
@@ -1,47 +0,0 @@
-$header
-
-
-
-
- {$title}
-
-
-
-
-
-
-$footer
diff --git a/templates/Froxlor/admin/index/change_language.tpl b/templates/Froxlor/admin/index/change_language.tpl
deleted file mode 100644
index f3ceccc1..00000000
--- a/templates/Froxlor/admin/index/change_language.tpl
+++ /dev/null
@@ -1,28 +0,0 @@
-$header
-
-
-
-
- {$lng['menue']['main']['changelanguage']}
-
-
-
-
-
-$footer
diff --git a/templates/Froxlor/admin/index/change_password.tpl b/templates/Froxlor/admin/index/change_password.tpl
deleted file mode 100644
index 920587d5..00000000
--- a/templates/Froxlor/admin/index/change_password.tpl
+++ /dev/null
@@ -1,36 +0,0 @@
-$header
-
-
-
-
- {$lng['menue']['main']['changepassword']}
-
-
-
-
-
-$footer
diff --git a/templates/Froxlor/admin/index/change_theme.tpl b/templates/Froxlor/admin/index/change_theme.tpl
deleted file mode 100644
index db9c8cd4..00000000
--- a/templates/Froxlor/admin/index/change_theme.tpl
+++ /dev/null
@@ -1,28 +0,0 @@
-$header
-
-
-
-
- {$lng['menue']['main']['changetheme']}
-
-
-
-
-
-$footer
diff --git a/templates/Froxlor/admin/index/index.tpl b/templates/Froxlor/admin/index/index.tpl
deleted file mode 100644
index 028df387..00000000
--- a/templates/Froxlor/admin/index/index.tpl
+++ /dev/null
@@ -1,150 +0,0 @@
-$header
-
-
-
-
-
-
{$lng['admin']['warning']}
-
{$awaitingtickets_text}
-
-
-
-
-
-
-
- {$lng['admin']['ressourcedetails']}
-
-
- | {$lng['admin']['customers']} ({$lng['admin']['usedmax']}): |
- {$overview['number_customers']} ({$userinfo['customers']}) |
-
-
- | {$lng['customer']['domains']} ({$lng['admin']['usedmax']}): |
- {$overview['number_domains']} ({$userinfo['domains']}) |
-
-
- | {$lng['customer']['subdomains']} ({$lng['admin']['used']} ({$lng['admin']['assignedmax']})): |
- {$overview['subdomains_used']} ({$userinfo['subdomains_used']}/{$userinfo['subdomains']}) |
-
-
- | {$lng['customer']['diskspace']} ({$lng['admin']['used']} ({$lng['admin']['assignedmax']})): |
- {$overview['diskspace_used']} ({$userinfo['diskspace_used']}/{$userinfo['diskspace']}) |
-
-
- | {$lng['customer']['traffic']} ({$lng['admin']['used']} ({$lng['admin']['assignedmax']})): |
- {$overview['traffic_used']} ({$userinfo['traffic_used']}/{$userinfo['traffic']}) |
-
-
- | {$lng['customer']['mysqls']} ({$lng['admin']['used']} ({$lng['admin']['assignedmax']})): |
- {$overview['mysqls_used']} ({$userinfo['mysqls_used']}/{$userinfo['mysqls']}) |
-
-
- | {$lng['customer']['emails']} ({$lng['admin']['used']} ({$lng['admin']['assignedmax']})): |
- {$overview['emails_used']} ({$userinfo['emails_used']}/{$userinfo['emails']}) |
-
-
- | {$lng['customer']['accounts']} ({$lng['admin']['used']} ({$lng['admin']['assignedmax']})): |
- {$overview['email_accounts_used']} ({$userinfo['email_accounts_used']}/{$userinfo['email_accounts']}) |
-
-
- | {$lng['customer']['forwarders']} ({$lng['admin']['used']} ({$lng['admin']['assignedmax']})): |
- {$overview['email_forwarders_used']} ({$userinfo['email_forwarders_used']}/{$userinfo['email_forwarders']}) |
-
-
-
- | {$lng['customer']['email_quota']} ({$lng['admin']['used']} ({$lng['admin']['assignedmax']})): |
- {$overview['email_quota_used']} ({$userinfo['email_quota_used']}/{$userinfo['email_quota']}) |
-
-
-
- | {$lng['customer']['ftps']} ({$lng['admin']['used']} ({$lng['admin']['assignedmax']})): |
- {$overview['ftps_used']} ({$userinfo['ftps_used']}/{$userinfo['ftps']}) |
-
-
-
- | {$lng['customer']['tickets']} ({$lng['admin']['used']} ({$lng['admin']['assignedmax']})): |
- {$overview['tickets_used']} ({$userinfo['tickets_used']}/{$userinfo['tickets']}) |
-
-
-
- |
-
-
-
-
- {$lng['admin']['systemdetails']}
-
-
- | {$lng['admin']['serversoftware']}: |
- {$_SERVER['SERVER_SOFTWARE']} |
-
-
- | {$lng['admin']['phpversion']}: |
- $phpversion |
-
-
- | {$lng['admin']['mysqlserverversion']}: |
- $mysqlserverversion |
-
-
- | {$lng['admin']['webserverinterface']}: |
- $webserverinterface |
-
-
- | {$lng['admin']['sysload']}: |
- $load |
-
-
-
- | Kernel: |
- $kernel |
-
-
-
-
- | Uptime: |
- $uptime |
-
-
- |
-
-
-
-
-
- {$lng['admin']['froxlordetails']}
-
- {$outstanding_tasks}
- {$cron_last_runs}
-
- | {$lng['admin']['installedversion']}: |
- {$version}{$branding} |
-
-
- | {$lng['admin']['latestversion']}: |
-
- $lookfornewversion_lable |
-
- $lookfornewversion_lable |
-
-
-
-
- | {$lng['admin']['newerversionavailable']} |
-
-
-
- | $lookfornewversion_addinfo |
-
-
-
-
- |
-
-
-
-
-
-$footer
-
diff --git a/templates/Froxlor/admin/index/overview_item.tpl b/templates/Froxlor/admin/index/overview_item.tpl
deleted file mode 100644
index 6f9bd3fa..00000000
--- a/templates/Froxlor/admin/index/overview_item.tpl
+++ /dev/null
@@ -1,4 +0,0 @@
-
- | {$text}: |
- {$value} |
-
diff --git a/templates/Froxlor/admin/index/send_error_report.tpl b/templates/Froxlor/admin/index/send_error_report.tpl
deleted file mode 100644
index 76c49e7d..00000000
--- a/templates/Froxlor/admin/index/send_error_report.tpl
+++ /dev/null
@@ -1,43 +0,0 @@
-$header
-
-
-
-
- {$lng['error']['send_report_title']}
-
-
-
-
-
-$footer
diff --git a/templates/Froxlor/admin/ipsandports/ipsandports.tpl b/templates/Froxlor/admin/ipsandports/ipsandports.tpl
deleted file mode 100644
index ec0330c3..00000000
--- a/templates/Froxlor/admin/ipsandports/ipsandports.tpl
+++ /dev/null
@@ -1,65 +0,0 @@
-$header
-
-
-
-
- {$lng['admin']['ipsandports']['ipsandports']}
-
-
-
-
-
-
-$footer
diff --git a/templates/Froxlor/admin/ipsandports/ipsandports_add.tpl b/templates/Froxlor/admin/ipsandports/ipsandports_add.tpl
deleted file mode 100644
index 0c24d350..00000000
--- a/templates/Froxlor/admin/ipsandports/ipsandports_add.tpl
+++ /dev/null
@@ -1,32 +0,0 @@
-$header
-
-
-
-
- {$title}
-
-
-
-
-
-
-$footer
diff --git a/templates/Froxlor/admin/ipsandports/ipsandports_edit.tpl b/templates/Froxlor/admin/ipsandports/ipsandports_edit.tpl
deleted file mode 100644
index 0bcddf38..00000000
--- a/templates/Froxlor/admin/ipsandports/ipsandports_edit.tpl
+++ /dev/null
@@ -1,33 +0,0 @@
-$header
-
-
-
-
- {$title}
-
-
-
-
-
-
-$footer
diff --git a/templates/Froxlor/admin/ipsandports/ipsandports_ipandport.tpl b/templates/Froxlor/admin/ipsandports/ipsandports_ipandport.tpl
deleted file mode 100644
index 2a3c8488..00000000
--- a/templates/Froxlor/admin/ipsandports/ipsandports_ipandport.tpl
+++ /dev/null
@@ -1,17 +0,0 @@
-
- | {$row['ip']}:{$row['port']} |
- {$lng['panel']['yes']}{$lng['panel']['no']} |
- {$lng['panel']['yes']}{$lng['panel']['no']} |
- {$lng['panel']['yes']}{$lng['panel']['no']} |
- {$lng['panel']['yes']}{$lng['panel']['no']} |
- {$lng['panel']['yes']}{$lng['panel']['no']} |
- {$lng['panel']['yes']}{$lng['panel']['no']} |
-
-
-
-
-
-
-
- |
-
diff --git a/templates/Froxlor/admin/logger/logger.tpl b/templates/Froxlor/admin/logger/logger.tpl
deleted file mode 100644
index 8c7697e2..00000000
--- a/templates/Froxlor/admin/logger/logger.tpl
+++ /dev/null
@@ -1,55 +0,0 @@
-$header
-
-
-
-
- {$lng['menue']['logger']['logger']}
-
-
-
-
-
-
-$footer
diff --git a/templates/Froxlor/admin/logger/logger_action.tpl b/templates/Froxlor/admin/logger/logger_action.tpl
deleted file mode 100644
index 4c85d62e..00000000
--- a/templates/Froxlor/admin/logger/logger_action.tpl
+++ /dev/null
@@ -1,3 +0,0 @@
-
- | {$row['action']} |
-
diff --git a/templates/Froxlor/admin/logger/logger_log.tpl b/templates/Froxlor/admin/logger/logger_log.tpl
deleted file mode 100644
index 3d86a015..00000000
--- a/templates/Froxlor/admin/logger/logger_log.tpl
+++ /dev/null
@@ -1,6 +0,0 @@
-
- | {$row['date']} |
- {$row['type']} |
- {$row['user']} |
- {$row['text']} |
-
diff --git a/templates/Froxlor/admin/message/message.tpl b/templates/Froxlor/admin/message/message.tpl
deleted file mode 100644
index 09417695..00000000
--- a/templates/Froxlor/admin/message/message.tpl
+++ /dev/null
@@ -1,47 +0,0 @@
-$header
-
-
-
-
- {$lng['admin']['message']}
-
-
-
-
-
-
-$footer
diff --git a/templates/Froxlor/admin/phpconfig/overview.tpl b/templates/Froxlor/admin/phpconfig/overview.tpl
deleted file mode 100644
index 11ca0e0e..00000000
--- a/templates/Froxlor/admin/phpconfig/overview.tpl
+++ /dev/null
@@ -1,50 +0,0 @@
-$header
-
-
-
-
- {$lng['menue']['phpsettings']['maintitle']}
-
-
-
-
-
-
-
{$lng['admin']['note']}
-
{$lng['admin']['phpfpm.ininote']}
-
-
-
-
-
-
-
-
-
-
-
-
-
- | {$lng['admin']['phpsettings']['description']} |
- {$lng['admin']['phpsettings']['activedomains']} |
- {$lng['admin']['phpsettings']['binary']} |
- {$lng['admin']['phpsettings']['file_extensions']} |
- {$lng['panel']['options']} |
-
-
- $tablecontent
-
-
-
-
-
-
-
-
-$footer
diff --git a/templates/Froxlor/admin/phpconfig/overview_add.tpl b/templates/Froxlor/admin/phpconfig/overview_add.tpl
deleted file mode 100644
index ec512ec8..00000000
--- a/templates/Froxlor/admin/phpconfig/overview_add.tpl
+++ /dev/null
@@ -1,102 +0,0 @@
-$header
-
-
-
-
- {$title}
-
-
-
-
-
-
-
-
-
-
-
- {$lng['admin']['templates']['template_replace_vars']}
-
-
-
-
-
-
-
-
- | {$lng['panel']['variable']} |
- {$lng['panel']['description']} |
-
-
-
-
- |
- {$lng['admin']['phpconfig']['template_replace_vars']}
- |
-
-
- | {PEAR_DIR} |
- {$lng['admin']['phpconfig']['pear_dir']} |
-
-
- | {OPEN_BASEDIR_C} |
- {$lng['admin']['phpconfig']['open_basedir_c']} |
-
-
- | {OPEN_BASEDIR} |
- {$lng['admin']['phpconfig']['open_basedir']} |
-
-
- | {OPEN_BASEDIR_GLOBAL} |
- {$lng['admin']['phpconfig']['open_basedir_global']} |
-
-
- | {TMP_DIR} |
- {$lng['admin']['phpconfig']['tmp_dir']} |
-
-
- | {CUSTOMER_EMAIL} |
- {$lng['admin']['phpconfig']['customer_email']} |
-
-
- | {ADMIN_EMAIL} |
- {$lng['admin']['phpconfig']['admin_email']} |
-
-
- | {DOMAIN} |
- {$lng['admin']['phpconfig']['domain']} |
-
-
- | {CUSTOMER} |
- {$lng['admin']['phpconfig']['customer']} |
-
-
- | {ADMIN} |
- {$lng['admin']['phpconfig']['admin']} |
-
-
-
-
-
-
-
-$footer
diff --git a/templates/Froxlor/admin/phpconfig/overview_edit.tpl b/templates/Froxlor/admin/phpconfig/overview_edit.tpl
deleted file mode 100644
index ce3c9a13..00000000
--- a/templates/Froxlor/admin/phpconfig/overview_edit.tpl
+++ /dev/null
@@ -1,103 +0,0 @@
-$header
-
-
-
-
- {$title}
-
-
-
-
-
-
-
-
-
-
-
- {$lng['admin']['templates']['template_replace_vars']}
-
-
-
-
-
-
-
-
- | {$lng['panel']['variable']} |
- {$lng['panel']['description']} |
-
-
-
-
- |
- {$lng['admin']['phpconfig']['template_replace_vars']}
- |
-
-
- | {PEAR_DIR} |
- {$lng['admin']['phpconfig']['pear_dir']} |
-
-
- | {OPEN_BASEDIR_C} |
- {$lng['admin']['phpconfig']['open_basedir_c']} |
-
-
- | {OPEN_BASEDIR} |
- {$lng['admin']['phpconfig']['open_basedir']} |
-
-
- | {OPEN_BASEDIR_GLOBAL} |
- {$lng['admin']['phpconfig']['open_basedir_global']} |
-
-
- | {TMP_DIR} |
- {$lng['admin']['phpconfig']['tmp_dir']} |
-
-
- | {CUSTOMER_EMAIL} |
- {$lng['admin']['phpconfig']['customer_email']} |
-
-
- | {ADMIN_EMAIL} |
- {$lng['admin']['phpconfig']['admin_email']} |
-
-
- | {DOMAIN} |
- {$lng['admin']['phpconfig']['domain']} |
-
-
- | {CUSTOMER} |
- {$lng['admin']['phpconfig']['customer']} |
-
-
- | {ADMIN} |
- {$lng['admin']['phpconfig']['admin']} |
-
-
-
-
-
-
-
-$footer
diff --git a/templates/Froxlor/admin/phpconfig/overview_overview.tpl b/templates/Froxlor/admin/phpconfig/overview_overview.tpl
deleted file mode 100644
index 99cd4243..00000000
--- a/templates/Froxlor/admin/phpconfig/overview_overview.tpl
+++ /dev/null
@@ -1,16 +0,0 @@
-
- | {$row['description']} |
- {$domains} |
- {$row['binary']} |
- {$row['file_extensions']} |
-
-
-
-
-
-
-
-
-
- |
-
diff --git a/templates/Froxlor/admin/settings/phpinfo.tpl b/templates/Froxlor/admin/settings/phpinfo.tpl
deleted file mode 100644
index 5bb2c46c..00000000
--- a/templates/Froxlor/admin/settings/phpinfo.tpl
+++ /dev/null
@@ -1,14 +0,0 @@
-$header
-
-
-
-
- {$lng['admin']['phpinfo']}
-
-
-
-
-
-$footer
diff --git a/templates/Froxlor/admin/settings/phpinfo/phpinfo_1.tpl b/templates/Froxlor/admin/settings/phpinfo/phpinfo_1.tpl
deleted file mode 100644
index 9ecc60a8..00000000
--- a/templates/Froxlor/admin/settings/phpinfo/phpinfo_1.tpl
+++ /dev/null
@@ -1,3 +0,0 @@
-
- | {$val} |
-
diff --git a/templates/Froxlor/admin/settings/phpinfo/phpinfo_2.tpl b/templates/Froxlor/admin/settings/phpinfo/phpinfo_2.tpl
deleted file mode 100644
index c6bb33d0..00000000
--- a/templates/Froxlor/admin/settings/phpinfo/phpinfo_2.tpl
+++ /dev/null
@@ -1,4 +0,0 @@
-
- | {$key} |
- {$val} |
-
diff --git a/templates/Froxlor/admin/settings/phpinfo/phpinfo_3.tpl b/templates/Froxlor/admin/settings/phpinfo/phpinfo_3.tpl
deleted file mode 100644
index 907d4fb9..00000000
--- a/templates/Froxlor/admin/settings/phpinfo/phpinfo_3.tpl
+++ /dev/null
@@ -1,5 +0,0 @@
-
- | {$key} |
- {$val[0]} |
- {$val[1]} |
-
diff --git a/templates/Froxlor/admin/settings/phpinfo/phpinfo_table.tpl b/templates/Froxlor/admin/settings/phpinfo/phpinfo_table.tpl
deleted file mode 100644
index fd2df4c3..00000000
--- a/templates/Froxlor/admin/settings/phpinfo/phpinfo_table.tpl
+++ /dev/null
@@ -1,10 +0,0 @@
-
-
-
- | {$name} |
-
-
-
- {$phpinfoentries}
-
-
diff --git a/templates/Froxlor/admin/settings/settings.tpl b/templates/Froxlor/admin/settings/settings.tpl
deleted file mode 100644
index 2f33d536..00000000
--- a/templates/Froxlor/admin/settings/settings.tpl
+++ /dev/null
@@ -1,21 +0,0 @@
-
-
-
-
-
diff --git a/templates/Froxlor/admin/settings/settings_form_begin.tpl b/templates/Froxlor/admin/settings/settings_form_begin.tpl
deleted file mode 100644
index 87a16c57..00000000
--- a/templates/Froxlor/admin/settings/settings_form_begin.tpl
+++ /dev/null
@@ -1,6 +0,0 @@
-$header
-
-
-
-$footer
diff --git a/templates/Froxlor/admin/settings/settings_group.tpl b/templates/Froxlor/admin/settings/settings_group.tpl
deleted file mode 100644
index eac70035..00000000
--- a/templates/Froxlor/admin/settings/settings_group.tpl
+++ /dev/null
@@ -1,9 +0,0 @@
-
-
- {$groupdetails['title']}
- |
-
-
- |
-
-
diff --git a/templates/Froxlor/admin/settings/settings_overview.tpl b/templates/Froxlor/admin/settings/settings_overview.tpl
deleted file mode 100644
index 6f38a6c6..00000000
--- a/templates/Froxlor/admin/settings/settings_overview.tpl
+++ /dev/null
@@ -1,21 +0,0 @@
-
-
-
-
-
diff --git a/templates/Froxlor/admin/settings/settings_overviewgroup.tpl b/templates/Froxlor/admin/settings/settings_overviewgroup.tpl
deleted file mode 100644
index 21f41953..00000000
--- a/templates/Froxlor/admin/settings/settings_overviewgroup.tpl
+++ /dev/null
@@ -1,11 +0,0 @@
-
- |
-
- |
- {$option} |
-
-
- {$lng['admin']['configfiles']['serverconfiguration']}
-
- |
-
diff --git a/templates/Froxlor/admin/settings/updatecounters.tpl b/templates/Froxlor/admin/settings/updatecounters.tpl
deleted file mode 100644
index 7913d0ac..00000000
--- a/templates/Froxlor/admin/settings/updatecounters.tpl
+++ /dev/null
@@ -1,30 +0,0 @@
-$header
-
-
-
-
- {$lng['admin']['updatecounters']}
-
-
-
-
-
-
-
-$footer
diff --git a/templates/Froxlor/admin/settings/updatecounters_row_admin.tpl b/templates/Froxlor/admin/settings/updatecounters_row_admin.tpl
deleted file mode 100644
index 19846322..00000000
--- a/templates/Froxlor/admin/settings/updatecounters_row_admin.tpl
+++ /dev/null
@@ -1,64 +0,0 @@
-
- |
- {$admin['loginname']}{$admin['loginname']}:
- |
-
-
- |
-
diff --git a/templates/Froxlor/admin/settings/updatecounters_row_customer.tpl b/templates/Froxlor/admin/settings/updatecounters_row_customer.tpl
deleted file mode 100644
index d646f56f..00000000
--- a/templates/Froxlor/admin/settings/updatecounters_row_customer.tpl
+++ /dev/null
@@ -1,48 +0,0 @@
-
- |
- {$customer['name']}, {$customer['firstname']} | {$customer['company']} ({$customer['loginname']}):
- |
-
-
- |
-
diff --git a/templates/Froxlor/admin/templates/filetemplates_add.tpl b/templates/Froxlor/admin/templates/filetemplates_add.tpl
deleted file mode 100644
index 5413c5ed..00000000
--- a/templates/Froxlor/admin/templates/filetemplates_add.tpl
+++ /dev/null
@@ -1,81 +0,0 @@
-$header
-
-
-
-
- {$title}
-
-
-
-
-
-
-
-
-
-
- {$lng['admin']['templates']['template_replace_vars']}
-
-
-
-
-
-
-
-
- | {$lng['panel']['variable']} |
- {$lng['panel']['description']} |
-
-
-
-
- |
- {$lng['admin']['templates']['index_html']}
- |
-
-
- | {SERVERNAME} |
- {$lng['admin']['templates']['SERVERNAME']} |
-
-
- | {CUSTOMER} |
- {$lng['admin']['templates']['CUSTOMER']} |
-
-
- | {ADMIN} |
- {$lng['admin']['templates']['ADMIN']} |
-
-
- | {CUSTOMER_EMAIL} |
- {$lng['admin']['templates']['CUSTOMER_EMAIL']} |
-
-
- | {ADMIN_EMAIL} |
- {$lng['admin']['templates']['ADMIN_EMAIL']} |
-
-
-
-
-
-
-
-$footer
diff --git a/templates/Froxlor/admin/templates/filetemplates_edit.tpl b/templates/Froxlor/admin/templates/filetemplates_edit.tpl
deleted file mode 100644
index 4cf6fee2..00000000
--- a/templates/Froxlor/admin/templates/filetemplates_edit.tpl
+++ /dev/null
@@ -1,82 +0,0 @@
-$header
-
-
-
-
- {$title}
-
-
-
-
-
-
-
-
-
-
- {$lng['admin']['templates']['template_replace_vars']}
-
-
-
-
-
-
-
-
- | {$lng['panel']['variable']} |
- {$lng['panel']['description']} |
-
-
-
-
- |
- {$lng['admin']['templates']['index_html']}
- |
-
-
- | {SERVERNAME} |
- {$lng['admin']['templates']['SERVERNAME']} |
-
-
- | {CUSTOMER} |
- {$lng['admin']['templates']['CUSTOMER']} |
-
-
- | {ADMIN} |
- {$lng['admin']['templates']['ADMIN']} |
-
-
- | {CUSTOMER_EMAIL} |
- {$lng['admin']['templates']['CUSTOMER_EMAIL']} |
-
-
- | {ADMIN_EMAIL} |
- {$lng['admin']['templates']['ADMIN_EMAIL']} |
-
-
-
-
-
-
-
-$footer
diff --git a/templates/Froxlor/admin/templates/templates.tpl b/templates/Froxlor/admin/templates/templates.tpl
deleted file mode 100644
index 6c714b23..00000000
--- a/templates/Froxlor/admin/templates/templates.tpl
+++ /dev/null
@@ -1,65 +0,0 @@
-$header
-
-
-
-
- {$lng['admin']['templates']['templates']}
-
-
-
-
-
-
-
- | {$lng['login']['language']} |
- {$lng['admin']['templates']['action']} |
- {$lng['panel']['options']} |
-
-
-
- {$templates}
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- {$lng['admin']['templates']['filetemplates']}
-
-
-
-
-
-
-
- | {$lng['admin']['templates']['action']} |
- {$lng['panel']['options']} |
-
-
-
- {$filetemplates}
-
-
-
-
-
-
-
-
-
-$footer
diff --git a/templates/Froxlor/admin/templates/templates_add_1.tpl b/templates/Froxlor/admin/templates/templates_add_1.tpl
deleted file mode 100644
index d8018191..00000000
--- a/templates/Froxlor/admin/templates/templates_add_1.tpl
+++ /dev/null
@@ -1,29 +0,0 @@
-$header
-
-
-
-
- {$lng['admin']['templates']['template_add']}
-
-
-
-
-
-$footer
diff --git a/templates/Froxlor/admin/templates/templates_add_2.tpl b/templates/Froxlor/admin/templates/templates_add_2.tpl
deleted file mode 100644
index fcafa962..00000000
--- a/templates/Froxlor/admin/templates/templates_add_2.tpl
+++ /dev/null
@@ -1,268 +0,0 @@
-$header
-
-
-
-
- {$title}
-
-
-
-
-
-
-
-
-
-
- {$lng['admin']['templates']['template_replace_vars']}
-
-
-
-
-
-
-
-
- | {$lng['panel']['variable']} |
- {$lng['panel']['description']} |
-
-
-
-
- |
- {$lng['admin']['templates']['createcustomer']}
- |
-
-
- | {SALUTATION} |
- {$lng['admin']['templates']['SALUTATION']} |
-
-
- | {FIRSTNAME} |
- {$lng['admin']['templates']['FIRSTNAME']} |
-
-
- | {NAME} |
- {$lng['admin']['templates']['NAME']} |
-
-
- | {COMPANY} |
- {$lng['admin']['templates']['COMPANY']} |
-
-
- | {USERNAME} |
- {$lng['admin']['templates']['USERNAME']} |
-
-
- | {PASSWORD} |
- {$lng['admin']['templates']['PASSWORD']} |
-
-
- | {SERVER_HOSTNAME} |
- {$lng['admin']['templates']['SERVER_HOSTNAME']} |
-
-
- | {SERVER_IP} |
- {$lng['admin']['templates']['SERVER_IP']} |
-
-
- | {SERVER_PORT} |
- {$lng['admin']['templates']['SERVER_PORT']} |
-
-
- | {DOMAINNAME} |
- {$lng['admin']['templates']['DOMAINNAME']} |
-
-
- |
- {$lng['admin']['templates']['pop_success']}
- |
-
-
- | {EMAIL} |
- {$lng['admin']['templates']['EMAIL']} |
-
-
-
- |
- {$lng['admin']['templates']['pop_success_alternative']}
- |
-
-
- | {EMAIL} |
- {$lng['admin']['templates']['EMAIL']} |
-
-
- | {PASSWORD} |
- {$lng['admin']['templates']['EMAIL_PASSWORD']} |
-
-
-
- |
- {$lng['admin']['templates']['forgotpwd']}
- |
-
-
- | {SALUTATION} |
- {$lng['admin']['templates']['SALUTATION']} |
-
-
- | {USERNAME} |
- {$lng['admin']['templates']['USERNAME']} |
-
-
- | {LINK} |
- {$lng['admin']['templates']['LINK']} |
-
-
- |
- {$lng['admin']['templates']['trafficmaxpercent']}
- |
-
-
- | {SALUTATION} |
- {$lng['admin']['templates']['SALUTATION']} |
-
-
- | {TRAFFIC} |
- {$lng['admin']['templates']['TRAFFIC']} |
-
-
- | {TRAFFICUSED} |
- {$lng['admin']['templates']['TRAFFICUSED']} |
-
-
- | {MAX_PERCENT} |
- {$lng['admin']['templates']['MAX_PERCENT']} |
-
-
- | {USAGE_PERCENT} |
- {$lng['admin']['templates']['USAGE_PERCENT']} |
-
-
- |
- {$lng['admin']['templates']['diskmaxpercent']}
- |
-
-
- | {SALUTATION} |
- {$lng['admin']['templates']['SALUTATION']} |
-
-
- | {DISKAVAILABLE} |
- {$lng['admin']['templates']['DISKAVAILABLE']} |
-
-
- | {DISKUSED} |
- {$lng['admin']['templates']['DISKUSED']} |
-
-
- | {MAX_PERCENT} |
- {$lng['admin']['templates']['MAX_PERCENT']} |
-
-
- | {USAGE_PERCENT} |
- {$lng['admin']['templates']['USAGE_PERCENT']} |
-
-
- |
- {$lng['admin']['templates']['ticket']}
- |
-
-
- | {SUBJECT} |
- {$lng['admin']['templates']['SUBJECT']} |
-
-
- | {SALUTATION} |
- {$lng['admin']['templates']['SALUTATION']} |
-
-
- | {FIRSTNAME} |
- {$lng['admin']['templates']['FIRSTNAME']} |
-
-
- | {NAME} |
- {$lng['admin']['templates']['NAME']} |
-
-
- | {COMPANY} |
- {$lng['admin']['templates']['COMPANY']} |
-
-
- |
- {$lng['admin']['templates']['newdatabase']}
- |
-
-
- | {SALUTATION} |
- {$lng['admin']['templates']['SALUTATION']} |
-
-
- | {DB_NAME} |
- {$lng['admin']['templates']['DB_NAME']} |
-
-
- | {DB_PASS} |
- {$lng['admin']['templates']['DB_PASS']} |
-
-
- | {DB_DESC} |
- {$lng['admin']['templates']['DB_DESC']} |
-
-
- | {DB_SRV} |
- {$lng['admin']['templates']['DB_SRV']} |
-
-
- | {PMA_URI} |
- {$lng['admin']['templates']['PMA_URI']} |
-
-
- |
- {$lng['admin']['templates']['newftpuser']}
- |
-
-
- | {SALUTATION} |
- {$lng['admin']['templates']['SALUTATION']} |
-
-
- | {USR_NAME} |
- {$lng['admin']['templates']['USR_NAME']} |
-
-
- | {USR_PASS} |
- {$lng['admin']['templates']['USR_PASS']} |
-
-
- | {USR_PATH} |
- {$lng['admin']['templates']['USR_PATH']} |
-
-
-
-
-
-
-
-$footer
diff --git a/templates/Froxlor/admin/templates/templates_edit.tpl b/templates/Froxlor/admin/templates/templates_edit.tpl
deleted file mode 100644
index 37d659b0..00000000
--- a/templates/Froxlor/admin/templates/templates_edit.tpl
+++ /dev/null
@@ -1,270 +0,0 @@
-$header
-
-
-
-
- {$title}
-
-
-
-
-
-
-
-
-
-
- {$lng['admin']['templates']['template_replace_vars']}
-
-
-
-
-
-
-
-
- | {$lng['panel']['variable']} |
- {$lng['panel']['description']} |
-
-
-
-
- |
- {$lng['admin']['templates']['createcustomer']}
- |
-
-
- | {SALUTATION} |
- {$lng['admin']['templates']['SALUTATION']} |
-
-
- | {FIRSTNAME} |
- {$lng['admin']['templates']['FIRSTNAME']} |
-
-
- | {NAME} |
- {$lng['admin']['templates']['NAME']} |
-
-
- | {COMPANY} |
- {$lng['admin']['templates']['COMPANY']} |
-
-
- | {USERNAME} |
- {$lng['admin']['templates']['USERNAME']} |
-
-
- | {PASSWORD} |
- {$lng['admin']['templates']['PASSWORD']} |
-
-
- | {SERVER_HOSTNAME} |
- {$lng['admin']['templates']['SERVER_HOSTNAME']} |
-
-
- | {SERVER_IP} |
- {$lng['admin']['templates']['SERVER_IP']} |
-
-
- | {SERVER_PORT} |
- {$lng['admin']['templates']['SERVER_PORT']} |
-
-
- | {DOMAINNAME} |
- {$lng['admin']['templates']['DOMAINNAME']} |
-
-
- |
- {$lng['admin']['templates']['pop_success']}
- |
-
-
- | {EMAIL} |
- {$lng['admin']['templates']['EMAIL']} |
-
-
-
- |
- {$lng['admin']['templates']['pop_success_alternative']}
- |
-
-
- | {EMAIL} |
- {$lng['admin']['templates']['EMAIL']} |
-
-
- | {PASSWORD} |
- {$lng['admin']['templates']['EMAIL_PASSWORD']} |
-
-
-
- |
- {$lng['admin']['templates']['forgotpwd']}
- |
-
-
- | {SALUTATION} |
- {$lng['admin']['templates']['SALUTATION']} |
-
-
- | {USERNAME} |
- {$lng['admin']['templates']['USERNAME']} |
-
-
- | {PASSWORD} |
- {$lng['admin']['templates']['PASSWORD']} |
-
-
- |
- {$lng['admin']['templates']['trafficmaxpercent']}
- |
-
-
- | {SALUTATION} |
- {$lng['admin']['templates']['SALUTATION']} |
-
-
- | {TRAFFIC} |
- {$lng['admin']['templates']['TRAFFIC']} |
-
-
- | {TRAFFICUSED} |
- {$lng['admin']['templates']['TRAFFICUSED']} |
-
-
- | {MAX_PERCENT} |
- {$lng['admin']['templates']['MAX_PERCENT']} |
-
-
- | {USAGE_PERCENT} |
- {$lng['admin']['templates']['USAGE_PERCENT']} |
-
-
- |
- {$lng['admin']['templates']['diskmaxpercent']}
- |
-
-
- | {SALUTATION} |
- {$lng['admin']['templates']['SALUTATION']} |
-
-
- | {DISKAVAILABLE} |
- {$lng['admin']['templates']['DISKAVAILABLE']} |
-
-
- | {DISKUSED} |
- {$lng['admin']['templates']['DISKUSED']} |
-
-
- | {MAX_PERCENT} |
- {$lng['admin']['templates']['MAX_PERCENT']} |
-
-
- | {USAGE_PERCENT} |
- {$lng['admin']['templates']['USAGE_PERCENT']} |
-
-
- |
- {$lng['admin']['templates']['ticket']}
- |
-
-
- | {SUBJECT} |
- {$lng['admin']['templates']['SUBJECT']} |
-
-
- | {SALUTATION} |
- {$lng['admin']['templates']['SALUTATION']} |
-
-
- | {FIRSTNAME} |
- {$lng['admin']['templates']['FIRSTNAME']} |
-
-
- | {NAME} |
- {$lng['admin']['templates']['NAME']} |
-
-
- | {COMPANY} |
- {$lng['admin']['templates']['COMPANY']} |
-
-
- |
- {$lng['admin']['templates']['newdatabase']}
- |
-
-
- | {SALUTATION} |
- {$lng['admin']['templates']['SALUTATION']} |
-
-
- | {DB_NAME} |
- {$lng['admin']['templates']['DB_NAME']} |
-
-
- | {DB_PASS} |
- {$lng['admin']['templates']['DB_PASS']} |
-
-
- | {DB_DESC} |
- {$lng['admin']['templates']['DB_DESC']} |
-
-
- | {DB_SRV} |
- {$lng['admin']['templates']['DB_SRV']} |
-
-
- | {PMA_URI} |
- {$lng['admin']['templates']['PMA_URI']} |
-
-
- |
- {$lng['admin']['templates']['newftpuser']}
- |
-
-
- | {SALUTATION} |
- {$lng['admin']['templates']['SALUTATION']} |
-
-
- | {USR_NAME} |
- {$lng['admin']['templates']['USR_NAME']} |
-
-
- | {USR_PASS} |
- {$lng['admin']['templates']['USR_PASS']} |
-
-
- | {USR_PATH} |
- {$lng['admin']['templates']['USR_PATH']} |
-
-
-
-
-
-
-
-$footer
-
diff --git a/templates/Froxlor/admin/templates/templates_filetemplate.tpl b/templates/Froxlor/admin/templates/templates_filetemplate.tpl
deleted file mode 100644
index 974276df..00000000
--- a/templates/Froxlor/admin/templates/templates_filetemplate.tpl
+++ /dev/null
@@ -1,11 +0,0 @@
-
- | {$lng['admin']['templates'][$row['varname']]} |
-
-
-
-
-
-
-
- |
-
diff --git a/templates/Froxlor/admin/templates/templates_template.tpl b/templates/Froxlor/admin/templates/templates_template.tpl
deleted file mode 100644
index 483a04b9..00000000
--- a/templates/Froxlor/admin/templates/templates_template.tpl
+++ /dev/null
@@ -1,12 +0,0 @@
-
- | {$language} |
- {$template} |
-
-
-
-
-
-
-
- |
-
diff --git a/templates/Froxlor/admin/tickets/archive.tpl b/templates/Froxlor/admin/tickets/archive.tpl
deleted file mode 100644
index b43688b2..00000000
--- a/templates/Froxlor/admin/tickets/archive.tpl
+++ /dev/null
@@ -1,86 +0,0 @@
-$header
-
-
-
-
- {$lng['ticket']['lastarchived']}
-
-
-
-
-
-
-
-
- | {$lng['ticket']['archivedtime']} |
- {$lng['ticket']['ticket_answers']} |
- {$lng['ticket']['subject']} |
- {$lng['ticket']['lastreplier']} |
- {$lng['ticket']['priority']} |
- {$lng['panel']['options']} |
-
-
-
- $tickets
-
-
-
-
-
-
-
-
-
-
-
- {$lng['ticket']['search']}
-
-
-
-
-
-
-$footer
diff --git a/templates/Froxlor/admin/tickets/archived_tickets.tpl b/templates/Froxlor/admin/tickets/archived_tickets.tpl
deleted file mode 100644
index e5d2174e..00000000
--- a/templates/Froxlor/admin/tickets/archived_tickets.tpl
+++ /dev/null
@@ -1,12 +0,0 @@
-
- | {$ticket['lastchange']} |
- {$ticket['ticket_answers']} |
- {$ticket['subject']} |
- {$ticket['lastreplier']} |
- {$ticket['priority']} |
-
-
-
-
- |
-
diff --git a/templates/Froxlor/admin/tickets/archivesearch.tpl b/templates/Froxlor/admin/tickets/archivesearch.tpl
deleted file mode 100644
index ed9d1f1c..00000000
--- a/templates/Froxlor/admin/tickets/archivesearch.tpl
+++ /dev/null
@@ -1,31 +0,0 @@
-$header
-
-
-
-$footer
diff --git a/templates/Froxlor/admin/tickets/categories.tpl b/templates/Froxlor/admin/tickets/categories.tpl
deleted file mode 100644
index 39ab5615..00000000
--- a/templates/Froxlor/admin/tickets/categories.tpl
+++ /dev/null
@@ -1,63 +0,0 @@
-$header
-
-
-
-
- {$lng['menue']['ticket']['categories']}
-
-
-
-
-
-
-
-
-
-
-
-
-$footer
-
diff --git a/templates/Froxlor/admin/tickets/tickets.tpl b/templates/Froxlor/admin/tickets/tickets.tpl
deleted file mode 100644
index 14e80b49..00000000
--- a/templates/Froxlor/admin/tickets/tickets.tpl
+++ /dev/null
@@ -1,77 +0,0 @@
-$header
-
-
-
-
- {$lng['menue']['ticket']['ticket']}
-
-
-
-
-
-
-
-
-
-
-
-
-
-
{$lng['admin']['warning']}
-
-
-
-
-
-
-
-$footer
-
diff --git a/templates/Froxlor/admin/tickets/tickets_categories.tpl b/templates/Froxlor/admin/tickets/tickets_categories.tpl
deleted file mode 100644
index 7a0323ee..00000000
--- a/templates/Froxlor/admin/tickets/tickets_categories.tpl
+++ /dev/null
@@ -1,14 +0,0 @@
-
- | {$row['name']} |
- {$row['logicalorder']} |
- {$row['ticketcount']} ({$row['ticketcountnotclosed']} {$lng['ticket']['open']} | {$closedtickets_count} {$lng['ticket']['closed']}) |
-
-
-
-
-
-
-
- |
-
-
diff --git a/templates/Froxlor/admin/tickets/tickets_customer.tpl b/templates/Froxlor/admin/tickets/tickets_customer.tpl
deleted file mode 100644
index cdcd8dd7..00000000
--- a/templates/Froxlor/admin/tickets/tickets_customer.tpl
+++ /dev/null
@@ -1,3 +0,0 @@
-
- | {$customer} ({$customerloginname}) |
-
diff --git a/templates/Froxlor/admin/tickets/tickets_editcategory.tpl b/templates/Froxlor/admin/tickets/tickets_editcategory.tpl
deleted file mode 100644
index 4c65b7b9..00000000
--- a/templates/Froxlor/admin/tickets/tickets_editcategory.tpl
+++ /dev/null
@@ -1,33 +0,0 @@
-$header
-
-
-
-
- {$title}
-
-
-
-
-
-
-$footer
diff --git a/templates/Froxlor/admin/tickets/tickets_new.tpl b/templates/Froxlor/admin/tickets/tickets_new.tpl
deleted file mode 100644
index 35121e0d..00000000
--- a/templates/Froxlor/admin/tickets/tickets_new.tpl
+++ /dev/null
@@ -1,32 +0,0 @@
-$header
-
-
-
-
- {$title}
-
-
-
-
-
-
-$footer
diff --git a/templates/Froxlor/admin/tickets/tickets_newcategory.tpl b/templates/Froxlor/admin/tickets/tickets_newcategory.tpl
deleted file mode 100644
index f789ffa9..00000000
--- a/templates/Froxlor/admin/tickets/tickets_newcategory.tpl
+++ /dev/null
@@ -1,32 +0,0 @@
-$header
-
-
-
-
- {$title}
-
-
-
-
-
-
-$footer
diff --git a/templates/Froxlor/admin/tickets/tickets_reply.tpl b/templates/Froxlor/admin/tickets/tickets_reply.tpl
deleted file mode 100644
index aa45364c..00000000
--- a/templates/Froxlor/admin/tickets/tickets_reply.tpl
+++ /dev/null
@@ -1,46 +0,0 @@
-$header
-
-
-
-
- {$title}
-
-
-
-
-
-
-
{$lng['ticket']['ticket_reopen']}
-
-
-
-
-
-
- $ticket_replies
-
-
-
-
-
-$footer
diff --git a/templates/Froxlor/admin/tickets/tickets_tickets.tpl b/templates/Froxlor/admin/tickets/tickets_tickets.tpl
deleted file mode 100644
index ad75f23f..00000000
--- a/templates/Froxlor/admin/tickets/tickets_tickets.tpl
+++ /dev/null
@@ -1,34 +0,0 @@
-
- | {$row['lastchange']} |
- {$row['ticket_answers']} |
- {$row['subject']} |
- {$row['status']} |
- {$row['lastreplier']} |
- {$row['priority']} |
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- |
-
diff --git a/templates/Froxlor/admin/tickets/tickets_tickets_list.tpl b/templates/Froxlor/admin/tickets/tickets_tickets_list.tpl
deleted file mode 100644
index f8269f3f..00000000
--- a/templates/Froxlor/admin/tickets/tickets_tickets_list.tpl
+++ /dev/null
@@ -1,15 +0,0 @@
-
-
diff --git a/templates/Froxlor/admin/tickets/tickets_tickets_main.tpl b/templates/Froxlor/admin/tickets/tickets_tickets_main.tpl
deleted file mode 100644
index 2f743bb3..00000000
--- a/templates/Froxlor/admin/tickets/tickets_tickets_main.tpl
+++ /dev/null
@@ -1,15 +0,0 @@
-
-
diff --git a/templates/Froxlor/admin/tickets/tickets_view.tpl b/templates/Froxlor/admin/tickets/tickets_view.tpl
deleted file mode 100644
index 50678cca..00000000
--- a/templates/Froxlor/admin/tickets/tickets_view.tpl
+++ /dev/null
@@ -1,17 +0,0 @@
-$header
-
-
-
-
- {$lng['ticket']['ticket_delete']}
-
-
-
-
-
-$footer
diff --git a/templates/Froxlor/admin/traffic/index.tpl b/templates/Froxlor/admin/traffic/index.tpl
deleted file mode 100644
index eefe9a9b..00000000
--- a/templates/Froxlor/admin/traffic/index.tpl
+++ /dev/null
@@ -1,39 +0,0 @@
-$header
-
-
-
-
-
-
{$lng['admin']['traffic']}
-
-
- {$stats_tables}
-
-
-
-
-$footer
diff --git a/templates/Froxlor/admin/traffic/index_table.tpl b/templates/Froxlor/admin/traffic/index_table.tpl
deleted file mode 100644
index af0e6337..00000000
--- a/templates/Froxlor/admin/traffic/index_table.tpl
+++ /dev/null
@@ -1,65 +0,0 @@
-
-
- {$lng['traffic']['trafficoverview']} {$overview['type']} {$overview['year']}
-
-
- | {$overview['type']} |
- {$lng['traffic']['months']['jan']}
- | {$lng['traffic']['months']['feb']}
- | {$lng['traffic']['months']['mar']}
- | {$lng['traffic']['months']['apr']}
- | {$lng['traffic']['months']['may']}
- | {$lng['traffic']['months']['jun']}
- | {$lng['traffic']['months']['jul']}
- | {$lng['traffic']['months']['aug']}
- | {$lng['traffic']['months']['sep']}
- | {$lng['traffic']['months']['oct']}
- | {$lng['traffic']['months']['nov']}
- | {$lng['traffic']['months']['dec']}
- |
-
-
- {$domain_list}
-
-
- {$total_list}
-
- | |
-
-
-
-
-
-
-
diff --git a/templates/Froxlor/admin/traffic/index_table_row.tpl b/templates/Froxlor/admin/traffic/index_table_row.tpl
deleted file mode 100644
index a4f64b1f..00000000
--- a/templates/Froxlor/admin/traffic/index_table_row.tpl
+++ /dev/null
@@ -1,15 +0,0 @@
-
- | {$virtual_host['name']} [{$lng['traffic']['details']}] |
- {$virtual_host['jan']} |
- {$virtual_host['feb']} |
- {$virtual_host['mar']} |
- {$virtual_host['apr']} |
- {$virtual_host['may']} |
- {$virtual_host['jun']} |
- {$virtual_host['jul']} |
- {$virtual_host['aug']} |
- {$virtual_host['sep']} |
- {$virtual_host['oct']} |
- {$virtual_host['nov']} |
- {$virtual_host['dec']} |
-
diff --git a/templates/Froxlor/admin/update/index.tpl b/templates/Froxlor/admin/update/index.tpl
deleted file mode 100644
index cad982ad..00000000
--- a/templates/Froxlor/admin/update/index.tpl
+++ /dev/null
@@ -1,16 +0,0 @@
-$header
-
- {$lng['update']['update']}
-
-
-
-
-$footer
diff --git a/templates/Froxlor/admin/update/noupdatesavail.tpl b/templates/Froxlor/admin/update/noupdatesavail.tpl
deleted file mode 100644
index bb14a3a0..00000000
--- a/templates/Froxlor/admin/update/noupdatesavail.tpl
+++ /dev/null
@@ -1,12 +0,0 @@
-$header
-
-
-
{$lng['update']['update']}
-
-
-
-$footer
diff --git a/templates/Froxlor/admin/update/preconfigitem.tpl b/templates/Froxlor/admin/update/preconfigitem.tpl
deleted file mode 100644
index 5bf40f2c..00000000
--- a/templates/Froxlor/admin/update/preconfigitem.tpl
+++ /dev/null
@@ -1,6 +0,0 @@
-
-
- {$description}
- {$question}
-
-
diff --git a/templates/Froxlor/admin/update/update_end.tpl b/templates/Froxlor/admin/update/update_end.tpl
deleted file mode 100644
index 2264df66..00000000
--- a/templates/Froxlor/admin/update/update_end.tpl
+++ /dev/null
@@ -1,6 +0,0 @@
-
- {$lng['success']['clickheretocontinue']}
-
-
-
-$footer
diff --git a/templates/Froxlor/admin/update/update_start.tpl b/templates/Froxlor/admin/update/update_start.tpl
deleted file mode 100644
index a06aac96..00000000
--- a/templates/Froxlor/admin/update/update_start.tpl
+++ /dev/null
@@ -1,6 +0,0 @@
-$header
-
-
- {$lng['update']['update']}
-
-
diff --git a/templates/Froxlor/assets/css/main.css b/templates/Froxlor/assets/css/main.css
deleted file mode 100644
index f47f0f8e..00000000
--- a/templates/Froxlor/assets/css/main.css
+++ /dev/null
@@ -1,794 +0,0 @@
-@charset "UTF-8";
-
-html,body {
- font-size: 12px;
-}
-
-/*Opera Fix*/
-body:before {
- content: "";
- float: left;
- width: 0;
- margin-top: -32767px;
-}
-
-body {
- background-color: #eeeeee;
- margin: 0;
- padding: 0;
-}
-
-article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
- display:block;
-}
-
-.dark {
- background: #dddddd;
- border-bottom: 1px solid #999999;
- -webkit-border-top-left-radius: 20px;
- -moz-border-radius-topleft: 20px;
- border-top-left-radius: 20px;
-}
-
-header img {
- padding: 5px 0 5px 10px;
-}
-
-h1 {
- display: none;
-}
-
-h2 {
- font-size: 140%;
- /*margin-left: 14px;*/
- margin:0;
- margin-bottom: 1em;
- padding: 0;
-}
-
-img {
- border: 0;
- vertical-align: middle;
-}
-
-td a {
- text-decoration: none;
-}
-
-.bradius,.ui-corner-all {
- -webkit-border-top-left-radius: 20px;
- -webkit-border-bottom-right-radius: 20px;
- -moz-border-radius-topleft: 20px;
- -moz-border-radius-bottomright: 20px;
- border-top-left-radius: 20px;
- border-bottom-right-radius: 20px;
-}
-
-.bradiusodd {
- -webkit-border-top-right-radius: 20px;
- -webkit-border-bottom-left-radius: 20px;
- -moz-border-radius-topright: 20px;
- -moz-border-radius-bottomleft: 20px;
- border-top-right-radius: 20px;
- border-bottom-left-radius: 20px;
-}
-
-.topheader {
- background: #cccccc url('../img/header_g.png') 0 bottom repeat-x;
- padding-left: 5px;
- padding-top: 2px;
- margin-bottom: 12px;
-}
-
-nav {
- float: left;
- width: 230px;
- margin: 10px 20px 0 0;
-}
-
-footer {
- clear: both;
- text-align: center;
- color: #000000;
- font-size: 11px;
- margin-top: 10px;
- margin-bottom: 10px;
-}
-
-footer a,footer a:active,footer a:visited {
- text-decoration: none;
- color: #000000;
-}
-
-footer a:hover {
- text-decoration: underline;
-}
-
-.login {
- background-color: #fff;
- margin-top: 9%;
- margin-left: auto;
- margin-right: auto;
- margin-bottom: 12px;
- width: 600px;
- border: 1px solid #999999;
-}
-
-.install {
- background-color: #fff;
- margin-top: 20px;
- margin-left: auto;
- margin-right: auto;
- margin-bottom: 12px;
- width: 800px;
- border: 1px solid #999999;
-}
-
-.errorbox {
- width: 800px;
-}
-
-.fullform,.midform,.tinyform {
- border: 1px solid #666;
- background-color: #f8f8f8;
-}
-
-.tinyform input {
- width: 50%;
-}
-
-.tinyform input[type="checkbox"] {
- width: auto;
-}
-
-.fullform,.midform,.installsec {
- margin-top: 10px;
- padding: 0;
- text-align: left;
-}
-
-.installsec table {
- width: 100%;
- padding: 0 10px 0 10px;
- border-spacing: 4px;
-}
-
-.installsec h2 {
- margin-left: 15px;
-}
-
-.installstatus {
- width: 150px;
-}
-
-.tinyform,.loginsec {
- margin-top: 10px;
- padding: 10px 0;
- text-align: center;
-}
-
-.fullform {
- width: 90%;
- margin: 0 auto;
- text-align: left;
-}
-
-.midform,.installsec form {
- width: 600px;
- margin: 0 auto;
- text-align: left;
-}
-
-.tinyform,.loginsec form {
- width: 400px;
- margin: 0 auto;
- text-align: left;
-}
-
-.installsec fieldset,.loginsec fieldset {
- border: 0;
- float: left;
- clear: left;
- width: 100%;
- margin: 0 0 1.5em 0;
- padding: 0;
-}
-
-.fullform fieldset,.midform fieldset,.tinyform fieldset {
- border: 0;
- width: 100%;
- margin: 0 0 1.5em 0;
- padding: 0;
-}
-
-.fullform legend,.installsec legend,.loginsec legend,.midform legend,.tinyform legend {
- display: none;
-}
-
-.fullform label {
- float: left;
- width: 26em;
-/* margin-right: 1em; */
- margin-top: 6px;
- text-align: right;
-}
-
-.installsec label {
- float: left;
- width: 26em;
- margin-right: 1em;
- margin-top: 6px;
- text-align: left;
-}
-
-.midform label,.tinyform label,.loginsec label {
- float: left;
- width: 10em;
- margin-right: 1em;
- margin-top: 6px;
- text-align: right;
-}
-
-.midformaps_1 {
- padding:10px;
-}
-
-.midformaps_2 {
- padding:5px;
-}
-
-.midformaps form input {
- text-align: center;
-}
-
-.fullform textarea,.midform textarea {
- width: 60%;
-}
-
-.loginsec input[type="text"],.loginsec input[type="password"] {
- width: 183px;
-}
-
-.tinyform select,.loginsec select {
- width: 211px;
-}
-
-.tinyform p.submit,.loginsec p.submit {
- padding-right: 18px;
-}
-
-p.submit {
- text-align: right;
- padding-right: 46px;
-}
-
-.installsec aside,.loginsec aside {
- border-top: 1px solid #999999;
- clear: both;
- float: none;
- width: auto;
- text-align: left;
- padding-top: 10px;
- padding-left: 10px;
- padding-right: 10px;
-}
-
-.messagewrapper {
- width: 650px;
- margin: 0 auto;
- padding: 120px 0 0 0;
- overflow: hidden;
-}
-
-.messagewrapperfull {
- width: 100%;
- margin: 0 auto;
- padding: 0;
- overflow: hidden;
-}
-
-.overviewsearch {
- position: absolute;
- top: 120px;
- right: 20px;
- font-size: 80%;
-}
-
-.overviewadd {
- padding: 10px;
- font-weight: bold;
-}
-
-/*
- * error message display
- */
-.errorcontainer {
- background: url('../img/icons/bad.png') 10px center no-repeat #ffedef;
- border: 1px solid #ffc2ca;
- padding: 10px 10px 10px 68px !important;
- margin: .75em !important;
- text-align: left !important;
- overflow: hidden;
-}
-
-.errortitle {
- font-weight: bold;
- color: #c00 !important;
-}
-
-.error {
- font-weight: normal !important;
- color: #c00 !important;
-}
-
-/*
- * warning message display
- */
-.warningcontainer,.ui-dialog {
- background: url('../img/icons/warning.png') 10px center no-repeat #fffecc;
- border: 1px solid #f3c37e;
- padding: 10px 10px 10px 68px !important;
- margin: .75em !important;
- text-align: left !important;
- overflow: hidden;
-}
-
-.warningtitle,.ui-dialog-titlebar {
- font-weight: bold;
- color: #D57D00;
-}
-
-.warning,.ui-dialog-content {
- color: #D57D00 !important;
-}
-
-/*
- * success message display
- */
-.successcontainer {
- background: url('../img/icons/ok.png') 10px center no-repeat #E2F9E3;
- border: 1px solid #9C9;
- padding: 10px 10px 10px 68px !important;
- margin: .75em !important;
- text-align: left !important;
- overflow: hidden;
-}
-
-.successtitle {
- font-weight: bold;
- color: #060 !important;
-}
-
-.success {
- font-weight: normal !important;
-}
-
-/*
- * neutral/info message display
- */
-.neutralcontainer {
- background: url('../img/icons/info.png') 10px center no-repeat #d2eaf6;
- border: 1px solid #b7d8ed;
- padding: 10px 10px 10px 68px !important;
- margin: .75em !important;
- text-align: left !important;
- overflow: hidden;
-}
-
-.neutraltitle {
- font-weight: bold;
- color: #3188c1 !important;
-}
-
-.neutral {
- font-weight: normal !important;
- color: #3188c1 !important;
-}
-
-/* std hyperlink */
-a,a:active,a:visited {
- color: #176fa1;
- text-decoration: none;
-}
-
-a:hover {
- text-decoration: underline;
-}
-
-a.active {
- font-weight: bold;
-}
-
-.infotext {
- font-size: 11px;
-}
-
-/* navigation */
-.menuelement {
- margin-top: 4px;
- margin-right: 0;
- margin-bottom: 8px;
- margin-left: 12px;
- padding: 4px 0 0 8px;
- border: 1px solid #666666;
- background-color: #fff;
-}
-
-.menuelement h4 {
- background: transparent url('../img/icons/tag_blue.png') no-repeat center left;
- margin: 0;
- padding: 0 0 0 20px;
-}
-
-.menuelement ul {
- list-style: none;
- margin: 3px 0 8px 0;
- padding: 0;
-}
-
-.menuelement ul li {
- margin: 0 0 3px 20px;
- padding: 0;
-}
-
-/*
- * main container
- */
-.main { /* same value as nav-width */
- margin-left: 240px;
- margin-right: 15px;
- margin-top: 26px;
- margin-bottom: 0;
- background-color: #fff;
- padding: 10px;
- border: 1px solid #666;
- min-height: 600px;
- background: -webkit-gradient(linear, left top, right top, color-stop(0.16, rgb(220,220,220)), color-stop(1, rgb(255,255,255)));
- background: -moz-linear-gradient(left center, rgb(220,220,220) 16%, rgb(255,255,255) 100%);
- /* For Internet Explorer 5.5 - 7 */
- filter: progid:DXImageTransform.Microsoft.gradient(startColorStr=#dcdcdc, endColorStr=#ffffff, GradientType=1);
- /* For Internet Explorer 8 */
- -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#dcdcdc, endColorstr=#ffffff, GradientType=1)";
-}
-
-.noborder {
- width: 100%;
- border-spacing: 0;
- background-color: #f8f8f8;
- border-collapse:separate;
- border-top: 0;
- border-left: 0;
- border-right: 0;
- border-bottom: 1px solid #666;
-}
-
-.noborder td {
- border: 0;
-}
-
-table {
- width: 100%;
- border-spacing: 0;
- background-color: #f8f8f8;
- border-top: 0;
- border-left: 1px solid #666;
- border-bottom: 1px solid #666;
- border-collapse:separate;
-}
-
-table thead th {
- color: #fff;
- background-color: #176fa1;
- border: 1px solid #176fa1;
- -webkit-border-top-right-radius: 20px;
- -webkit-border-bottom-left-radius: 20px;
- -moz-border-radius-topright: 20px;
- -moz-border-radius-bottomleft: 20px;
- border-top-right-radius: 20px;
- border-bottom-left-radius: 20px;
-}
-
-table tbody td {
- border-right: 1px solid #666;
-}
-
-.disabled td, .disabled td a {
- color: #cfcfcf;
-}
-
-.formtable {
- width: 100%;
- border-spacing: 0;
- background-color: #f8f8f8;
- border: 0;
- border-collapse:separate;
- margin: 15px 0 0 0;
-}
-
-.formtable tbody td {
- border: 0;
- border-bottom: 1px dotted #ccc;
-}
-
-.formlabeltd {
- width: 350px;
-}
-
-.formtable label {
- float: none;
- display: block;
- padding: 0;
- margin: 0;
- width: 100%;
- text-align: left;
-}
-
-.overviewcustomerextras {
- line-height: 15px;
- font-size: 10px;
- width: 300px;
- float: left;
- padding-top: 8px;
- padding-bottom: 12px;
-}
-
-td {
- padding-top: 5px;
- padding-left: 10px;
- padding-bottom: 5px;
-}
-
-table tfoot td {
- border-right: 1px solid #666;
-}
-
-.tfootleft {
- text-align: left;
-}
-
-.maintitle {
- padding-top: 20px;
-}
-
-/* input elements */
-input {
- color: black;
- background: #dae7ee url('../img/icons/text_align_left.png') no-repeat 5px 4px;
- padding: 2px 4px 2px 22px;
- border: 1px solid #666666;
- height: 22px;
- -moz-border-radius: 5px;
- -khtml-border-radius: 5px;
- -webkit-border-radius: 5px;
- border-radius: 5px;
-}
-
-textarea {
- color: black;
- background: #dae7ee url('../img/icons/text_align_left.png') no-repeat 5px 4px;
- padding: 4px 4px 2px 22px;
- border: 1px solid #666666;
- -moz-border-radius: 5px;
- -khtml-border-radius: 5px;
- -webkit-border-radius: 5px;
- border-radius: 5px;
-}
-
-input[type="password"] {
- background: #dae7ee url('../img/icons/password.png') no-repeat 4px 4px;
-}
-
-input[type="button"],input[type="submit"],input[type="reset"] {
- background: #ccc;
- padding: 4px 10px;
- margin: 0 30px 0 0;
- height: 30px;
- border: 1px solid #999999;
- -moz-border-radius: 5px;
- -khtml-border-radius: 5px;
- -webkit-border-radius: 5px;
- border-radius: 5px;
-}
-
-input[type="submit"],input[class="yesbutton"] {
- color: green;
- background: #ccc url('../img/icons/button_ok.png') no-repeat 4px 8px;
- padding-left: 20px;
-}
-
-input[class="nobutton"],
-input[type="reset"] {
- color: red;
- background: #ccc url('../img/icons/cancel.png') no-repeat 4px 8px;
- padding-left: 20px;
-}
-
-input[type="checkbox"] {
- background: #dae7ee;
- padding: 0;
- width: 25px;
- border: 1px solid #666666;
- -moz-border-radius: 2px;
- -khtml-border-radius: 2px;
- -webkit-border-radius: 2px;
- border-radius: 2px;
-}
-
-select {
- color: black;
- background: #dae7ee;
- padding: 4px;
- border: 1px solid #666666;
-/* height: 30px;*/
- -moz-border-radius: 5px;
- -khtml-border-radius: 5px;
- -webkit-border-radius: 5px;
- border-radius: 5px;
-}
-
-.customer_add {
- margin-top: 15px;
-}
-
-.dboarditem {
- float: left;
- width: 400px;
- margin-top: 4px;
- margin-right: 0;
- margin-bottom: 8px;
- margin-left: 12px;
- padding: 4px 0 4px 8px;
- border: 1px solid #666;
- background-color: #f8f8f8;
-}
-
-.dboarditemfull {
-/* clear: both; */
- position:relative;
- overflow:hidden;
- top: 10px;
- width: 96%;
- margin-top: 4px;
- margin-right: 0;
- margin-bottom: 18px;
- margin-left: 12px;
- padding: 4px 0 4px 8px;
- border: 1px solid #666;
- background-color: #f8f8f8;
-}
-
-.dboarditem table,.dboarditemfull table {
- width: 95%;
- border: 0;
-}
-
-.dboarditem td,.dboarditemfull td {
- border-right: 0;
- border-bottom: 1px dotted #ccc;
-}
-
-.cronjobtask {
- list-style: url('../img/icons/clock.png') inside;
- margin: 0;
- padding: 0;
-}
-
-.overviewheading {
- vertical-align: top;
- line-height: 36px;
- height: 36px;
-}
-
-.overviewheading h3 {
- display: inline;
-}
-
-/* SINGLE PROGRESS BAR */
-.progressBar {
- width:216px;
- height:21px;
- position:relative;
- top: -8px;
-}
-
-.progressBar span {
- position:absolute;
- display:block;
- width:200px;
- height:15px;
- background:url('../img/bar.gif') no-repeat 0 0;
- top:8px;
- left:8px;
- overflow:hidden;
- text-indent:-8000px;
-}
-
-.progressBar span.redbar {
- background:url('../img/barred.gif') no-repeat 0 0;
-}
-
-.progressBar span.greybar {
- background:url('../img/bargrey.gif') no-repeat 0 0;
-}
-
-.progressBar em {
- position:absolute;
- display:block;
- width:200px;
- height:15px;
- background:url('../img/bg_cover.gif') repeat-x 0 0;
- top:0;
-}
-
-.maintable {
- width: 90%;
-}
-
-.update_progess
-{
- padding: 2em;
- text-align: left;
-}
-
-.preconfig
-{
- text-align: left;
- margin-top: 20px;
- margin-bottom: 5px;
- margin-right: 15px;
- margin-left: 15px;
-}
-
-.preconfigitem
-{
- padding: 0.15em;
- border-bottom: 1px solid #cccccc;
-}
-
-.preconfdesc
-{
- display: block;
- margin-bottom: 0.5em;
- font-size: 120%;
-}
-
-.strikethrough {
- text-decoration: line-through;
-}
-
-label.nobr {
- display: inline;
-}
-
-caption {
- font-weight: bold;
- margin-bottom: 0.2em;
-}
-
-/* dataTables */
-table thead th.sorting_asc {
- background-image: url('../img/icons/sort_down.png');
- background-repeat: no-repeat;
- background-position: 10px center;
- padding-left: 25px;
-}
-
-table thead th.sorting_desc {
- background-image: url('../img/icons/sort_up.png');
- background-repeat: no-repeat;
- background-position: 10px center;
- padding-left: 25px;
-}
-
-table thead th.sorting {
- background-image: url('../img/icons/sort_both.png');
- background-repeat: no-repeat;
- background-position: 10px center;
- padding-left: 25px;
-}
-
-.trafficchart {
- height: 150px;
- width: 100%;
- margin: 15px 0 30px 0;
-}
\ No newline at end of file
diff --git a/templates/Froxlor/assets/css/main_ie.css b/templates/Froxlor/assets/css/main_ie.css
deleted file mode 100644
index f35de74b..00000000
--- a/templates/Froxlor/assets/css/main_ie.css
+++ /dev/null
@@ -1,18 +0,0 @@
-@charset "UTF-8";
-
-/* input elements */
-input {
- padding: 4px 4px 0px 24px;
-}
-
-input[type="submit"],input[class="nobutton"],input[type="reset"] {
- padding-left: 24px;
-}
-
-.midform input[type="file"] {
- width: 90%;
-}
-
-table thead th {
- border-right: 1px solid #333;
-}
diff --git a/templates/Froxlor/assets/img/bar.gif b/templates/Froxlor/assets/img/bar.gif
deleted file mode 100644
index 6ca1c5e6..00000000
Binary files a/templates/Froxlor/assets/img/bar.gif and /dev/null differ
diff --git a/templates/Froxlor/assets/img/bargrey.gif b/templates/Froxlor/assets/img/bargrey.gif
deleted file mode 100644
index 1439e131..00000000
Binary files a/templates/Froxlor/assets/img/bargrey.gif and /dev/null differ
diff --git a/templates/Froxlor/assets/img/barred.gif b/templates/Froxlor/assets/img/barred.gif
deleted file mode 100644
index e3fe71f3..00000000
Binary files a/templates/Froxlor/assets/img/barred.gif and /dev/null differ
diff --git a/templates/Froxlor/assets/img/bg_cover.gif b/templates/Froxlor/assets/img/bg_cover.gif
deleted file mode 100644
index f534113d..00000000
Binary files a/templates/Froxlor/assets/img/bg_cover.gif and /dev/null differ
diff --git a/templates/Froxlor/assets/img/default.png b/templates/Froxlor/assets/img/default.png
deleted file mode 100644
index a6848e09..00000000
Binary files a/templates/Froxlor/assets/img/default.png and /dev/null differ
diff --git a/templates/Froxlor/assets/img/favicon.ico b/templates/Froxlor/assets/img/favicon.ico
deleted file mode 100644
index 84b71747..00000000
Binary files a/templates/Froxlor/assets/img/favicon.ico and /dev/null differ
diff --git a/templates/Froxlor/assets/img/header_g.png b/templates/Froxlor/assets/img/header_g.png
deleted file mode 100644
index a3861215..00000000
Binary files a/templates/Froxlor/assets/img/header_g.png and /dev/null differ
diff --git a/templates/Froxlor/assets/img/icons/aps.png b/templates/Froxlor/assets/img/icons/aps.png
deleted file mode 100644
index 4764ab9b..00000000
Binary files a/templates/Froxlor/assets/img/icons/aps.png and /dev/null differ
diff --git a/templates/Froxlor/assets/img/icons/aps_upload.png b/templates/Froxlor/assets/img/icons/aps_upload.png
deleted file mode 100644
index af8b8f62..00000000
Binary files a/templates/Froxlor/assets/img/icons/aps_upload.png and /dev/null differ
diff --git a/templates/Froxlor/assets/img/icons/archive_ticket.png b/templates/Froxlor/assets/img/icons/archive_ticket.png
deleted file mode 100644
index 38ccf819..00000000
Binary files a/templates/Froxlor/assets/img/icons/archive_ticket.png and /dev/null differ
diff --git a/templates/Froxlor/assets/img/icons/autoresponder.png b/templates/Froxlor/assets/img/icons/autoresponder.png
deleted file mode 100644
index 29c4b6e1..00000000
Binary files a/templates/Froxlor/assets/img/icons/autoresponder.png and /dev/null differ
diff --git a/templates/Froxlor/assets/img/icons/autoresponder_add.png b/templates/Froxlor/assets/img/icons/autoresponder_add.png
deleted file mode 100644
index 5a00323f..00000000
Binary files a/templates/Froxlor/assets/img/icons/autoresponder_add.png and /dev/null differ
diff --git a/templates/Froxlor/assets/img/icons/autoresponder_edit.png b/templates/Froxlor/assets/img/icons/autoresponder_edit.png
deleted file mode 100644
index 294b7205..00000000
Binary files a/templates/Froxlor/assets/img/icons/autoresponder_edit.png and /dev/null differ
diff --git a/templates/Froxlor/assets/img/icons/backup.png b/templates/Froxlor/assets/img/icons/backup.png
deleted file mode 100644
index 29406eb0..00000000
Binary files a/templates/Froxlor/assets/img/icons/backup.png and /dev/null differ
diff --git a/templates/Froxlor/assets/img/icons/backup_big.png b/templates/Froxlor/assets/img/icons/backup_big.png
deleted file mode 100644
index 5a52ef83..00000000
Binary files a/templates/Froxlor/assets/img/icons/backup_big.png and /dev/null differ
diff --git a/templates/Froxlor/assets/img/icons/bad.png b/templates/Froxlor/assets/img/icons/bad.png
deleted file mode 100644
index 0f6e98f6..00000000
Binary files a/templates/Froxlor/assets/img/icons/bad.png and /dev/null differ
diff --git a/templates/Froxlor/assets/img/icons/button_ok.png b/templates/Froxlor/assets/img/icons/button_ok.png
deleted file mode 100644
index a9925a06..00000000
Binary files a/templates/Froxlor/assets/img/icons/button_ok.png and /dev/null differ
diff --git a/templates/Froxlor/assets/img/icons/cancel.png b/templates/Froxlor/assets/img/icons/cancel.png
deleted file mode 100644
index 1514d51a..00000000
Binary files a/templates/Froxlor/assets/img/icons/cancel.png and /dev/null differ
diff --git a/templates/Froxlor/assets/img/icons/categories.png b/templates/Froxlor/assets/img/icons/categories.png
deleted file mode 100644
index 228475bf..00000000
Binary files a/templates/Froxlor/assets/img/icons/categories.png and /dev/null differ
diff --git a/templates/Froxlor/assets/img/icons/categories_big.png b/templates/Froxlor/assets/img/icons/categories_big.png
deleted file mode 100644
index 0b09dff1..00000000
Binary files a/templates/Froxlor/assets/img/icons/categories_big.png and /dev/null differ
diff --git a/templates/Froxlor/assets/img/icons/category_add.png b/templates/Froxlor/assets/img/icons/category_add.png
deleted file mode 100644
index 77939944..00000000
Binary files a/templates/Froxlor/assets/img/icons/category_add.png and /dev/null differ
diff --git a/templates/Froxlor/assets/img/icons/category_add_big.png b/templates/Froxlor/assets/img/icons/category_add_big.png
deleted file mode 100644
index 08a460a9..00000000
Binary files a/templates/Froxlor/assets/img/icons/category_add_big.png and /dev/null differ
diff --git a/templates/Froxlor/assets/img/icons/category_edit.png b/templates/Froxlor/assets/img/icons/category_edit.png
deleted file mode 100644
index fdbc908a..00000000
Binary files a/templates/Froxlor/assets/img/icons/category_edit.png and /dev/null differ
diff --git a/templates/Froxlor/assets/img/icons/category_edit_big.png b/templates/Froxlor/assets/img/icons/category_edit_big.png
deleted file mode 100644
index 8f717fff..00000000
Binary files a/templates/Froxlor/assets/img/icons/category_edit_big.png and /dev/null differ
diff --git a/templates/Froxlor/assets/img/icons/category_new.png b/templates/Froxlor/assets/img/icons/category_new.png
deleted file mode 100644
index c5804c08..00000000
Binary files a/templates/Froxlor/assets/img/icons/category_new.png and /dev/null differ
diff --git a/templates/Froxlor/assets/img/icons/clock.png b/templates/Froxlor/assets/img/icons/clock.png
deleted file mode 100644
index e607fe2a..00000000
Binary files a/templates/Froxlor/assets/img/icons/clock.png and /dev/null differ
diff --git a/templates/Froxlor/assets/img/icons/clock_add.png b/templates/Froxlor/assets/img/icons/clock_add.png
deleted file mode 100644
index edb251e0..00000000
Binary files a/templates/Froxlor/assets/img/icons/clock_add.png and /dev/null differ
diff --git a/templates/Froxlor/assets/img/icons/clock_delete.png b/templates/Froxlor/assets/img/icons/clock_delete.png
deleted file mode 100644
index 8f46c8cb..00000000
Binary files a/templates/Froxlor/assets/img/icons/clock_delete.png and /dev/null differ
diff --git a/templates/Froxlor/assets/img/icons/clock_edit.png b/templates/Froxlor/assets/img/icons/clock_edit.png
deleted file mode 100644
index 6f59a9bb..00000000
Binary files a/templates/Froxlor/assets/img/icons/clock_edit.png and /dev/null differ
diff --git a/templates/Froxlor/assets/img/icons/clock_error.png b/templates/Froxlor/assets/img/icons/clock_error.png
deleted file mode 100644
index 0d4ff82c..00000000
Binary files a/templates/Froxlor/assets/img/icons/clock_error.png and /dev/null differ
diff --git a/templates/Froxlor/assets/img/icons/clock_go.png b/templates/Froxlor/assets/img/icons/clock_go.png
deleted file mode 100644
index 8465083b..00000000
Binary files a/templates/Froxlor/assets/img/icons/clock_go.png and /dev/null differ
diff --git a/templates/Froxlor/assets/img/icons/clock_link.png b/templates/Froxlor/assets/img/icons/clock_link.png
deleted file mode 100644
index 481cf04c..00000000
Binary files a/templates/Froxlor/assets/img/icons/clock_link.png and /dev/null differ
diff --git a/templates/Froxlor/assets/img/icons/clock_pause.png b/templates/Froxlor/assets/img/icons/clock_pause.png
deleted file mode 100644
index c469d03e..00000000
Binary files a/templates/Froxlor/assets/img/icons/clock_pause.png and /dev/null differ
diff --git a/templates/Froxlor/assets/img/icons/clock_play.png b/templates/Froxlor/assets/img/icons/clock_play.png
deleted file mode 100644
index 62063bf8..00000000
Binary files a/templates/Froxlor/assets/img/icons/clock_play.png and /dev/null differ
diff --git a/templates/Froxlor/assets/img/icons/clock_red.png b/templates/Froxlor/assets/img/icons/clock_red.png
deleted file mode 100644
index 2842cc33..00000000
Binary files a/templates/Froxlor/assets/img/icons/clock_red.png and /dev/null differ
diff --git a/templates/Froxlor/assets/img/icons/clock_stop.png b/templates/Froxlor/assets/img/icons/clock_stop.png
deleted file mode 100644
index 6fe8a6f9..00000000
Binary files a/templates/Froxlor/assets/img/icons/clock_stop.png and /dev/null differ
diff --git a/templates/Froxlor/assets/img/icons/delete.png b/templates/Froxlor/assets/img/icons/delete.png
deleted file mode 100644
index b9496b61..00000000
Binary files a/templates/Froxlor/assets/img/icons/delete.png and /dev/null differ
diff --git a/templates/Froxlor/assets/img/icons/display.png b/templates/Froxlor/assets/img/icons/display.png
deleted file mode 100644
index e0c7b34e..00000000
Binary files a/templates/Froxlor/assets/img/icons/display.png and /dev/null differ
diff --git a/templates/Froxlor/assets/img/icons/domain_add.png b/templates/Froxlor/assets/img/icons/domain_add.png
deleted file mode 100644
index 97cd0fe5..00000000
Binary files a/templates/Froxlor/assets/img/icons/domain_add.png and /dev/null differ
diff --git a/templates/Froxlor/assets/img/icons/domain_add_big.png b/templates/Froxlor/assets/img/icons/domain_add_big.png
deleted file mode 100644
index 848ef7ed..00000000
Binary files a/templates/Froxlor/assets/img/icons/domain_add_big.png and /dev/null differ
diff --git a/templates/Froxlor/assets/img/icons/domain_edit.png b/templates/Froxlor/assets/img/icons/domain_edit.png
deleted file mode 100644
index 9077566c..00000000
Binary files a/templates/Froxlor/assets/img/icons/domain_edit.png and /dev/null differ
diff --git a/templates/Froxlor/assets/img/icons/domain_edit_big.png b/templates/Froxlor/assets/img/icons/domain_edit_big.png
deleted file mode 100644
index 30568a25..00000000
Binary files a/templates/Froxlor/assets/img/icons/domain_edit_big.png and /dev/null differ
diff --git a/templates/Froxlor/assets/img/icons/domains.png b/templates/Froxlor/assets/img/icons/domains.png
deleted file mode 100644
index cf0539db..00000000
Binary files a/templates/Froxlor/assets/img/icons/domains.png and /dev/null differ
diff --git a/templates/Froxlor/assets/img/icons/domains_big.png b/templates/Froxlor/assets/img/icons/domains_big.png
deleted file mode 100644
index c96dc391..00000000
Binary files a/templates/Froxlor/assets/img/icons/domains_big.png and /dev/null differ
diff --git a/templates/Froxlor/assets/img/icons/down.png b/templates/Froxlor/assets/img/icons/down.png
deleted file mode 100644
index c5b6f126..00000000
Binary files a/templates/Froxlor/assets/img/icons/down.png and /dev/null differ
diff --git a/templates/Froxlor/assets/img/icons/edit.png b/templates/Froxlor/assets/img/icons/edit.png
deleted file mode 100644
index cd4e8726..00000000
Binary files a/templates/Froxlor/assets/img/icons/edit.png and /dev/null differ
diff --git a/templates/Froxlor/assets/img/icons/email_add.png b/templates/Froxlor/assets/img/icons/email_add.png
deleted file mode 100644
index b9e2fd05..00000000
Binary files a/templates/Froxlor/assets/img/icons/email_add.png and /dev/null differ
diff --git a/templates/Froxlor/assets/img/icons/email_add_big.png b/templates/Froxlor/assets/img/icons/email_add_big.png
deleted file mode 100644
index b1082348..00000000
Binary files a/templates/Froxlor/assets/img/icons/email_add_big.png and /dev/null differ
diff --git a/templates/Froxlor/assets/img/icons/email_edit.png b/templates/Froxlor/assets/img/icons/email_edit.png
deleted file mode 100644
index b71a76f2..00000000
Binary files a/templates/Froxlor/assets/img/icons/email_edit.png and /dev/null differ
diff --git a/templates/Froxlor/assets/img/icons/email_edit_big.png b/templates/Froxlor/assets/img/icons/email_edit_big.png
deleted file mode 100644
index 9a214904..00000000
Binary files a/templates/Froxlor/assets/img/icons/email_edit_big.png and /dev/null differ
diff --git a/templates/Froxlor/assets/img/icons/emails.png b/templates/Froxlor/assets/img/icons/emails.png
deleted file mode 100644
index 426fc2db..00000000
Binary files a/templates/Froxlor/assets/img/icons/emails.png and /dev/null differ
diff --git a/templates/Froxlor/assets/img/icons/emails_big.png b/templates/Froxlor/assets/img/icons/emails_big.png
deleted file mode 100644
index 89b58e99..00000000
Binary files a/templates/Froxlor/assets/img/icons/emails_big.png and /dev/null differ
diff --git a/templates/Froxlor/assets/img/icons/encrypted.png b/templates/Froxlor/assets/img/icons/encrypted.png
deleted file mode 100644
index 0d024302..00000000
Binary files a/templates/Froxlor/assets/img/icons/encrypted.png and /dev/null differ
diff --git a/templates/Froxlor/assets/img/icons/file.gif b/templates/Froxlor/assets/img/icons/file.gif
deleted file mode 100644
index 976fd11b..00000000
Binary files a/templates/Froxlor/assets/img/icons/file.gif and /dev/null differ
diff --git a/templates/Froxlor/assets/img/icons/find.png b/templates/Froxlor/assets/img/icons/find.png
deleted file mode 100644
index 424121f2..00000000
Binary files a/templates/Froxlor/assets/img/icons/find.png and /dev/null differ
diff --git a/templates/Froxlor/assets/img/icons/flag.png b/templates/Froxlor/assets/img/icons/flag.png
deleted file mode 100644
index 71cad26e..00000000
Binary files a/templates/Froxlor/assets/img/icons/flag.png and /dev/null differ
diff --git a/templates/Froxlor/assets/img/icons/folder.gif b/templates/Froxlor/assets/img/icons/folder.gif
deleted file mode 100644
index 648dfcd9..00000000
Binary files a/templates/Froxlor/assets/img/icons/folder.gif and /dev/null differ
diff --git a/templates/Froxlor/assets/img/icons/group_edit.png b/templates/Froxlor/assets/img/icons/group_edit.png
deleted file mode 100644
index 3d7d007e..00000000
Binary files a/templates/Froxlor/assets/img/icons/group_edit.png and /dev/null differ
diff --git a/templates/Froxlor/assets/img/icons/group_edit_big.png b/templates/Froxlor/assets/img/icons/group_edit_big.png
deleted file mode 100644
index 9c19cad3..00000000
Binary files a/templates/Froxlor/assets/img/icons/group_edit_big.png and /dev/null differ
diff --git a/templates/Froxlor/assets/img/icons/help.png b/templates/Froxlor/assets/img/icons/help.png
deleted file mode 100644
index d42f972a..00000000
Binary files a/templates/Froxlor/assets/img/icons/help.png and /dev/null differ
diff --git a/templates/Froxlor/assets/img/icons/htaccess.png b/templates/Froxlor/assets/img/icons/htaccess.png
deleted file mode 100644
index 6e4cbc15..00000000
Binary files a/templates/Froxlor/assets/img/icons/htaccess.png and /dev/null differ
diff --git a/templates/Froxlor/assets/img/icons/htaccess_add.png b/templates/Froxlor/assets/img/icons/htaccess_add.png
deleted file mode 100644
index f65d4c55..00000000
Binary files a/templates/Froxlor/assets/img/icons/htaccess_add.png and /dev/null differ
diff --git a/templates/Froxlor/assets/img/icons/htaccess_add_big.png b/templates/Froxlor/assets/img/icons/htaccess_add_big.png
deleted file mode 100644
index 1b6d9d2b..00000000
Binary files a/templates/Froxlor/assets/img/icons/htaccess_add_big.png and /dev/null differ
diff --git a/templates/Froxlor/assets/img/icons/htaccess_big.png b/templates/Froxlor/assets/img/icons/htaccess_big.png
deleted file mode 100644
index 53d62655..00000000
Binary files a/templates/Froxlor/assets/img/icons/htaccess_big.png and /dev/null differ
diff --git a/templates/Froxlor/assets/img/icons/htpasswd.png b/templates/Froxlor/assets/img/icons/htpasswd.png
deleted file mode 100644
index 6e4cbc15..00000000
Binary files a/templates/Froxlor/assets/img/icons/htpasswd.png and /dev/null differ
diff --git a/templates/Froxlor/assets/img/icons/htpasswd_add.png b/templates/Froxlor/assets/img/icons/htpasswd_add.png
deleted file mode 100644
index f65d4c55..00000000
Binary files a/templates/Froxlor/assets/img/icons/htpasswd_add.png and /dev/null differ
diff --git a/templates/Froxlor/assets/img/icons/htpasswd_add_big.png b/templates/Froxlor/assets/img/icons/htpasswd_add_big.png
deleted file mode 100644
index 1b6d9d2b..00000000
Binary files a/templates/Froxlor/assets/img/icons/htpasswd_add_big.png and /dev/null differ
diff --git a/templates/Froxlor/assets/img/icons/htpasswd_big.png b/templates/Froxlor/assets/img/icons/htpasswd_big.png
deleted file mode 100644
index 53d62655..00000000
Binary files a/templates/Froxlor/assets/img/icons/htpasswd_big.png and /dev/null differ
diff --git a/templates/Froxlor/assets/img/icons/htpasswd_edit.png b/templates/Froxlor/assets/img/icons/htpasswd_edit.png
deleted file mode 100644
index dbcfacd8..00000000
Binary files a/templates/Froxlor/assets/img/icons/htpasswd_edit.png and /dev/null differ
diff --git a/templates/Froxlor/assets/img/icons/htpasswd_edit_big.png b/templates/Froxlor/assets/img/icons/htpasswd_edit_big.png
deleted file mode 100644
index 94ebfce3..00000000
Binary files a/templates/Froxlor/assets/img/icons/htpasswd_edit_big.png and /dev/null differ
diff --git a/templates/Froxlor/assets/img/icons/info.png b/templates/Froxlor/assets/img/icons/info.png
deleted file mode 100644
index 91bd218e..00000000
Binary files a/templates/Froxlor/assets/img/icons/info.png and /dev/null differ
diff --git a/templates/Froxlor/assets/img/icons/ipsports.png b/templates/Froxlor/assets/img/icons/ipsports.png
deleted file mode 100644
index f0de45c6..00000000
Binary files a/templates/Froxlor/assets/img/icons/ipsports.png and /dev/null differ
diff --git a/templates/Froxlor/assets/img/icons/ipsports_add.png b/templates/Froxlor/assets/img/icons/ipsports_add.png
deleted file mode 100644
index 72cd0c8d..00000000
Binary files a/templates/Froxlor/assets/img/icons/ipsports_add.png and /dev/null differ
diff --git a/templates/Froxlor/assets/img/icons/ipsports_add_big.png b/templates/Froxlor/assets/img/icons/ipsports_add_big.png
deleted file mode 100644
index 43786512..00000000
Binary files a/templates/Froxlor/assets/img/icons/ipsports_add_big.png and /dev/null differ
diff --git a/templates/Froxlor/assets/img/icons/ipsports_big.png b/templates/Froxlor/assets/img/icons/ipsports_big.png
deleted file mode 100644
index 4da57e21..00000000
Binary files a/templates/Froxlor/assets/img/icons/ipsports_big.png and /dev/null differ
diff --git a/templates/Froxlor/assets/img/icons/ipsports_edit.png b/templates/Froxlor/assets/img/icons/ipsports_edit.png
deleted file mode 100644
index 5a66cd5e..00000000
Binary files a/templates/Froxlor/assets/img/icons/ipsports_edit.png and /dev/null differ
diff --git a/templates/Froxlor/assets/img/icons/ipsports_edit_big.png b/templates/Froxlor/assets/img/icons/ipsports_edit_big.png
deleted file mode 100644
index f78f2c15..00000000
Binary files a/templates/Froxlor/assets/img/icons/ipsports_edit_big.png and /dev/null differ
diff --git a/templates/Froxlor/assets/img/icons/link.gif b/templates/Froxlor/assets/img/icons/link.gif
deleted file mode 100644
index 7640489a..00000000
Binary files a/templates/Froxlor/assets/img/icons/link.gif and /dev/null differ
diff --git a/templates/Froxlor/assets/img/icons/mail.png b/templates/Froxlor/assets/img/icons/mail.png
deleted file mode 100644
index c4c4b65d..00000000
Binary files a/templates/Froxlor/assets/img/icons/mail.png and /dev/null differ
diff --git a/templates/Froxlor/assets/img/icons/messages.png b/templates/Froxlor/assets/img/icons/messages.png
deleted file mode 100644
index 407c6ce3..00000000
Binary files a/templates/Froxlor/assets/img/icons/messages.png and /dev/null differ
diff --git a/templates/Froxlor/assets/img/icons/mysql_add.png b/templates/Froxlor/assets/img/icons/mysql_add.png
deleted file mode 100644
index 4eb8289f..00000000
Binary files a/templates/Froxlor/assets/img/icons/mysql_add.png and /dev/null differ
diff --git a/templates/Froxlor/assets/img/icons/mysql_add_big.png b/templates/Froxlor/assets/img/icons/mysql_add_big.png
deleted file mode 100644
index f61e0df0..00000000
Binary files a/templates/Froxlor/assets/img/icons/mysql_add_big.png and /dev/null differ
diff --git a/templates/Froxlor/assets/img/icons/mysql_edit.png b/templates/Froxlor/assets/img/icons/mysql_edit.png
deleted file mode 100644
index c3c83fd6..00000000
Binary files a/templates/Froxlor/assets/img/icons/mysql_edit.png and /dev/null differ
diff --git a/templates/Froxlor/assets/img/icons/mysql_edit_big.png b/templates/Froxlor/assets/img/icons/mysql_edit_big.png
deleted file mode 100644
index 0bd144c7..00000000
Binary files a/templates/Froxlor/assets/img/icons/mysql_edit_big.png and /dev/null differ
diff --git a/templates/Froxlor/assets/img/icons/mysqls.png b/templates/Froxlor/assets/img/icons/mysqls.png
deleted file mode 100644
index 58b85a87..00000000
Binary files a/templates/Froxlor/assets/img/icons/mysqls.png and /dev/null differ
diff --git a/templates/Froxlor/assets/img/icons/mysqls_big.png b/templates/Froxlor/assets/img/icons/mysqls_big.png
deleted file mode 100644
index 28f74c99..00000000
Binary files a/templates/Froxlor/assets/img/icons/mysqls_big.png and /dev/null differ
diff --git a/templates/Froxlor/assets/img/icons/ok.png b/templates/Froxlor/assets/img/icons/ok.png
deleted file mode 100644
index a4a89640..00000000
Binary files a/templates/Froxlor/assets/img/icons/ok.png and /dev/null differ
diff --git a/templates/Froxlor/assets/img/icons/parent.gif b/templates/Froxlor/assets/img/icons/parent.gif
deleted file mode 100644
index 33ad0253..00000000
Binary files a/templates/Froxlor/assets/img/icons/parent.gif and /dev/null differ
diff --git a/templates/Froxlor/assets/img/icons/password.png b/templates/Froxlor/assets/img/icons/password.png
deleted file mode 100644
index 92957907..00000000
Binary files a/templates/Froxlor/assets/img/icons/password.png and /dev/null differ
diff --git a/templates/Froxlor/assets/img/icons/phpsettings.png b/templates/Froxlor/assets/img/icons/phpsettings.png
deleted file mode 100644
index 79712f85..00000000
Binary files a/templates/Froxlor/assets/img/icons/phpsettings.png and /dev/null differ
diff --git a/templates/Froxlor/assets/img/icons/phpsettings_add.png b/templates/Froxlor/assets/img/icons/phpsettings_add.png
deleted file mode 100644
index 8bc86208..00000000
Binary files a/templates/Froxlor/assets/img/icons/phpsettings_add.png and /dev/null differ
diff --git a/templates/Froxlor/assets/img/icons/phpsettings_add_big.png b/templates/Froxlor/assets/img/icons/phpsettings_add_big.png
deleted file mode 100644
index d7f3a332..00000000
Binary files a/templates/Froxlor/assets/img/icons/phpsettings_add_big.png and /dev/null differ
diff --git a/templates/Froxlor/assets/img/icons/phpsettings_big.png b/templates/Froxlor/assets/img/icons/phpsettings_big.png
deleted file mode 100644
index fd040498..00000000
Binary files a/templates/Froxlor/assets/img/icons/phpsettings_big.png and /dev/null differ
diff --git a/templates/Froxlor/assets/img/icons/phpsettings_edit.png b/templates/Froxlor/assets/img/icons/phpsettings_edit.png
deleted file mode 100644
index f1fbe24b..00000000
Binary files a/templates/Froxlor/assets/img/icons/phpsettings_edit.png and /dev/null differ
diff --git a/templates/Froxlor/assets/img/icons/phpsettings_edit_big.png b/templates/Froxlor/assets/img/icons/phpsettings_edit_big.png
deleted file mode 100644
index c40a751a..00000000
Binary files a/templates/Froxlor/assets/img/icons/phpsettings_edit_big.png and /dev/null differ
diff --git a/templates/Froxlor/assets/img/icons/rename.gif b/templates/Froxlor/assets/img/icons/rename.gif
deleted file mode 100644
index eb0971f0..00000000
Binary files a/templates/Froxlor/assets/img/icons/rename.gif and /dev/null differ
diff --git a/templates/Froxlor/assets/img/icons/replace_vars.png b/templates/Froxlor/assets/img/icons/replace_vars.png
deleted file mode 100644
index afd36078..00000000
Binary files a/templates/Froxlor/assets/img/icons/replace_vars.png and /dev/null differ
diff --git a/templates/Froxlor/assets/img/icons/res_recalculate.png b/templates/Froxlor/assets/img/icons/res_recalculate.png
deleted file mode 100644
index 0f29db18..00000000
Binary files a/templates/Froxlor/assets/img/icons/res_recalculate.png and /dev/null differ
diff --git a/templates/Froxlor/assets/img/icons/res_recalculate_big.png b/templates/Froxlor/assets/img/icons/res_recalculate_big.png
deleted file mode 100644
index c17b7f4a..00000000
Binary files a/templates/Froxlor/assets/img/icons/res_recalculate_big.png and /dev/null differ
diff --git a/templates/Froxlor/assets/img/icons/settings.png b/templates/Froxlor/assets/img/icons/settings.png
deleted file mode 100644
index 82586d17..00000000
Binary files a/templates/Froxlor/assets/img/icons/settings.png and /dev/null differ
diff --git a/templates/Froxlor/assets/img/icons/settings_big.png b/templates/Froxlor/assets/img/icons/settings_big.png
deleted file mode 100644
index 069557c2..00000000
Binary files a/templates/Froxlor/assets/img/icons/settings_big.png and /dev/null differ
diff --git a/templates/Froxlor/assets/img/icons/ssl.png b/templates/Froxlor/assets/img/icons/ssl.png
deleted file mode 100644
index a54e26d3..00000000
Binary files a/templates/Froxlor/assets/img/icons/ssl.png and /dev/null differ
diff --git a/templates/Froxlor/assets/img/icons/ssl_customer_green.png b/templates/Froxlor/assets/img/icons/ssl_customer_green.png
deleted file mode 100644
index 66bb7707..00000000
Binary files a/templates/Froxlor/assets/img/icons/ssl_customer_green.png and /dev/null differ
diff --git a/templates/Froxlor/assets/img/icons/ssl_global.png b/templates/Froxlor/assets/img/icons/ssl_global.png
deleted file mode 100644
index 52a2c13a..00000000
Binary files a/templates/Froxlor/assets/img/icons/ssl_global.png and /dev/null differ
diff --git a/templates/Froxlor/assets/img/icons/ssl_shared.png b/templates/Froxlor/assets/img/icons/ssl_shared.png
deleted file mode 100644
index 35b66aac..00000000
Binary files a/templates/Froxlor/assets/img/icons/ssl_shared.png and /dev/null differ
diff --git a/templates/Froxlor/assets/img/icons/syslog.png b/templates/Froxlor/assets/img/icons/syslog.png
deleted file mode 100644
index ad44f5a7..00000000
Binary files a/templates/Froxlor/assets/img/icons/syslog.png and /dev/null differ
diff --git a/templates/Froxlor/assets/img/icons/syslog_big.png b/templates/Froxlor/assets/img/icons/syslog_big.png
deleted file mode 100644
index ad44f5a7..00000000
Binary files a/templates/Froxlor/assets/img/icons/syslog_big.png and /dev/null differ
diff --git a/templates/Froxlor/assets/img/icons/syslog_truncate.png b/templates/Froxlor/assets/img/icons/syslog_truncate.png
deleted file mode 100644
index 31117e49..00000000
Binary files a/templates/Froxlor/assets/img/icons/syslog_truncate.png and /dev/null differ
diff --git a/templates/Froxlor/assets/img/icons/syslog_truncate_big.png b/templates/Froxlor/assets/img/icons/syslog_truncate_big.png
deleted file mode 100644
index 351370c5..00000000
Binary files a/templates/Froxlor/assets/img/icons/syslog_truncate_big.png and /dev/null differ
diff --git a/templates/Froxlor/assets/img/icons/tag_blue.png b/templates/Froxlor/assets/img/icons/tag_blue.png
deleted file mode 100644
index c2f1d3e4..00000000
Binary files a/templates/Froxlor/assets/img/icons/tag_blue.png and /dev/null differ
diff --git a/templates/Froxlor/assets/img/icons/tag_orange.png b/templates/Froxlor/assets/img/icons/tag_orange.png
deleted file mode 100644
index e69c9812..00000000
Binary files a/templates/Froxlor/assets/img/icons/tag_orange.png and /dev/null differ
diff --git a/templates/Froxlor/assets/img/icons/templates.png b/templates/Froxlor/assets/img/icons/templates.png
deleted file mode 100644
index c583293c..00000000
Binary files a/templates/Froxlor/assets/img/icons/templates.png and /dev/null differ
diff --git a/templates/Froxlor/assets/img/icons/templates_add.png b/templates/Froxlor/assets/img/icons/templates_add.png
deleted file mode 100644
index e4e31244..00000000
Binary files a/templates/Froxlor/assets/img/icons/templates_add.png and /dev/null differ
diff --git a/templates/Froxlor/assets/img/icons/templates_add_big.png b/templates/Froxlor/assets/img/icons/templates_add_big.png
deleted file mode 100644
index 32bddb7d..00000000
Binary files a/templates/Froxlor/assets/img/icons/templates_add_big.png and /dev/null differ
diff --git a/templates/Froxlor/assets/img/icons/templates_big.png b/templates/Froxlor/assets/img/icons/templates_big.png
deleted file mode 100644
index 2d2ca825..00000000
Binary files a/templates/Froxlor/assets/img/icons/templates_big.png and /dev/null differ
diff --git a/templates/Froxlor/assets/img/icons/templates_edit.png b/templates/Froxlor/assets/img/icons/templates_edit.png
deleted file mode 100644
index 1c8822af..00000000
Binary files a/templates/Froxlor/assets/img/icons/templates_edit.png and /dev/null differ
diff --git a/templates/Froxlor/assets/img/icons/templates_edit_big.png b/templates/Froxlor/assets/img/icons/templates_edit_big.png
deleted file mode 100644
index e886fcaa..00000000
Binary files a/templates/Froxlor/assets/img/icons/templates_edit_big.png and /dev/null differ
diff --git a/templates/Froxlor/assets/img/icons/text_align_center.png b/templates/Froxlor/assets/img/icons/text_align_center.png
deleted file mode 100644
index 88fd4ae0..00000000
Binary files a/templates/Froxlor/assets/img/icons/text_align_center.png and /dev/null differ
diff --git a/templates/Froxlor/assets/img/icons/text_align_justify.png b/templates/Froxlor/assets/img/icons/text_align_justify.png
deleted file mode 100644
index e9c7c139..00000000
Binary files a/templates/Froxlor/assets/img/icons/text_align_justify.png and /dev/null differ
diff --git a/templates/Froxlor/assets/img/icons/text_align_left.png b/templates/Froxlor/assets/img/icons/text_align_left.png
deleted file mode 100644
index 37caa3ed..00000000
Binary files a/templates/Froxlor/assets/img/icons/text_align_left.png and /dev/null differ
diff --git a/templates/Froxlor/assets/img/icons/text_align_right.png b/templates/Froxlor/assets/img/icons/text_align_right.png
deleted file mode 100644
index 6f87f192..00000000
Binary files a/templates/Froxlor/assets/img/icons/text_align_right.png and /dev/null differ
diff --git a/templates/Froxlor/assets/img/icons/ticket_add.png b/templates/Froxlor/assets/img/icons/ticket_add.png
deleted file mode 100644
index c7ca3f0f..00000000
Binary files a/templates/Froxlor/assets/img/icons/ticket_add.png and /dev/null differ
diff --git a/templates/Froxlor/assets/img/icons/ticket_add_big.png b/templates/Froxlor/assets/img/icons/ticket_add_big.png
deleted file mode 100644
index 8211715a..00000000
Binary files a/templates/Froxlor/assets/img/icons/ticket_add_big.png and /dev/null differ
diff --git a/templates/Froxlor/assets/img/icons/ticket_answer.png b/templates/Froxlor/assets/img/icons/ticket_answer.png
deleted file mode 100644
index d03ba64a..00000000
Binary files a/templates/Froxlor/assets/img/icons/ticket_answer.png and /dev/null differ
diff --git a/templates/Froxlor/assets/img/icons/ticket_archive.png b/templates/Froxlor/assets/img/icons/ticket_archive.png
deleted file mode 100644
index e7c2cd50..00000000
Binary files a/templates/Froxlor/assets/img/icons/ticket_archive.png and /dev/null differ
diff --git a/templates/Froxlor/assets/img/icons/ticket_archive_big.png b/templates/Froxlor/assets/img/icons/ticket_archive_big.png
deleted file mode 100644
index 252a6b64..00000000
Binary files a/templates/Froxlor/assets/img/icons/ticket_archive_big.png and /dev/null differ
diff --git a/templates/Froxlor/assets/img/icons/ticket_archive_search.png b/templates/Froxlor/assets/img/icons/ticket_archive_search.png
deleted file mode 100644
index c91b2c0e..00000000
Binary files a/templates/Froxlor/assets/img/icons/ticket_archive_search.png and /dev/null differ
diff --git a/templates/Froxlor/assets/img/icons/ticket_archive_search_big.png b/templates/Froxlor/assets/img/icons/ticket_archive_search_big.png
deleted file mode 100644
index 0307fe9d..00000000
Binary files a/templates/Froxlor/assets/img/icons/ticket_archive_search_big.png and /dev/null differ
diff --git a/templates/Froxlor/assets/img/icons/ticket_close.png b/templates/Froxlor/assets/img/icons/ticket_close.png
deleted file mode 100644
index f6d54ac3..00000000
Binary files a/templates/Froxlor/assets/img/icons/ticket_close.png and /dev/null differ
diff --git a/templates/Froxlor/assets/img/icons/ticket_new.png b/templates/Froxlor/assets/img/icons/ticket_new.png
deleted file mode 100644
index 72349864..00000000
Binary files a/templates/Froxlor/assets/img/icons/ticket_new.png and /dev/null differ
diff --git a/templates/Froxlor/assets/img/icons/ticket_new_big.png b/templates/Froxlor/assets/img/icons/ticket_new_big.png
deleted file mode 100644
index 8211715a..00000000
Binary files a/templates/Froxlor/assets/img/icons/ticket_new_big.png and /dev/null differ
diff --git a/templates/Froxlor/assets/img/icons/ticket_reopen.png b/templates/Froxlor/assets/img/icons/ticket_reopen.png
deleted file mode 100644
index 64539ae1..00000000
Binary files a/templates/Froxlor/assets/img/icons/ticket_reopen.png and /dev/null differ
diff --git a/templates/Froxlor/assets/img/icons/ticket_reply.png b/templates/Froxlor/assets/img/icons/ticket_reply.png
deleted file mode 100644
index ab70729c..00000000
Binary files a/templates/Froxlor/assets/img/icons/ticket_reply.png and /dev/null differ
diff --git a/templates/Froxlor/assets/img/icons/ticket_reply_big.png b/templates/Froxlor/assets/img/icons/ticket_reply_big.png
deleted file mode 100644
index c1256a8f..00000000
Binary files a/templates/Froxlor/assets/img/icons/ticket_reply_big.png and /dev/null differ
diff --git a/templates/Froxlor/assets/img/icons/ticket_show.png b/templates/Froxlor/assets/img/icons/ticket_show.png
deleted file mode 100644
index b6a2c4d8..00000000
Binary files a/templates/Froxlor/assets/img/icons/ticket_show.png and /dev/null differ
diff --git a/templates/Froxlor/assets/img/icons/tickets.png b/templates/Froxlor/assets/img/icons/tickets.png
deleted file mode 100644
index e7c2cd50..00000000
Binary files a/templates/Froxlor/assets/img/icons/tickets.png and /dev/null differ
diff --git a/templates/Froxlor/assets/img/icons/tickets_big.png b/templates/Froxlor/assets/img/icons/tickets_big.png
deleted file mode 100644
index 252a6b64..00000000
Binary files a/templates/Froxlor/assets/img/icons/tickets_big.png and /dev/null differ
diff --git a/templates/Froxlor/assets/img/icons/traffic.png b/templates/Froxlor/assets/img/icons/traffic.png
deleted file mode 100644
index e8a0e1ed..00000000
Binary files a/templates/Froxlor/assets/img/icons/traffic.png and /dev/null differ
diff --git a/templates/Froxlor/assets/img/icons/traffic_big.png b/templates/Froxlor/assets/img/icons/traffic_big.png
deleted file mode 100644
index ad44f5a7..00000000
Binary files a/templates/Froxlor/assets/img/icons/traffic_big.png and /dev/null differ
diff --git a/templates/Froxlor/assets/img/icons/trash.png b/templates/Froxlor/assets/img/icons/trash.png
deleted file mode 100644
index 86c3a002..00000000
Binary files a/templates/Froxlor/assets/img/icons/trash.png and /dev/null differ
diff --git a/templates/Froxlor/assets/img/icons/trash_big.png b/templates/Froxlor/assets/img/icons/trash_big.png
deleted file mode 100644
index 113a1e4e..00000000
Binary files a/templates/Froxlor/assets/img/icons/trash_big.png and /dev/null differ
diff --git a/templates/Froxlor/assets/img/icons/unlock.png b/templates/Froxlor/assets/img/icons/unlock.png
deleted file mode 100644
index 80de8034..00000000
Binary files a/templates/Froxlor/assets/img/icons/unlock.png and /dev/null differ
diff --git a/templates/Froxlor/assets/img/icons/up.png b/templates/Froxlor/assets/img/icons/up.png
deleted file mode 100644
index afa290a5..00000000
Binary files a/templates/Froxlor/assets/img/icons/up.png and /dev/null differ
diff --git a/templates/Froxlor/assets/img/icons/user_add.png b/templates/Froxlor/assets/img/icons/user_add.png
deleted file mode 100644
index f9cccb4e..00000000
Binary files a/templates/Froxlor/assets/img/icons/user_add.png and /dev/null differ
diff --git a/templates/Froxlor/assets/img/icons/user_add_big.png b/templates/Froxlor/assets/img/icons/user_add_big.png
deleted file mode 100644
index 234fd847..00000000
Binary files a/templates/Froxlor/assets/img/icons/user_add_big.png and /dev/null differ
diff --git a/templates/Froxlor/assets/img/icons/user_edit.png b/templates/Froxlor/assets/img/icons/user_edit.png
deleted file mode 100644
index 478e8ce4..00000000
Binary files a/templates/Froxlor/assets/img/icons/user_edit.png and /dev/null differ
diff --git a/templates/Froxlor/assets/img/icons/user_edit_big.png b/templates/Froxlor/assets/img/icons/user_edit_big.png
deleted file mode 100644
index d1f02740..00000000
Binary files a/templates/Froxlor/assets/img/icons/user_edit_big.png and /dev/null differ
diff --git a/templates/Froxlor/assets/img/icons/warning.png b/templates/Froxlor/assets/img/icons/warning.png
deleted file mode 100644
index e3e7c1f8..00000000
Binary files a/templates/Froxlor/assets/img/icons/warning.png and /dev/null differ
diff --git a/templates/Froxlor/assets/img/logo.png b/templates/Froxlor/assets/img/logo.png
deleted file mode 100644
index 58ced30f..00000000
Binary files a/templates/Froxlor/assets/img/logo.png and /dev/null differ
diff --git a/templates/Froxlor/assets/img/traffic_blue.gif b/templates/Froxlor/assets/img/traffic_blue.gif
deleted file mode 100644
index 8f817faa..00000000
Binary files a/templates/Froxlor/assets/img/traffic_blue.gif and /dev/null differ
diff --git a/templates/Froxlor/assets/img/traffic_green.gif b/templates/Froxlor/assets/img/traffic_green.gif
deleted file mode 100644
index 93e9ebfa..00000000
Binary files a/templates/Froxlor/assets/img/traffic_green.gif and /dev/null differ
diff --git a/templates/Froxlor/assets/img/traffic_red.gif b/templates/Froxlor/assets/img/traffic_red.gif
deleted file mode 100644
index 7a5b5c48..00000000
Binary files a/templates/Froxlor/assets/img/traffic_red.gif and /dev/null differ
diff --git a/templates/Froxlor/assets/img/traffic_yellow.gif b/templates/Froxlor/assets/img/traffic_yellow.gif
deleted file mode 100644
index 2f2b3111..00000000
Binary files a/templates/Froxlor/assets/img/traffic_yellow.gif and /dev/null differ
diff --git a/templates/Froxlor/assets/js/main.js b/templates/Froxlor/assets/js/main.js
deleted file mode 100644
index 37a3b2d6..00000000
--- a/templates/Froxlor/assets/js/main.js
+++ /dev/null
@@ -1,124 +0,0 @@
-$(document).ready(function() {
- $('#historyback, .historyback').click(function() {
- parent.history.back();
- return false;
- });
-
- // this is necessary for the special setting feature (ref #1010)
- $.getQueryVariable = function(key) {
- var urlParams = decodeURI( window.location.search.substring(1) );
- if(urlParams == false | urlParams == '') return null;
- var vars = urlParams.split("&");
- for (var i=0;i 0) {
- var plush = 20;
- if ($(".messagewrapperfull").length > 0) {
- plush+=$(".messagewrapperfull").height();
- }
- if ($(".dboarditemfull").length > 0) {
- plush+=$(".dboarditemfull").height()+20;
- }
- $("article").css('height', $(".dboarditem:last").height()+plush);
- }
-
- // set focus on username-field if on loginpage
- if ($(".loginpage").length != 0) {
- $("#loginname").focus();
- }
-
- if ($("table.formtable").length != 0) {
- $("table.formtable tr").hover(function() {
- $(this).css("background-color", "#fff");
- }, function() {
- $(this).css("background-color", "#f5f5f5");
- });
- }
-
- if ($("table.bradiusodd").length != 0) {
- $("table.bradiusodd tbody tr").not(':last-child').hover(function() {
- $(this).css("background-color", "#fff");
- }, function() {
- $(this).css("background-color", "#f5f5f5");
- });
- // last row needs border-radius
- $("table.bradiusodd tbody tr:last-child").hover(function() {
- $(this).children().css("background-color", "#fff");
- $(this).children(':first-child').css("-webkit-border-bottom-left-radius", "20px");
- $(this).children(':first-child').css("-moz-border-radius-bottomleft", "20px");
- $(this).children(':first-child').css("border-bottom-left-radius", "20px");
- }, function() {
- $(this).children().css("background-color", "#f5f5f5");
- });
- }
-
- // Auto-select next field in configfile - wizard
- $('#config_distribution').change(function (){
- window.location.href=window.location.href + '&distribution=' + this.options[ this.selectedIndex ].value;
- });
- $('#config_service').change(function (){
- window.location.href=window.location.href + '&service=' + this.options[ this.selectedIndex ].value;
- });
- $('#config_daemon').change(function (){
- window.location.href=window.location.href + '&daemon=' + this.options[ this.selectedIndex ].value;
- });
-
- // Back-button
- $('#yesnobutton').click(function() {
- history.back();
- });
-
- $('input[name=speciallogfile]').click(function () {
- if($.getQueryVariable("page") == "domains" && $.getQueryVariable("action") == "edit") {
- $speciallogdialog.dialog("open");
- $(".ui-dialog-titlebar").hide();
- }
- });
-
- $('#speciallogyesbutton').click(function () {
- $speciallogdialog.dialog("close");
- if($('#delete_stats').val().toLowerCase() != $('#delete_statistics_str').val().toLowerCase()) {
- $("#speciallogverified").val("0");
- if($('input[name=speciallogfile]').prop("checked") != false) {
- $('input[name=speciallogfile]').attr("checked", false);
- } else {
- $('input[name=speciallogfile]').attr("checked", true);
- }
- } else {
- $("#speciallogverified").val("1");
- }
- });
-
- $('input[id=speciallognobutton]').click(function () {
- $speciallogdialog.dialog("close");
- $("#speciallogverified").val("0");
- if($('input[name=speciallogfile]').prop("checked") != false) {
- $('input[name=speciallogfile]').attr("checked", false);
- } else {
- $('input[name=speciallogfile]').attr("checked", true);
- }
- });
-});
diff --git a/templates/Froxlor/assets/js/traffic.js b/templates/Froxlor/assets/js/traffic.js
deleted file mode 100644
index 453dad93..00000000
--- a/templates/Froxlor/assets/js/traffic.js
+++ /dev/null
@@ -1,135 +0,0 @@
-jQuery.fn.reverse = function() {
- return this.pushStack(this.get().reverse(), arguments);
-};
-$(document).ready(function() {
- var ftp = [];
- var http = [];
- var mail = [];
- var ticks = [];
- var i = 1;
- var links = [];
- $('#datatable tbody tr').reverse().each(function() {
- var row = $(this);
- var ftpd = $(row).children().first().next().text();
- var httpd = $(row).children().first().next().next().text();
- var maild = $(row).children().first().next().next().next().text();
- if ($(row).children().first().find("a").length > 0) {
- links.push($(row).children().first().html());
- ticks.push([i, $(row).children().first().find("a").html().split(" ")[0]]);
- } else {
- ticks.push([i, $(row).children().first().html()]);
- }
- ftp.push([i, parseFloat(ftpd / 1024)]);
- http.push([i, parseFloat(httpd / 1024)]);
- mail.push([i, parseFloat(maild)]);
- i++;
- });
- $('#datatable').hide();
- $('#charts').show();
- if (links.length > 0) {
- var tmp = $('', {
- id: 'linkslist'
- });
- $.each(links, function(i, link) {
- tmp.append(link);
- if (i != links.length - 1) {
- tmp.append(' | ');
- }
- });
- tmp.append('
');
- tmp.insertBefore($('#datatable'));
- }
-
- var ftpdata = [{
- label: 'FTP',
- data: ftp,
- color: '#1db34f'
- }];
- var httpdata = [{
- label: 'HTTP',
- data: http,
- color: '#0a90d8'
- }];
- var maildata = [{
- label: 'Mail',
- data: mail,
- color: '#f17f49'
- }];
-
- var options = {
- series: {
- shadowSize: 0,
- curvedLines: {
- active: true,
- apply: false,
- fitPointDist: true
- }
- },
- lines: {
- show: true,
- fill: true
- },
- points: {
- radius: 2,
- show: true
- },
- legend: {
- show: false
- },
- grid: {
- hoverable: true,
- borderWidth: 0
- },
- xaxis: {
- tickSize: 1,
- tickLength: 0,
- ticks: ticks,
- labelAngle: 45
- },
- yaxis: {
- tickColor: '#eee',
- min: 0
- }
- };
-
-
- $.plot('#ftpchart', ftpdata, options);
- $.plot('#httpchart', httpdata, options);
- $.plot('#mailchart', maildata, options);
-
- $("").css({
- position: "absolute",
- display: "none",
- padding: "4px 8px",
- "background-color": "#000",
- opacity: 0.85,
- color: "#fff",
- "font-size": "11px"
- }).appendTo("body");
-
- $("#ftpchart, #httpchart").bind("plothover", function(event, pos, item) {
- if (item) {
- var y = item.datapoint[1].toFixed(2);
-
- $("#tooltip").html(item.series.label + ": " + y + " GiB").css({
- top: item.pageY + 5,
- left: item.pageX - $("#tooltip").width() / 2
- }).fadeIn(200);
- } else {
- $("#tooltip").hide();
- }
- });
-
- $("#mailchart").bind("plothover", function(event, pos, item) {
- if (item) {
- var y = item.datapoint[1].toFixed(2);
-
- $("#tooltip").html(item.series.label + ": " + y + " MiB").css({
- top: item.pageY + 5,
- left: item.pageX - $("#tooltip").width() / 2
- }).fadeIn(200);
- } else {
- $("#tooltip").hide();
- }
- });
-});
diff --git a/templates/Froxlor/config.json b/templates/Froxlor/config.json
deleted file mode 100644
index 946b525f..00000000
--- a/templates/Froxlor/config.json
+++ /dev/null
@@ -1 +0,0 @@
-{"variants":{"default":{"description":"Default"}},"author":"Froxlor Team"}
diff --git a/templates/Froxlor/customer/domains/domain_ssleditor.tpl b/templates/Froxlor/customer/domains/domain_ssleditor.tpl
deleted file mode 100644
index d72bfada..00000000
--- a/templates/Froxlor/customer/domains/domain_ssleditor.tpl
+++ /dev/null
@@ -1,34 +0,0 @@
-$header
-
-
-
-
- {$title}
-
-
-
-
-
-$footer
diff --git a/templates/Froxlor/customer/domains/domainlist.tpl b/templates/Froxlor/customer/domains/domainlist.tpl
deleted file mode 100644
index 3b08cf87..00000000
--- a/templates/Froxlor/customer/domains/domainlist.tpl
+++ /dev/null
@@ -1,61 +0,0 @@
- $header
-
-
-
-
- {$lng['domains']['domainsettings']} ({$domains_count})
-
-
-
-
-
-
-
-
-
-
-
-
-
-$footer
diff --git a/templates/Froxlor/customer/domains/domains.tpl b/templates/Froxlor/customer/domains/domains.tpl
deleted file mode 100644
index 22e8f80e..00000000
--- a/templates/Froxlor/customer/domains/domains.tpl
+++ /dev/null
@@ -1,8 +0,0 @@
-$header
-
-
-
{$lng['menue']['domains']['domains']}
-
{$lng['domains']['description']}
-
-
-$footer
diff --git a/templates/Froxlor/customer/domains/domains_add.tpl b/templates/Froxlor/customer/domains/domains_add.tpl
deleted file mode 100644
index eee35f11..00000000
--- a/templates/Froxlor/customer/domains/domains_add.tpl
+++ /dev/null
@@ -1,30 +0,0 @@
-$header
-
-
-
-
- {$title}
-
-
-
-
-
-$footer
diff --git a/templates/Froxlor/customer/domains/domains_delimiter.tpl b/templates/Froxlor/customer/domains/domains_delimiter.tpl
deleted file mode 100644
index b12d080a..00000000
--- a/templates/Froxlor/customer/domains/domains_delimiter.tpl
+++ /dev/null
@@ -1,5 +0,0 @@
-
- | {$row['domain']} [{$lng['domains']['statstics']}] |
- |
- |
-
diff --git a/templates/Froxlor/customer/domains/domains_domain.tpl b/templates/Froxlor/customer/domains/domains_domain.tpl
deleted file mode 100644
index f50a89c1..00000000
--- a/templates/Froxlor/customer/domains/domains_domain.tpl
+++ /dev/null
@@ -1,30 +0,0 @@
-
- | {$row['domain']} |
-
- {$row['documentroot']}
- {$lng['domains']['aliasdomain']} {$row['aliasdomain']}
- |
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- ({$lng['domains']['isassigneddomain']})
-
-
- {$lng['domains']['hasaliasdomains']}
-
- |
-
diff --git a/templates/Froxlor/customer/domains/domains_edit.tpl b/templates/Froxlor/customer/domains/domains_edit.tpl
deleted file mode 100644
index 39a3a800..00000000
--- a/templates/Froxlor/customer/domains/domains_edit.tpl
+++ /dev/null
@@ -1,31 +0,0 @@
-$header
-
-
-
-
- {$title}
-
-
-
-
-
-$footer
diff --git a/templates/Froxlor/customer/email/account_add.tpl b/templates/Froxlor/customer/email/account_add.tpl
deleted file mode 100644
index 9ebb063f..00000000
--- a/templates/Froxlor/customer/email/account_add.tpl
+++ /dev/null
@@ -1,33 +0,0 @@
-$header
-
-
-
-
- {$title}
-
-
-
-
-
-
-$footer
diff --git a/templates/Froxlor/customer/email/account_changepw.tpl b/templates/Froxlor/customer/email/account_changepw.tpl
deleted file mode 100644
index a1314f72..00000000
--- a/templates/Froxlor/customer/email/account_changepw.tpl
+++ /dev/null
@@ -1,33 +0,0 @@
-$header
-
-
-
-
- {$title}
-
-
-
-
-
-
-$footer
diff --git a/templates/Froxlor/customer/email/account_changequota.tpl b/templates/Froxlor/customer/email/account_changequota.tpl
deleted file mode 100644
index 47ca9d02..00000000
--- a/templates/Froxlor/customer/email/account_changequota.tpl
+++ /dev/null
@@ -1,33 +0,0 @@
-$header
-
-
-
-
- {$title}
-
-
-
-
-
-
-$footer
diff --git a/templates/Froxlor/customer/email/email.tpl b/templates/Froxlor/customer/email/email.tpl
deleted file mode 100644
index 925db389..00000000
--- a/templates/Froxlor/customer/email/email.tpl
+++ /dev/null
@@ -1,8 +0,0 @@
-$header
-
-
-
{$lng['menue']['email']['email']}
-
{$lng['emails']['description']}
-
-
-$footer
diff --git a/templates/Froxlor/customer/email/emails.tpl b/templates/Froxlor/customer/email/emails.tpl
deleted file mode 100644
index 4b462c6b..00000000
--- a/templates/Froxlor/customer/email/emails.tpl
+++ /dev/null
@@ -1,67 +0,0 @@
- $header
-
-
-
-
- {$lng['menue']['email']['emails']} ({$emailscount})
-
-
-
-
-
-
-
-
-
-
-
-
-
-$footer
-
diff --git a/templates/Froxlor/customer/email/emails_add.tpl b/templates/Froxlor/customer/email/emails_add.tpl
deleted file mode 100644
index 30216a68..00000000
--- a/templates/Froxlor/customer/email/emails_add.tpl
+++ /dev/null
@@ -1,39 +0,0 @@
-$header
-
-
-
-
-
- {$title}
-
-
-
-
-
-
-
{$lng['admin']['warning']}
-
{$lng['emails']['noemaildomainaddedyet']}
-
-
-
-
-
-
-$footer
diff --git a/templates/Froxlor/customer/email/emails_domain.tpl b/templates/Froxlor/customer/email/emails_domain.tpl
deleted file mode 100644
index 3c34f6a4..00000000
--- a/templates/Froxlor/customer/email/emails_domain.tpl
+++ /dev/null
@@ -1,3 +0,0 @@
-
- | {$domainname} |
-
\ No newline at end of file
diff --git a/templates/Froxlor/customer/email/emails_edit.tpl b/templates/Froxlor/customer/email/emails_edit.tpl
deleted file mode 100644
index 8fa4468f..00000000
--- a/templates/Froxlor/customer/email/emails_edit.tpl
+++ /dev/null
@@ -1,27 +0,0 @@
-$header
-
-
-
-
- {$title}
-
-
-
-
-
-$footer
diff --git a/templates/Froxlor/customer/email/emails_edit_forwarder.tpl b/templates/Froxlor/customer/email/emails_edit_forwarder.tpl
deleted file mode 100644
index 88467962..00000000
--- a/templates/Froxlor/customer/email/emails_edit_forwarder.tpl
+++ /dev/null
@@ -1,2 +0,0 @@
-$destination [{$lng['panel']['delete']}]
-
\ No newline at end of file
diff --git a/templates/Froxlor/customer/email/emails_email.tpl b/templates/Froxlor/customer/email/emails_email.tpl
deleted file mode 100644
index 8e002763..00000000
--- a/templates/Froxlor/customer/email/emails_email.tpl
+++ /dev/null
@@ -1,15 +0,0 @@
-
- | {$row['email_full']} |
- {$row['destination']} |
- {$lng['panel']['yes']} ({$row['mboxsize']}){$lng['panel']['no']} |
- {$lng['panel']['yes']}{$lng['panel']['no']} |
- {$lng['emails']['noquota']}{$row['quota']} MiB |
-
-
-
-
-
-
-
- |
-
diff --git a/templates/Froxlor/customer/email/forwarder_add.tpl b/templates/Froxlor/customer/email/forwarder_add.tpl
deleted file mode 100644
index b7cdaf03..00000000
--- a/templates/Froxlor/customer/email/forwarder_add.tpl
+++ /dev/null
@@ -1,32 +0,0 @@
-$header
-
-
-
-
- {$title}
-
-
-
-
-
-$footer
diff --git a/templates/Froxlor/customer/extras/extras.tpl b/templates/Froxlor/customer/extras/extras.tpl
deleted file mode 100644
index ff8d0325..00000000
--- a/templates/Froxlor/customer/extras/extras.tpl
+++ /dev/null
@@ -1,8 +0,0 @@
-$header
-
-
-
{$lng['menue']['extras']['extras']}
-
{$lng['extras']['description']}
-
-
-$footer
diff --git a/templates/Froxlor/customer/extras/htaccess.tpl b/templates/Froxlor/customer/extras/htaccess.tpl
deleted file mode 100644
index 6accfe4a..00000000
--- a/templates/Froxlor/customer/extras/htaccess.tpl
+++ /dev/null
@@ -1,64 +0,0 @@
- $header
-
-
-
-
- {$lng['menue']['extras']['pathoptions']}
-
-
-
-
-
-
-
-$footer
-
diff --git a/templates/Froxlor/customer/extras/htaccess_add.tpl b/templates/Froxlor/customer/extras/htaccess_add.tpl
deleted file mode 100644
index f4188956..00000000
--- a/templates/Froxlor/customer/extras/htaccess_add.tpl
+++ /dev/null
@@ -1,32 +0,0 @@
-$header
-
-
-
-
- {$title}
-
-
-
-
-
-
-$footer
diff --git a/templates/Froxlor/customer/extras/htaccess_edit.tpl b/templates/Froxlor/customer/extras/htaccess_edit.tpl
deleted file mode 100644
index 4604178b..00000000
--- a/templates/Froxlor/customer/extras/htaccess_edit.tpl
+++ /dev/null
@@ -1,33 +0,0 @@
-$header
-
-
-
-
- {$title}
-
-
-
-
-
-
-$footer
diff --git a/templates/Froxlor/customer/extras/htaccess_htaccess.tpl b/templates/Froxlor/customer/extras/htaccess_htaccess.tpl
deleted file mode 100644
index 3b544d9d..00000000
--- a/templates/Froxlor/customer/extras/htaccess_htaccess.tpl
+++ /dev/null
@@ -1,18 +0,0 @@
-
- | {$row['path']} |
- {$row['options_indexes']} |
- {$row['error404path']} |
- {$row['error403path']} |
- {$row['error500path']} |
-
- {$row['options_cgi']} |
-
-
-
-
-
-
-
-
- |
-
diff --git a/templates/Froxlor/customer/extras/htpasswds.tpl b/templates/Froxlor/customer/extras/htpasswds.tpl
deleted file mode 100644
index 74a71fc5..00000000
--- a/templates/Froxlor/customer/extras/htpasswds.tpl
+++ /dev/null
@@ -1,60 +0,0 @@
- $header
-
-
-
-
- {$lng['menue']['extras']['directoryprotection']}
-
-
-
-
-
-
-
-
-
-
-
-$footer
-
diff --git a/templates/Froxlor/customer/extras/htpasswds_add.tpl b/templates/Froxlor/customer/extras/htpasswds_add.tpl
deleted file mode 100644
index 5ca61655..00000000
--- a/templates/Froxlor/customer/extras/htpasswds_add.tpl
+++ /dev/null
@@ -1,32 +0,0 @@
-$header
-
-
-
-
- {$title}
-
-
-
-
-
-
-$footer
diff --git a/templates/Froxlor/customer/extras/htpasswds_edit.tpl b/templates/Froxlor/customer/extras/htpasswds_edit.tpl
deleted file mode 100644
index d2887ec8..00000000
--- a/templates/Froxlor/customer/extras/htpasswds_edit.tpl
+++ /dev/null
@@ -1,33 +0,0 @@
-$header
-
-
-
-
- {$title}
-
-
-
-
-
-
-$footer
diff --git a/templates/Froxlor/customer/extras/htpasswds_htpasswd.tpl b/templates/Froxlor/customer/extras/htpasswds_htpasswd.tpl
deleted file mode 100644
index a2faa0c7..00000000
--- a/templates/Froxlor/customer/extras/htpasswds_htpasswd.tpl
+++ /dev/null
@@ -1,12 +0,0 @@
-
- | {$row['username']} |
- {$row['path']} |
-
-
-
-
-
-
-
- |
-
diff --git a/templates/Froxlor/customer/ftp/accounts.tpl b/templates/Froxlor/customer/ftp/accounts.tpl
deleted file mode 100644
index c00f2ad3..00000000
--- a/templates/Froxlor/customer/ftp/accounts.tpl
+++ /dev/null
@@ -1,62 +0,0 @@
- $header
-
-
-
-
- {$lng['menue']['ftp']['accounts']} ({$ftps_count})
-
-
-
-
-
-
-
-
-
-
-
-
-
-$footer
-
diff --git a/templates/Froxlor/customer/ftp/accounts_account.tpl b/templates/Froxlor/customer/ftp/accounts_account.tpl
deleted file mode 100644
index 2382741b..00000000
--- a/templates/Froxlor/customer/ftp/accounts_account.tpl
+++ /dev/null
@@ -1,12 +0,0 @@
-
- | {$row['username']} |
- {$row['documentroot']} |
-
-
-
-
-
-
-
- |
-
diff --git a/templates/Froxlor/customer/ftp/accounts_add.tpl b/templates/Froxlor/customer/ftp/accounts_add.tpl
deleted file mode 100644
index cd598295..00000000
--- a/templates/Froxlor/customer/ftp/accounts_add.tpl
+++ /dev/null
@@ -1,31 +0,0 @@
-$header
-
-
-
-
- {$title}
-
-
-
-
-
-$footer
diff --git a/templates/Froxlor/customer/ftp/accounts_edit.tpl b/templates/Froxlor/customer/ftp/accounts_edit.tpl
deleted file mode 100644
index 2686bb9a..00000000
--- a/templates/Froxlor/customer/ftp/accounts_edit.tpl
+++ /dev/null
@@ -1,32 +0,0 @@
-$header
-
-
-
-
- {$title}
-
-
-
-
-
-$footer
diff --git a/templates/Froxlor/customer/ftp/ftp.tpl b/templates/Froxlor/customer/ftp/ftp.tpl
deleted file mode 100644
index 0bfcefda..00000000
--- a/templates/Froxlor/customer/ftp/ftp.tpl
+++ /dev/null
@@ -1,8 +0,0 @@
-$header
-
-
-
{$lng['menue']['ftp']['ftp']}
-
{$lng['ftp']['description']}
-
-
-$footer
diff --git a/templates/Froxlor/customer/index/change_language.tpl b/templates/Froxlor/customer/index/change_language.tpl
deleted file mode 100644
index 1285f515..00000000
--- a/templates/Froxlor/customer/index/change_language.tpl
+++ /dev/null
@@ -1,29 +0,0 @@
-$header
-
-
-
-
- {$lng['menue']['main']['changelanguage']}
-
-
-
-
-
-$footer
-
diff --git a/templates/Froxlor/customer/index/change_password.tpl b/templates/Froxlor/customer/index/change_password.tpl
deleted file mode 100644
index 5afab9c8..00000000
--- a/templates/Froxlor/customer/index/change_password.tpl
+++ /dev/null
@@ -1,44 +0,0 @@
-$header
-
-
-
-
- {$lng['menue']['main']['changepassword']}
-
-
-
-
-
-$footer
diff --git a/templates/Froxlor/customer/index/change_theme.tpl b/templates/Froxlor/customer/index/change_theme.tpl
deleted file mode 100644
index b1ecd985..00000000
--- a/templates/Froxlor/customer/index/change_theme.tpl
+++ /dev/null
@@ -1,29 +0,0 @@
-$header
-
-
-
-
- {$lng['menue']['main']['changetheme']}
-
-
-
-
-
-$footer
-
diff --git a/templates/Froxlor/customer/index/index.tpl b/templates/Froxlor/customer/index/index.tpl
deleted file mode 100644
index 5325aa66..00000000
--- a/templates/Froxlor/customer/index/index.tpl
+++ /dev/null
@@ -1,128 +0,0 @@
-$header
-
-
-
-
-
-
{$lng['admin']['warning']}
-
{$awaitingtickets_text}
-
-
-
-
-
- {$lng['index']['accountdetails']}
-
-
- | {$lng['login']['username']}: |
- {$userinfo['loginname']} |
-
-
- | {$lng['customer']['domains']}: |
- $domains |
-
-
-
- | {$lng['admin']['stdsubdomain']}: |
- $stdsubdomain |
-
-
-
- | {$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']['mysqls']} ({$lng['customer']['usedmax']}): |
- {$userinfo['mysqls_used']}/{$userinfo['mysqls']} |
-
-
- | {$lng['customer']['ftps']} ({$lng['customer']['usedmax']}): |
- {$userinfo['ftps_used']}/{$userinfo['ftps']} |
-
-
-
- | {$lng['customer']['tickets']} ({$lng['customer']['usedmax']}): |
- {$userinfo['tickets_used']}/{$userinfo['tickets']} |
-
-
-
- |
-
-
-
-
-
- {$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']} |
-
-
-
- |
-
-
-
-
-
-$footer
-
diff --git a/templates/Froxlor/customer/index/send_error_report.tpl b/templates/Froxlor/customer/index/send_error_report.tpl
deleted file mode 100644
index 76c49e7d..00000000
--- a/templates/Froxlor/customer/index/send_error_report.tpl
+++ /dev/null
@@ -1,43 +0,0 @@
-$header
-
-
-
-
- {$lng['error']['send_report_title']}
-
-
-
-
-
-$footer
diff --git a/templates/Froxlor/customer/mysql/mysql.tpl b/templates/Froxlor/customer/mysql/mysql.tpl
deleted file mode 100644
index 2cbfdfcd..00000000
--- a/templates/Froxlor/customer/mysql/mysql.tpl
+++ /dev/null
@@ -1,8 +0,0 @@
-$header
-
-
-
{$lng['menue']['mysql']['mysql']}
-
{$lng['mysql']['description']}
-
-
-$footer
diff --git a/templates/Froxlor/customer/mysql/mysqls.tpl b/templates/Froxlor/customer/mysql/mysqls.tpl
deleted file mode 100644
index 8fc1282d..00000000
--- a/templates/Froxlor/customer/mysql/mysqls.tpl
+++ /dev/null
@@ -1,64 +0,0 @@
- $header
-
-
-
-
- {$lng['menue']['mysql']['databases']} ({$mysqls_count})
-
-
-
-
-
-
-
-
-
-
-
-
-
-$footer
-
diff --git a/templates/Froxlor/customer/mysql/mysqls_add.tpl b/templates/Froxlor/customer/mysql/mysqls_add.tpl
deleted file mode 100644
index 406e3a5b..00000000
--- a/templates/Froxlor/customer/mysql/mysqls_add.tpl
+++ /dev/null
@@ -1,31 +0,0 @@
-$header
-
-
-
-
- {$title}
-
-
-
-
-
-$footer
diff --git a/templates/Froxlor/customer/mysql/mysqls_database.tpl b/templates/Froxlor/customer/mysql/mysqls_database.tpl
deleted file mode 100644
index 2299fecd..00000000
--- a/templates/Froxlor/customer/mysql/mysqls_database.tpl
+++ /dev/null
@@ -1,14 +0,0 @@
-
- | {$row['databasename']} |
- {$row['description']} |
- {$row['size']} |
- {$sql_root['caption']} |
-
-
-
-
-
-
-
- |
-
diff --git a/templates/Froxlor/customer/mysql/mysqls_edit.tpl b/templates/Froxlor/customer/mysql/mysqls_edit.tpl
deleted file mode 100644
index 4250dd67..00000000
--- a/templates/Froxlor/customer/mysql/mysqls_edit.tpl
+++ /dev/null
@@ -1,32 +0,0 @@
-$header
-
-
-
-
- {$title}
-
-
-
-
-
-$footer
diff --git a/templates/Froxlor/customer/tickets/ticket.tpl b/templates/Froxlor/customer/tickets/ticket.tpl
deleted file mode 100644
index 4e50bb11..00000000
--- a/templates/Froxlor/customer/tickets/ticket.tpl
+++ /dev/null
@@ -1,8 +0,0 @@
-$header
-
-
-
{$lng['menue']['ticket']['ticket']}
-
{$lng['ticket']['description']}
-
-
-$footer
diff --git a/templates/Froxlor/customer/tickets/tickets.tpl b/templates/Froxlor/customer/tickets/tickets.tpl
deleted file mode 100644
index 08203785..00000000
--- a/templates/Froxlor/customer/tickets/tickets.tpl
+++ /dev/null
@@ -1,81 +0,0 @@
-$header
-
-
-
-
- {$lng['menue']['ticket']['ticket']}
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-$footer
-
diff --git a/templates/Froxlor/customer/tickets/tickets_new.tpl b/templates/Froxlor/customer/tickets/tickets_new.tpl
deleted file mode 100644
index 5e13d845..00000000
--- a/templates/Froxlor/customer/tickets/tickets_new.tpl
+++ /dev/null
@@ -1,31 +0,0 @@
-$header
-
-
-
-
- {$title}
-
-
-
-
-
-$footer
diff --git a/templates/Froxlor/customer/tickets/tickets_reply.tpl b/templates/Froxlor/customer/tickets/tickets_reply.tpl
deleted file mode 100644
index a4a9086b..00000000
--- a/templates/Froxlor/customer/tickets/tickets_reply.tpl
+++ /dev/null
@@ -1,41 +0,0 @@
-$header
-
-
-
-
- {$title}
-
-
-
-
- $ticket_replies
-
-
-
-
-$footer
diff --git a/templates/Froxlor/customer/tickets/tickets_tickets.tpl b/templates/Froxlor/customer/tickets/tickets_tickets.tpl
deleted file mode 100644
index c709e3ec..00000000
--- a/templates/Froxlor/customer/tickets/tickets_tickets.tpl
+++ /dev/null
@@ -1,29 +0,0 @@
-
- | {$row['lastchange']} |
- {$row['ticket_answers']} |
- {$row['subject']} |
- {$row['status']} |
- {$row['lastreplier']} |
- {$row['priority']} |
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- |
-
-
diff --git a/templates/Froxlor/customer/tickets/tickets_tickets_list.tpl b/templates/Froxlor/customer/tickets/tickets_tickets_list.tpl
deleted file mode 100644
index f8269f3f..00000000
--- a/templates/Froxlor/customer/tickets/tickets_tickets_list.tpl
+++ /dev/null
@@ -1,15 +0,0 @@
-
-
diff --git a/templates/Froxlor/customer/tickets/tickets_tickets_main.tpl b/templates/Froxlor/customer/tickets/tickets_tickets_main.tpl
deleted file mode 100644
index 2f743bb3..00000000
--- a/templates/Froxlor/customer/tickets/tickets_tickets_main.tpl
+++ /dev/null
@@ -1,15 +0,0 @@
-
-
diff --git a/templates/Froxlor/customer/traffic/traffic.tpl b/templates/Froxlor/customer/traffic/traffic.tpl
deleted file mode 100644
index b947cc65..00000000
--- a/templates/Froxlor/customer/traffic/traffic.tpl
+++ /dev/null
@@ -1,45 +0,0 @@
-$header
-
-
-
-
- {$lng['menue']['traffic']['traffic']}
-
-
-
-
-
-
-
HTTP {$lng['admin']['traffic']} ({$lng['traffic']['months']['total']} {$traffic_complete['http']})
-
-
FTP {$lng['admin']['traffic']} ({$lng['traffic']['months']['total']} {$traffic_complete['ftp']})
-
-
Mail {$lng['admin']['traffic']} ({$lng['traffic']['months']['total']} {$traffic_complete['mail']})
-
-
-
-$footer
diff --git a/templates/Froxlor/customer/traffic/traffic_details.tpl b/templates/Froxlor/customer/traffic/traffic_details.tpl
deleted file mode 100644
index bb0612f0..00000000
--- a/templates/Froxlor/customer/traffic/traffic_details.tpl
+++ /dev/null
@@ -1,42 +0,0 @@
-$header
-
-
-
-
- {$lng['menue']['traffic']['traffic']} $show
-
-
-
-
-
-
- | {$lng['traffic']['day']} |
- {$lng['traffic']['ftp']} |
- {$lng['traffic']['http']} |
- {$lng['traffic']['mail']} |
- {$lng['traffic']['mb']} |
-
-
-
-
- | {$lng['traffic']['months']['total']} |
- {$traffic_complete['ftp']} |
- {$traffic_complete['http']} |
- {$traffic_complete['mail']} |
- |
-
-
-
- $traffic
-
-
-
-
HTTP {$lng['admin']['traffic']} ({$lng['traffic']['months']['total']} {$traffic_complete['http']})
-
-
FTP {$lng['admin']['traffic']} ({$lng['traffic']['months']['total']} {$traffic_complete['ftp']})
-
-
Mail {$lng['admin']['traffic']} ({$lng['traffic']['months']['total']} {$traffic_complete['mail']})
-
-
-
-$footer
diff --git a/templates/Froxlor/customer/traffic/traffic_month.tpl b/templates/Froxlor/customer/traffic/traffic_month.tpl
deleted file mode 100644
index c526e222..00000000
--- a/templates/Froxlor/customer/traffic/traffic_month.tpl
+++ /dev/null
@@ -1,8 +0,0 @@
-
- | {$traf['day']} |
- {$traf['ftp']} |
- {$traf['http']} |
- {$traf['mail']} |
- {$traf['byte']} |
-
-
diff --git a/templates/Froxlor/customer/traffic/traffic_traffic.tpl b/templates/Froxlor/customer/traffic/traffic_traffic.tpl
deleted file mode 100644
index 89ec750b..00000000
--- a/templates/Froxlor/customer/traffic/traffic_traffic.tpl
+++ /dev/null
@@ -1,7 +0,0 @@
-
- | {$traf['monthname']} |
- {$traf['ftp']} |
- {$traf['http']} |
- {$traf['mail']} |
- {$traf['byte']} |
-
diff --git a/templates/Froxlor/footer.tpl b/templates/Froxlor/footer.tpl
deleted file mode 100644
index 4308f0a6..00000000
--- a/templates/Froxlor/footer.tpl
+++ /dev/null
@@ -1,14 +0,0 @@
-
-
-