From 5684cd8a9f36c96bc010a00d7be65ce2fb28c3c6 Mon Sep 17 00:00:00 2001 From: BNoiZe Date: Wed, 2 Oct 2013 18:29:31 +0200 Subject: [PATCH 1/3] New PHPinfo table --- templates/Sparkle/admin/settings/phpinfo.tpl | 6 ++++-- .../Sparkle/admin/settings/phpinfo/phpinfo_1.tpl | 2 +- .../Sparkle/admin/settings/phpinfo/phpinfo_2.tpl | 2 +- .../Sparkle/admin/settings/phpinfo/phpinfo_3.tpl | 7 ++++--- .../admin/settings/phpinfo/phpinfo_table.tpl | 14 ++++---------- 5 files changed, 14 insertions(+), 17 deletions(-) diff --git a/templates/Sparkle/admin/settings/phpinfo.tpl b/templates/Sparkle/admin/settings/phpinfo.tpl index 5bb2c46c..85b13a3e 100644 --- a/templates/Sparkle/admin/settings/phpinfo.tpl +++ b/templates/Sparkle/admin/settings/phpinfo.tpl @@ -7,8 +7,10 @@ $header -
- {$phpinfo} +
+ + {$phpinfo} +
$footer diff --git a/templates/Sparkle/admin/settings/phpinfo/phpinfo_1.tpl b/templates/Sparkle/admin/settings/phpinfo/phpinfo_1.tpl index 9ecc60a8..b471e849 100644 --- a/templates/Sparkle/admin/settings/phpinfo/phpinfo_1.tpl +++ b/templates/Sparkle/admin/settings/phpinfo/phpinfo_1.tpl @@ -1,3 +1,3 @@ - {$val} + {$val} diff --git a/templates/Sparkle/admin/settings/phpinfo/phpinfo_2.tpl b/templates/Sparkle/admin/settings/phpinfo/phpinfo_2.tpl index c6bb33d0..02fdcdb4 100644 --- a/templates/Sparkle/admin/settings/phpinfo/phpinfo_2.tpl +++ b/templates/Sparkle/admin/settings/phpinfo/phpinfo_2.tpl @@ -1,4 +1,4 @@ - {$key} + {$key} {$val} diff --git a/templates/Sparkle/admin/settings/phpinfo/phpinfo_3.tpl b/templates/Sparkle/admin/settings/phpinfo/phpinfo_3.tpl index 907d4fb9..52787b1d 100644 --- a/templates/Sparkle/admin/settings/phpinfo/phpinfo_3.tpl +++ b/templates/Sparkle/admin/settings/phpinfo/phpinfo_3.tpl @@ -1,5 +1,6 @@ + - {$key} - {$val[0]} - {$val[1]} + {$key} + {$val[0]}
(Master: {$val[1]}) +
diff --git a/templates/Sparkle/admin/settings/phpinfo/phpinfo_table.tpl b/templates/Sparkle/admin/settings/phpinfo/phpinfo_table.tpl index fd2df4c3..366cbe81 100644 --- a/templates/Sparkle/admin/settings/phpinfo/phpinfo_table.tpl +++ b/templates/Sparkle/admin/settings/phpinfo/phpinfo_table.tpl @@ -1,10 +1,4 @@ - - - - - - - - {$phpinfoentries} - -
{$name}
+ + {$name}Test + + {$phpinfoentries} \ No newline at end of file From 8c2276da64bb3a081f4a6fd9b630167cdf663d87 Mon Sep 17 00:00:00 2001 From: BNoiZe Date: Wed, 2 Oct 2013 18:56:43 +0200 Subject: [PATCH 2/3] New Default Page --- templates/misc/standardcustomer/index.html | 70 +++++++++++----------- 1 file changed, 36 insertions(+), 34 deletions(-) diff --git a/templates/misc/standardcustomer/index.html b/templates/misc/standardcustomer/index.html index ebfa6c92..d3533665 100644 --- a/templates/misc/standardcustomer/index.html +++ b/templates/misc/standardcustomer/index.html @@ -1,61 +1,63 @@ - Froxlor Defaultpage + Froxlor Domain Default Page
-

There is no content on this domain yet.

- Please ask your provider for an access to your Froxlor login and remove the index.html in your domain's document root if you don't want to see this page.

+

Domain Default Page

+

This page was generated by Froxlor Server Management Panel.
If you see this page, it means that there is no content on this domain yet.

+

Please ask your provider for an access to your Froxlor login and remove the index.html in your domain's document root if you don't want to see this page.

From fda66945b5d884cc98a0ed44adf03c3cab7be01c Mon Sep 17 00:00:00 2001 From: BNoiZe Date: Wed, 2 Oct 2013 21:47:13 +0200 Subject: [PATCH 3/3] Removed static text for testing purposes --- templates/Sparkle/admin/settings/phpinfo/phpinfo_table.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/Sparkle/admin/settings/phpinfo/phpinfo_table.tpl b/templates/Sparkle/admin/settings/phpinfo/phpinfo_table.tpl index 366cbe81..70d33094 100644 --- a/templates/Sparkle/admin/settings/phpinfo/phpinfo_table.tpl +++ b/templates/Sparkle/admin/settings/phpinfo/phpinfo_table.tpl @@ -1,4 +1,4 @@ - {$name}Test + {$name} {$phpinfoentries} \ No newline at end of file