1
0
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:
Cameron
2021-02-03 08:10:23 -08:00
parent 19ec29f4a5
commit e4f6d502b9
10 changed files with 54 additions and 31 deletions

View File

@@ -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'),