public function init()
 {
     $this->name = \Yii::t('app', "Managment {email} templates", ['email' => 'email']);
     $this->modelShowAttribute = "event_name";
     $this->modelClassName = CmsEventEmailTemplate::className();
     parent::init();
 }
 public function init()
 {
     $this->name = "Управление значениями свойств";
     $this->modelShowAttribute = "value";
     $this->modelClassName = CmsContentPropertyEnum::className();
     parent::init();
 }
Ejemplo n.º 3
0
 public function init()
 {
     $this->name = \skeeks\cms\shop\Module::t('app', 'Types of prices');
     $this->modelShowAttribute = "name";
     $this->modelClassName = ShopTypePrice::className();
     parent::init();
 }
Ejemplo n.º 4
0
 public function init()
 {
     $this->name = "Дерево страниц";
     $this->modelShowAttribute = "name";
     $this->modelClassName = Tree::className();
     parent::init();
 }
 public function init()
 {
     $this->name = \skeeks\cms\shop\Module::t('app', 'Control of properties payer');
     $this->modelShowAttribute = "name";
     $this->modelClassName = ShopPersonTypeProperty::className();
     parent::init();
 }
 public function init()
 {
     $this->name = \Yii::t('skeeks/shop/app', 'Discount goods');
     $this->modelShowAttribute = "id";
     $this->modelClassName = ShopDiscount::className();
     parent::init();
 }
Ejemplo n.º 7
0
 public function init()
 {
     $this->name = \Yii::t('v3toys/skeeks', 'Заказы в 1 клик');
     $this->modelShowAttribute = "id";
     $this->modelClassName = V3toysMessage::className();
     parent::init();
 }
 public function init()
 {
     $this->name = "Управление свойствами пользователя";
     $this->modelShowAttribute = "name";
     $this->modelClassName = CmsUserUniversalProperty::className();
     parent::init();
 }
 public function init()
 {
     $this->name = "Управление свойствами";
     $this->modelShowAttribute = "name";
     $this->modelClassName = CmsContentProperty::className();
     parent::init();
 }
Ejemplo n.º 10
0
 public function init()
 {
     $this->name = \skeeks\cms\shop\Module::t('app', 'Order statuses');
     $this->modelShowAttribute = "name";
     $this->modelClassName = ShopOrderStatus::className();
     parent::init();
 }
Ejemplo n.º 11
0
 public function init()
 {
     $this->name = \Yii::t('v3toys/skeeks', 'Города доставки');
     $this->modelShowAttribute = "id";
     $this->modelClassName = V3toysShippingCity::className();
     parent::init();
 }
Ejemplo n.º 12
0
 public function init()
 {
     $this->name = \skeeks\cms\shop\Module::t('app', 'Tax rates');
     $this->modelShowAttribute = "id";
     $this->modelClassName = ShopTaxRate::className();
     parent::init();
 }
Ejemplo n.º 13
0
 public function init()
 {
     $this->name = "Настройки разделов";
     $this->modelShowAttribute = "name";
     $this->modelClassName = CmsTreeType::className();
     parent::init();
 }
 public function init()
 {
     $this->name = \skeeks\cms\shop\Module::t('app', 'Pyramid');
     $this->modelShowAttribute = "id";
     $this->modelClassName = ShopAffiliateTier::className();
     parent::init();
 }
Ejemplo n.º 15
0
 public function init()
 {
     $this->name = "Управление телефонами";
     $this->modelShowAttribute = "value";
     $this->modelClassName = CmsUserPhone::className();
     parent::init();
 }
Ejemplo n.º 16
0
 public function init()
 {
     $this->name = \Yii::t('skeeks/shop/app', 'Cart items');
     $this->modelShowAttribute = "name";
     $this->modelClassName = ShopBasket::className();
     parent::init();
 }
Ejemplo n.º 17
0
 public function init()
 {
     $this->name = "Управление доменами";
     $this->modelShowAttribute = "domain";
     $this->modelClassName = CmsSiteDomain::className();
     parent::init();
 }
Ejemplo n.º 18
0
 public function init()
 {
     $this->name = "Управление агентами";
     $this->modelShowAttribute = "id";
     $this->modelClassName = CmsAgent::className();
     parent::init();
 }
 public function init()
 {
     $this->name = \Yii::t('skeeks/shop/app', 'Types of prices');
     $this->modelShowAttribute = "name";
     $this->modelClassName = ShopTypePrice::className();
     parent::init();
 }
Ejemplo n.º 20
0
 public function init()
 {
     $this->name = "Управление сайтами";
     $this->modelShowAttribute = "name";
     $this->modelClassName = CmsSite::className();
     parent::init();
 }
Ejemplo n.º 21
0
 public function init()
 {
     $this->name = \skeeks\cms\shop\Module::t('app', 'Buyers');
     $this->modelShowAttribute = "name";
     $this->modelClassName = CmsUser::className();
     parent::init();
 }
Ejemplo n.º 22
0
 public function init()
 {
     $this->name = "Личный кабинет";
     $this->modelShowAttribute = "username";
     $this->modelClassName = User::className();
     parent::init();
 }
Ejemplo n.º 23
0
 public function init()
 {
     $this->name = "Управление контентом";
     $this->modelShowAttribute = "name";
     $this->modelClassName = CmsContentType::className();
     parent::init();
 }
Ejemplo n.º 24
0
 public function init()
 {
     $this->name = \Yii::t('skeeks/shop/app', 'VAT rates');
     $this->modelShowAttribute = "name";
     $this->modelClassName = ShopVat::className();
     parent::init();
 }
 public function init()
 {
     $this->name = \Yii::t('skeeks/money', "Currency management");
     $this->modelShowAttribute = "code";
     $this->modelClassName = Currency::className();
     parent::init();
 }
 public function init()
 {
     $this->name = \Yii::t('skeeks/form2/app', 'Control of properties');
     $this->modelShowAttribute = "value";
     $this->modelClassName = Form2FormPropertyEnum::className();
     parent::init();
 }
 public function init()
 {
     $this->name = \Yii::t('skeeks/shop/app', 'Order statuses');
     $this->modelShowAttribute = "name";
     $this->modelClassName = ShopOrderStatus::className();
     parent::init();
 }
Ejemplo n.º 28
0
 public function init()
 {
     $this->name = "Управление социальными профилями";
     $this->modelShowAttribute = "displayName";
     $this->modelClassName = UserAuthClient::className();
     parent::init();
 }
Ejemplo n.º 29
0
 public function init()
 {
     $this->name = \Yii::t('skeeks/shop/app', 'Delivery services');
     $this->modelShowAttribute = "name";
     $this->modelClassName = ShopDelivery::className();
     parent::init();
 }
 public function init()
 {
     $this->name = \Yii::t('skeeks/cms', 'User control properties');
     $this->modelShowAttribute = "name";
     $this->modelClassName = CmsUserUniversalProperty::className();
     parent::init();
 }