1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-31 10:01:56 +02:00

When developer mode (or debug mode) is active, the debug 'bug' indicator will display in the admin navigation. It now displays a drop-down menu of debug modes. It may also be enabled by adding define('e_DEBUGGER', true) to e107_config.php. This feature is only available to MAIN admins.

This commit is contained in:
Cameron
2020-12-17 08:21:15 -08:00
parent bbfd593165
commit 7580796159
3 changed files with 127 additions and 5 deletions

View File

@@ -1629,7 +1629,13 @@ td.forumheader3 .form-control { display:inherit }
form#simplesef h4 { margin: 4px }
.adminlist tr > td { min-height:50px; }
.admin-icon-debug i { margin-right:10px; cursor:help}
.admin-icon-debug i { margin-right:5px; cursor:help}
.admin-icon-debug > li.dropdown > a.dropdown-toggle { border-left: 0 !important }
.admin-icon-debug .dropdown-menu > .active > a { font-weight:500 }
.admin-icon-debug .dropdown-menu > .active > a:after { font-family: FontAwesome; content: '\f0d9'; position: absolute;
padding-left: 5px; }
.navbar-fixed-top {
font-size: 14px;