From cb66b6a871a6defc1a075a4d69005b7339a9e64d Mon Sep 17 00:00:00 2001 From: vdigital Date: Wed, 2 Jul 2008 20:17:15 +0000 Subject: When Multi-view plugin and Show SQL queries are active, results of queries are yet in readable format git-svn-id: http://piwigo.org/svn/trunk@2417 68402e56-0260-453c-a942-63ccdbb3a9ee --- admin/template/yoga/footer.tpl | 7 ++++++- admin/template/yoga/theme/admin/theme.css | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/admin/template/yoga/footer.tpl b/admin/template/yoga/footer.tpl index 56677dcfb..73c3dd9a1 100644 --- a/admin/template/yoga/footer.tpl +++ b/admin/template/yoga/footer.tpl @@ -32,9 +32,14 @@ {$v} {/foreach} {/if} +{if isset($debug.QUERIES_LIST)} +
+{$debug.QUERIES_LIST} +
-{if isset($debug.QUERIES_LIST)}{$debug.QUERIES_LIST}{/if} + +{/if} \ No newline at end of file diff --git a/admin/template/yoga/theme/admin/theme.css b/admin/template/yoga/theme/admin/theme.css index 5d326c984..4813104c2 100644 --- a/admin/template/yoga/theme/admin/theme.css +++ b/admin/template/yoga/theme/admin/theme.css @@ -112,7 +112,7 @@ color: #F36; } background:transparent url(images/inactive_tab_letters.png) no-repeat scroll left 0px; } .tabsheet a:hover span, .tabsheet li.selected_tab a span { background:transparent url(images/active_tab_letters.png) no-repeat scroll left 0px; } - +#debug { margin-left:248px; font-size:12px; } /* menubar is on all admin pages => No specific css file */ #menubar { background:transparent url(images/menuBoxBottom_new.png) no-repeat scroll left bottom; -- cgit v1.2.3