mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-06-02 04:15:05 +02:00
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:
@@ -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>
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user