<?php

/**
 * Generated: 2013-11-04 11:03:31
 * @author Rtn_Module_Tool
 */
class Newsletter_Module_Menu extends Main_Newsletter_Module_Menu {

	public function setNavigation() {
		$this->navigation = [
			[
				'label' => __('Newsletter'),
				'module' => 'Newsletter',
				'controller' => 'admin_index',
				'action' => 'index',
				'pages' => [
					[
						'label' => __('Grupy docelowe'),
						'module' => 'Newsletter',
						'controller' => 'admin_group',
						'action' => 'index',
					], [
						'label' => __('Dodawanie grupy docelowej'),
						'module' => 'Newsletter',
						'controller' => 'admin_group',
						'action' => 'add',
						'visible' => false
					], [
						'label' => __('Dodawanie'),
						'module' => 'Newsletter',
						'controller' => 'admin_index',
						'action' => 'add',
						'visible' => false
					], [
						'label' => __('Edycja grupy docelowej'),
						'module' => 'Newsletter',
						'controller' => 'admin_group',
						'action' => 'edit',
						'visible' => false
					], [
						'label' => __('Odbiorcy'),
						'module' => 'Newsletter',
						'controller' => 'admin_subscriber',
						'action' => 'index'
					],[
						'label' => __('Dodawanie odbiorcy'),
						'module' => 'Newsletter',
						'controller' => 'admin_subscriber',
						'action' => 'add',
						'visible' => false
					],[
						'label' => __('Edycja odbiorcy'),
						'module' => 'Newsletter',
						'controller' => 'admin_subscriber',
						'action' => 'edit',
						'visible' => false
					],[
						'label' => __('Wiadomości'),
						'module' => 'Newsletter',
						'controller' => 'admin_index',
						'action' => 'index'
					],
				]
			]
		];
	}

}
