mirror of
https://github.com/e107inc/e107.git
synced 2025-08-15 02:57:15 +02:00
Issue #5489 Linkwords now has a pref for who should be able to delete items.
This commit is contained in:
@@ -65,7 +65,7 @@ class page_admin extends e_admin_dispatcher
|
||||
protected $adminMenu = array(
|
||||
'overview/list' => array('caption'=> CUSLAN_1, 'perm' => '5|J'),
|
||||
'page/list' => array('caption'=> CUSLAN_48, 'perm' => '5'),
|
||||
'menu/list' => array('caption'=> CUSLAN_49, 'perm' => 'J', 'tab' => 2),
|
||||
'menu/list' => array('caption'=> CUSLAN_49, 'perm' => 'J', 'tab' => 2, 'icon' => 'fa-bars'),
|
||||
|
||||
'page/create' => array('caption'=> CUSLAN_12, 'perm' => '5'),
|
||||
'other' => array('divider'=> true),
|
||||
|
Reference in New Issue
Block a user