mirror of
https://github.com/torrentpier/torrentpier-lts.git
synced 2025-02-28 15:10:54 +03:00
Update page_footer.php
This commit is contained in:
parent
6a733960a9
commit
7d4275bc12
@ -60,13 +60,18 @@ if ($show_dbg_info)
|
||||
$stat .= " | ". $lang['LIMIT'] ." $l[0] $l[1] $l[2]";
|
||||
}
|
||||
|
||||
$stat .= ' ] |';
|
||||
$stat .= ' ]';
|
||||
|
||||
if (SQL_DEBUG)
|
||||
{
|
||||
$stat .= ' |';
|
||||
$stat .= !empty($_COOKIE['sql_log']) ? ' [ <a href="#" class="med" onclick="$p(\'sqlLog\').className=\'sqlLog sqlLogWrapped\'; return false;">wrap</a> · <a href="#sqlLog" class="med" onclick="$(\'#sqlLog\').css({ height: $(window).height()-50 }); return false;">max</a> ] |' : '';
|
||||
$stat .= '
|
||||
<label title="'. $lang['SHOW_LOG'] .'"><input type="checkbox" onclick="setCookie(\'sql_log\', this.checked ? 1 : 0); window.location.reload();" '. (!empty($_COOKIE['sql_log']) ? HTML_CHECKED : '') .' />'. $lang['SHOW_LOG'] .'</label> |
|
||||
<label title="'. $lang['CUT_LONG_LOG'] .'"><input type="checkbox" onclick="setCookie(\'sql_log_full\', this.checked ? 1 : 0); window.location.reload();" '. (!empty($_COOKIE['sql_log_full']) ? HTML_CHECKED : '') .' />'. $lang['CUT_LONG_LOG'] .'</label> |
|
||||
<label title="'. $lang['EXPLAIN_LOG'] .'"><input type="checkbox" onclick="setCookie(\'explain\', this.checked ? 1 : 0); window.location.reload();" '. (!empty($_COOKIE['explain']) ? HTML_CHECKED : '') .' />'. $lang['EXPLAIN_LOG'] .'</label>
|
||||
';
|
||||
}
|
||||
|
||||
echo '<div style="margin: 6px; font-size:10px; color: #444444; letter-spacing: -1px; text-align: center;">'. $stat .'</div>';
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user