1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-01 12:20:44 +02:00

Issue #4020 2 new prefs added. Allow default collapsing of side-bar and enable/disable labels on nav-bar.

Icon cleanup and will now try to guess the right icon based on mode/action. Styling fixes. Removed unused admin stylesheets from bootstrap3.
This commit is contained in:
Cameron
2021-02-03 11:46:32 -08:00
parent df0f45609e
commit 49b8a9690d
27 changed files with 161 additions and 244 deletions

View File

@@ -174,7 +174,7 @@ class bootstrap3_admintheme implements e_theme_render
break;
case 'admin_menu':
echo '<div class="admin-menu panel panel-default" >
echo '<div class="admin-menu admin-ui-nav-menu panel panel-default" >
<div class="panel-heading">
<h3 class="panel-title">' . $caption . '</h3>
</div>