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
This commit is contained in:
vdigital
2008-07-02 20:17:15 +00:00
parent 8d8d700c62
commit cb66b6a871
2 changed files with 7 additions and 2 deletions
+6 -1
View File
@@ -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>
+1 -1
View File
@@ -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;