mirror of
https://github.com/e107inc/e107.git
synced 2025-07-29 02:40:25 +02:00
Some corrections.
This commit is contained in:
@@ -234,7 +234,7 @@ class mailout_admin extends e_admin_dispatcher
|
|||||||
'main/list' => array('caption'=> LAN_MANAGE, 'perm'=> 'W'),
|
'main/list' => array('caption'=> LAN_MANAGE, 'perm'=> 'W'),
|
||||||
'main/create' => array('caption'=> LAN_CREATE, 'perm' => 'W'),
|
'main/create' => array('caption'=> LAN_CREATE, 'perm' => 'W'),
|
||||||
|
|
||||||
'recipients/list' => array('caption'=> Recipients, 'perm' => 'W'),
|
'recipients/list' => array('caption'=> LAN_MAILOUT_173, 'perm' => 'W'),
|
||||||
// 'main/send' => array('caption'=> "Send", 'perm' => 'W'),
|
// 'main/send' => array('caption'=> "Send", 'perm' => 'W'),
|
||||||
'other' => array('divider'=> true),
|
'other' => array('divider'=> true),
|
||||||
// 'saved/list' => array('caption'=> LAN_MAILOUT_191, 'perm' => 'W'),
|
// 'saved/list' => array('caption'=> LAN_MAILOUT_191, 'perm' => 'W'),
|
||||||
|
Reference in New Issue
Block a user