mirror of
https://github.com/e107inc/e107.git
synced 2025-07-31 03:40:37 +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:
@@ -49,7 +49,7 @@ if(!empty($_GET['iframe']))
|
||||
protected $adminMenu = array(
|
||||
|
||||
'main/prefs' => array('caption'=> LAN_PREFS, 'perm' => '0'),
|
||||
'main/tools' => array('caption'=>LANG_LAN_21, 'perm'=>'L')
|
||||
'main/tools' => array('caption'=>LANG_LAN_21, 'perm'=>'L', 'icon'=>'fas-tools')
|
||||
|
||||
);
|
||||
|
||||
@@ -70,7 +70,7 @@ if(!empty($_GET['iframe']))
|
||||
{
|
||||
$this->adminMenu = array(
|
||||
'main/prefs' => $this->adminMenu['main/prefs'],
|
||||
'main/db' => array('caption'=> LANG_LAN_03, 'perm' => 'P'),
|
||||
'main/db' => array('caption'=> LANG_LAN_03, 'perm' => 'P', 'icon'=>'fas-database'),
|
||||
'main/tools' => $this->adminMenu['main/tools'],
|
||||
);
|
||||
}
|
||||
|
Reference in New Issue
Block a user