'
+ . '
'
. '
'. $time .' '
. '
'. $perc .''
. ' '
diff --git a/library/includes/page_footer_dev.php b/library/includes/page_footer_dev.php
index fc4dc34e..36d0bff1 100644
--- a/library/includes/page_footer_dev.php
+++ b/library/includes/page_footer_dev.php
@@ -29,15 +29,6 @@
border-width: 0 0 1px 0;
cursor: pointer;
}
-.sqlLogHead {
- text-align: right;
- float: right;
- width: 100%;
-}
-.sqlLogHead fieldset {
- float: right;
- margin-right: 4px;
-}
.sqlLogWrapped {
white-space: normal;
overflow: visible;
@@ -56,7 +47,6 @@
srv as $srv_name => $db_obj)
@@ -70,33 +60,16 @@ if (!empty($_COOKIE['explain']))
$sql_log = !empty($_COOKIE['sql_log']) ? get_sql_log() : '';
-echo '
-
-
-';
-
-echo '
';
-
if ($sql_log)
{
echo '
'. ($sql_log ? $sql_log : '') .'
';
}
?>
\ No newline at end of file