diff --git a/templates/Sparkle/admin/settings/phpinfo.tpl b/templates/Sparkle/admin/settings/phpinfo.tpl index 56d3c183..f4af8a71 100644 --- a/templates/Sparkle/admin/settings/phpinfo.tpl +++ b/templates/Sparkle/admin/settings/phpinfo.tpl @@ -7,7 +7,7 @@ $header -
+
{$phpinfo}
diff --git a/templates/Sparkle/admin/templates/templates.tpl b/templates/Sparkle/admin/templates/templates.tpl index 61657d65..de494212 100644 --- a/templates/Sparkle/admin/templates/templates.tpl +++ b/templates/Sparkle/admin/templates/templates.tpl @@ -31,6 +31,8 @@ $header
+
+

diff --git a/templates/Sparkle/admin/templates/templates_add_1.tpl b/templates/Sparkle/admin/templates/templates_add_1.tpl index 8a2059af..d4344ec6 100644 --- a/templates/Sparkle/admin/templates/templates_add_1.tpl +++ b/templates/Sparkle/admin/templates/templates_add_1.tpl @@ -10,18 +10,23 @@ $header
- Froxlor - {$lng['menue']['main']['changelanguage']} -

-   - -

-

+ Froxlor - {$lng['menue']['main']['changelanguage']} - -

+ + + + + + + + + + + +
diff --git a/templates/Sparkle/assets/js/main.js b/templates/Sparkle/assets/js/main.js index c90e18bc..be9d05c5 100644 --- a/templates/Sparkle/assets/js/main.js +++ b/templates/Sparkle/assets/js/main.js @@ -38,7 +38,7 @@ $(document).ready(function() { var snheight = $('#sidenavigation').height(); var mainheight = $('#maincontent').height(); if (snheight > mainheight) { - $('#maincontent').height(snheight - 60); + $('#maincontent').height(snheight); } // this is necessary for the special setting feature (ref #1010)