1
0
mirror of https://github.com/e107inc/e107.git synced 2025-07-31 03:40:37 +02:00

Issue #5473 Changed Column options icon. Specified some admin-menu icons.

This commit is contained in:
camer0n
2025-04-26 09:20:23 -07:00
parent 3b76d41cc6
commit 3f9dc94d12
9 changed files with 41 additions and 39 deletions

View File

@@ -65,21 +65,21 @@ e107::css('inline',"
);
protected $adminMenu = array(
'main/list' => array('caption' => LAN_MANAGE, 'perm' => 'P'),
'main/create' => array('caption' => LAN_CREATE, 'perm' => 'P'),
'main/list' => array('caption' => 'LAN_MANAGE', 'perm' => 'P'),
'main/create' => array('caption' => 'LAN_CREATE', 'perm' => 'P'),
'main/opt1' => array('divider' => true),
'main/rules' => array('caption' => WMGLAN_5, 'perm' => 'P'),
'mods/list' => array('caption' => LAN_FORUM_2003, 'perm'=>'P', 'icon'=>'fas-user-tie'),
'main/prefs' => array('caption' => LAN_PREFS, 'perm' => 'P'),
'main/rules' => array('caption' => 'WMGLAN_5', 'perm' => 'P', 'icon'=>'fa-book'),
'mods/list' => array('caption' => 'LAN_FORUM_2003', 'perm'=>'P', 'icon'=>'fas-user-tie'),
'main/prefs' => array('caption' => 'LAN_PREFS', 'perm' => 'P'),
'main/opt2' => array('divider' => true),
'report/list' => array('caption' => FORLAN_116, 'perm'=>'P', 'icon'=>'fas-flag'),
'post/list' => array('caption' => LAN_PLUGIN_FORUM_LATESTPOSTS, 'perm'=>'P'),
'main/prune' => array('caption' => LAN_PRUNE, 'perm' => 'P', 'icon'=>'fas-filter'),
'main/tools' => array('caption' => FORLAN_153, 'perm'=>'p')
'report/list' => array('caption' => 'FORLAN_116', 'perm'=>'P', 'icon'=>'fas-flag'),
'post/list' => array('caption' => 'LAN_PLUGIN_FORUM_LATESTPOSTS', 'perm'=>'P'),
'main/prune' => array('caption' => 'LAN_PRUNE', 'perm' => 'P', 'icon'=>'fas-filter'),
'main/tools' => array('caption' => 'FORLAN_153', 'perm'=>'p')
);
protected $adminMenuAliases = array(