mirror of
https://github.com/e107inc/e107.git
synced 2025-08-12 17:44:37 +02:00
Admin style tweaks
This commit is contained in:
@@ -96,9 +96,9 @@ class plugman_adminArea extends e_admin_dispatcher
|
||||
|
||||
'installed/list' => array('caption'=> EPL_ADLAN_22, 'perm' => 'Z'),
|
||||
'avail/list' => array('caption'=> EPL_ADLAN_23, 'perm' => 'Z'),
|
||||
'online/grid' => array('caption'=> EPL_ADLAN_220, 'perm' => 'Z'),
|
||||
'online/grid' => array('caption'=> EPL_ADLAN_220, 'perm' => 'Z', 'icon'=>'fas-search'),
|
||||
'avail/upload' => array('caption'=>EPL_ADLAN_38, 'perm' => '0'),
|
||||
'create/build' => array('caption'=>EPL_ADLAN_114, 'perm' => '0'),
|
||||
'create/build' => array('caption'=>EPL_ADLAN_114, 'perm' => '0', 'icon'=>'fas-toolbox'),
|
||||
|
||||
// 'main/create' => array('caption'=> LAN_CREATE, 'perm' => 'P'),
|
||||
|
||||
|
Reference in New Issue
Block a user