aboutsummaryrefslogtreecommitdiffstats
path: root/admin
diff options
context:
space:
mode:
authorvdigital <vdigital@piwigo.org>2008-07-02 20:17:15 +0000
committervdigital <vdigital@piwigo.org>2008-07-02 20:17:15 +0000
commitcb66b6a871a6defc1a075a4d69005b7339a9e64d (patch)
tree5b4921e926af6ad215f925670d3d04445cc0f101 /admin
parent8d8d700c62b080d6a988e088e534f27d0cf0c923 (diff)
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
Diffstat (limited to 'admin')
-rw-r--r--admin/template/yoga/footer.tpl7
-rw-r--r--admin/template/yoga/theme/admin/theme.css2
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)}
+<div id="debug">
+{$debug.QUERIES_LIST}
+</div>
</div> <!-- the_page -->
-{if isset($debug.QUERIES_LIST)}{$debug.QUERIES_LIST}{/if}
+
+{/if}
</div>
</body>
</html> \ 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;