<?= $form->field($model, 'f_id')
->label('FloraPointID магазина ' . Html::img('@web/images/info-icon.svg', [
'alt' => 'Info',
- 'style' => 'width: 16px; height: 16px; cursor: pointer;',
+ 'style' => 'width: 16px; height: 16px; margin-left:7px; cursor: pointer;',
'data-toggle' => 'tooltip', 'title' => 'FloraPointID магазина']))
->widget(Select2::class, [
'data' => $firms,
<?= $form->field($model, 'firma_id')
->label('ID привязанного к магазину юрлица ' . Html::img('@web/images/info-icon.svg', [
'alt' => 'Info',
- 'style' => 'width: 16px; height: 16px; cursor: pointer;',
+ 'style' => 'width: 16px; height: 16px; margin-left:7px; cursor: pointer;',
'data-toggle' => 'tooltip', 'title' => 'ID привязанного к магазину юрлица']))
->widget(Select2::class, [
'data' => $firms,
<?= $form->field($model, 'firm_group_id')
->label('Firm group ID' . Html::img('@web/images/info-icon.svg', [
'alt' => 'Info',
- 'style' => 'width: 16px; height: 16px; cursor: pointer;',
+ 'style' => 'width: 16px; height: 16px; margin-left:7px; cursor: pointer;',
'data-toggle' => 'tooltip', 'title' => 'Группа привязанного к магазину юрлица???']))
->widget(Select2::class, [
'data' => $firmsGroups,
<?= $form->field($model, 'firma_group_id')
->label('Firma group ID ' . Html::img('@web/images/info-icon.svg', [
'alt' => 'Info',
- 'style' => 'width: 16px; height: 16px; cursor: pointer;',
+ 'style' => 'width: 16px; height: 16px; margin-left:7px; cursor: pointer;',
'data-toggle' => 'tooltip', 'title' => 'Группа привязанного к магазину юрлица???']))
->widget(Select2::class, [
'data' => $firmsGroups,
<?= $form->field($model, 'name')->textInput(['maxlength' => true, 'value' => '', 'id' => 'name-field'])
->label('Наименование магазина ' . Html::img('@web/images/info-icon.svg', [
'alt' => 'Info',
- 'style' => 'width: 16px; height: 16px; cursor: pointer;',
+ 'style' => 'width: 16px; height: 16px; margin-left:7px; cursor: pointer;',
'data-toggle' => 'tooltip', 'title' => 'Наименование магазина. Обязательно'])) ?>
<?= $form->field($model, 'name_full')->textInput(['maxlength' => true, 'value' => '', 'id' => 'name-full-field'])
->label('Полное наименование ' . Html::img('@web/images/info-icon.svg', [
'alt' => 'Info',
- 'style' => 'width: 16px; height: 16px; cursor: pointer;',
+ 'style' => 'width: 16px; height: 16px; margin-left:7px; cursor: pointer;',
'data-toggle' => 'tooltip', 'title' => 'Наименование магазина. Обязательно'])) ?>
<?= $form->field($model, 'city_id')->label('City ' . Html::img('@web/images/info-icon.svg', [
'alt' => 'Info',
- 'style' => 'width: 16px; height: 16px; cursor: pointer;',
+ 'style' => 'width: 16px; height: 16px; margin-left:7px; cursor: pointer;',
'data-toggle' => 'tooltip', 'title' => 'Выберите город из списка']))->widget(Select2::class, [
'data' => $cities,
'options' => ['placeholder' => 'Выберите город'],
<?= $form->field($model, 'setka_id')->textInput(['value' => 1])
->label('ID Сетки ' . Html::img('@web/images/info-icon.svg', [
'alt' => 'Info',
- 'style' => 'width: 16px; height: 16px; cursor: pointer;',
+ 'style' => 'width: 16px; height: 16px; margin-left:7px; cursor: pointer;',
'data-toggle' => 'tooltip', 'title' => 'ID Сетки'])) ?>
<?= $form->field($model, 'posit')->textInput(['value' => 0])
->label('Позиция магазина ' . Html::img('@web/images/info-icon.svg', [
'alt' => 'Info',
- 'style' => 'width: 16px; height: 16px; cursor: pointer;',
+ 'style' => 'width: 16px; height: 16px; margin-left:7px; cursor: pointer;',
'data-toggle' => 'tooltip', 'title' => 'Позиция магазина'])) ?>
<?= $form->field($model, 'square_store')->textInput(['value' => null])
->label('Площадь магазина (кв.м) ' . Html::img('@web/images/info-icon.svg', [
'alt' => 'Info',
- 'style' => 'width: 16px; height: 16px; cursor: pointer;',
+ 'style' => 'width: 16px; height: 16px; margin-left:7px; cursor: pointer;',
'data-toggle' => 'tooltip', 'title' => 'Площадь магазина (кв.м)'])) ?>
<?= $form->field($model, 'order_1c')->textInput(['value' => 21])
->label('Порядок в 1С ' . Html::img('@web/images/info-icon.svg', [
'alt' => 'Info',
- 'style' => 'width: 16px; height: 16px; cursor: pointer;',
+ 'style' => 'width: 16px; height: 16px; margin-left:7px; cursor: pointer;',
'data-toggle' => 'tooltip', 'title' => 'Порядок в 1С???'])) ?>
<?= $form->field($model, 'url')->textInput(['maxlength' => true, 'value' => '-'])
->label('URL магазина ' . Html::img('@web/images/info-icon.svg', [
'alt' => 'Info',
- 'style' => 'width: 16px; height: 16px; cursor: pointer;',
+ 'style' => 'width: 16px; height: 16px; margin-left:7px; cursor: pointer;',
'data-toggle' => 'tooltip', 'title' => 'URL магазина'])) ?>
<?= $form->field($model, 'adress')->textarea(['rows' => 2, 'value' => '-', 'id' => 'adress-field'])
->label('Адрес магазина ' . Html::img('@web/images/info-icon.svg', [
'alt' => 'Info',
- 'style' => 'width: 16px; height: 16px; cursor: pointer;',
+ 'style' => 'width: 16px; height: 16px; margin-left:7px; cursor: pointer;',
'data-toggle' => 'tooltip', 'title' => 'Адрес магазина - ул. Улица д.1'])) ?>
<?= $form->field($model, 'adress_amo')->textInput(['maxlength' => true, 'value' => '-', 'id' => 'adress-amo-field'])
->label('Адрес для AmoCRM ' . Html::img('@web/images/info-icon.svg', [
'alt' => 'Info',
- 'style' => 'width: 16px; height: 16px; cursor: pointer;',
+ 'style' => 'width: 16px; height: 16px; margin-left:7px; cursor: pointer;',
'data-toggle' => 'tooltip', 'title' => 'Адрес магазина для амо - самовывоз'])) ?>
<?= $form->field($model, 'adress_sm')->textInput(['maxlength' => true, 'value' => '-', 'id' => 'adress-sm-field'])
->label('Короткий адрес магазина ' . Html::img('@web/images/info-icon.svg', [
'alt' => 'Info',
- 'style' => 'width: 16px; height: 16px; cursor: pointer;',
+ 'style' => 'width: 16px; height: 16px; margin-left:7px; cursor: pointer;',
'data-toggle' => 'tooltip', 'title' => 'Короткий адрес магазина'])) ?>
<?= $form->field($model, '2gis')->textInput(['maxlength' => true, 'value' => '-'])
->label('Ссылка на 2ГИС ' . Html::img('@web/images/info-icon.svg', [
'alt' => 'Info',
- 'style' => 'width: 16px; height: 16px; cursor: pointer;',
+ 'style' => 'width: 16px; height: 16px; margin-left:7px; cursor: pointer;',
'data-toggle' => 'tooltip', 'title' => 'Ссылка на 2ГИС'])) ?>
<?= $form->field($model, 'yamap')->textInput(['maxlength' => true, 'value' => '-'])
->label('Ссылка на Яндекс.Карты ' . Html::img('@web/images/info-icon.svg', [
'alt' => 'Info',
- 'style' => 'width: 16px; height: 16px; cursor: pointer;',
+ 'style' => 'width: 16px; height: 16px; margin-left:7px; cursor: pointer;',
'data-toggle' => 'tooltip', 'title' => 'Ссылка на Яндекс.Карты'])) ?>
<?= $form->field($model, 'googlemap')->textarea(['rows' => 2, 'value' => '-'])
->label('Ссылка на Google Maps ' . Html::img('@web/images/info-icon.svg', [
'alt' => 'Info',
- 'style' => 'width: 16px; height: 16px; cursor: pointer;',
+ 'style' => 'width: 16px; height: 16px; margin-left:7px; cursor: pointer;',
'data-toggle' => 'tooltip', 'title' => 'Ссылка на Google Maps'])) ?>
<?= $form->field($model, 'mapiframe')->textarea(['rows' => 4, 'value' => '-'])
->label('Карта магазина в iframe ' . Html::img('@web/images/info-icon.svg', [
'alt' => 'Info',
- 'style' => 'width: 16px; height: 16px; cursor: pointer;',
+ 'style' => 'width: 16px; height: 16px; margin-left:7px; cursor: pointer;',
'data-toggle' => 'tooltip', 'title' => 'Карта магазина в iframe'])) ?>
<?= $form->field($model, 'seo_title')->textInput(['maxlength' => true, 'value' => '-'])
->label('SEO заголовок ' . Html::img('@web/images/info-icon.svg', [
'alt' => 'Info',
- 'style' => 'width: 16px; height: 16px; cursor: pointer;',
+ 'style' => 'width: 16px; height: 16px; margin-left:7px; cursor: pointer;',
'data-toggle' => 'tooltip', 'title' => 'SEO заголовок'])) ?>
<?= $form->field($model, 'seo_description')->textarea(['rows' => 2, 'value' => '-'])
->label('SEO описание ' . Html::img('@web/images/info-icon.svg', [
'alt' => 'Info',
- 'style' => 'width: 16px; height: 16px; cursor: pointer;',
+ 'style' => 'width: 16px; height: 16px; margin-left:7px; cursor: pointer;',
'data-toggle' => 'tooltip', 'title' => 'SEO описание'])) ?>
<?= $form->field($model, 'content')->textarea(['rows' => 6, 'value' => '-'])
->label('Содержимое - текст ' . Html::img('@web/images/info-icon.svg', [
'alt' => 'Info',
- 'style' => 'width: 16px; height: 16px; cursor: pointer;',
+ 'style' => 'width: 16px; height: 16px; margin-left:7px; cursor: pointer;',
'data-toggle' => 'tooltip', 'title' => 'Содержимое - текст'])) ?>
<?= $form->field($model, 'email')->textInput(['maxlength' => true, 'value' => '-'])
->label('Email магазина ' . Html::img('@web/images/info-icon.svg', [
'alt' => 'Info',
- 'style' => 'width: 16px; height: 16px; cursor: pointer;',
+ 'style' => 'width: 16px; height: 16px; margin-left:7px; cursor: pointer;',
'data-toggle' => 'tooltip', 'title' => 'Email магазина'])) ?>
<?= $form->field($model, 'tg_chat_id')->textInput(['maxlength' => true, 'value' => '-'])
->label('ID чата в Telegram ' . Html::img('@web/images/info-icon.svg', [
'alt' => 'Info',
- 'style' => 'width: 16px; height: 16px; cursor: pointer;',
+ 'style' => 'width: 16px; height: 16px; margin-left:7px; cursor: pointer;',
'data-toggle' => 'tooltip', 'title' => 'ID чата в Telegram'])) ?>
<?= $form->field($model, 'h1')->textInput(['maxlength' => true, 'value' => '-'])
->label('H1 шаблон для SEO ' . Html::img('@web/images/info-icon.svg', [
'alt' => 'Info',
- 'style' => 'width: 16px; height: 16px; cursor: pointer;',
+ 'style' => 'width: 16px; height: 16px; margin-left:7px; cursor: pointer;',
'data-toggle' => 'tooltip', 'title' => 'H1 шаблон для SEO'])) ?>
<?= $form->field($model, 'sprav_id')->textInput(['maxlength' => true, 'value' => '0'])
->label('ID в справочнике ' . Html::img('@web/images/info-icon.svg', [
'alt' => 'Info',
- 'style' => 'width: 16px; height: 16px; cursor: pointer;',
+ 'style' => 'width: 16px; height: 16px; margin-left:7px; cursor: pointer;',
'data-toggle' => 'tooltip', 'title' => 'ID в справочнике'])) ?>
<?= $form->field($model, 'images')->textarea(['rows' => 2, 'value' => '-'])
->label('Изображения магазина ' . Html::img('@web/images/info-icon.svg', [
'alt' => 'Info',
- 'style' => 'width: 16px; height: 16px; cursor: pointer;',
+ 'style' => 'width: 16px; height: 16px; margin-left:7px; cursor: pointer;',
'data-toggle' => 'tooltip', 'title' => 'Изображения магазина'])) ?>
<?= $form->field($model, 'visible')->textInput(['value' => 1])
->label('Видимость магазина ' . Html::img('@web/images/info-icon.svg', [
'alt' => 'Info',
- 'style' => 'width: 16px; height: 16px; cursor: pointer;',
+ 'style' => 'width: 16px; height: 16px; margin-left:7px; cursor: pointer;',
'data-toggle' => 'tooltip', 'title' => 'Видимость магазина'])) ?>
<?= $form->field($model, 'image_sm')->textInput(['maxlength' => true, 'value' => '-'])
->label('Путь к маленькой картинке ' . Html::img('@web/images/info-icon.svg', [
'alt' => 'Info',
- 'style' => 'width: 16px; height: 16px; cursor: pointer;',
+ 'style' => 'width: 16px; height: 16px; margin-left:7px; cursor: pointer;',
'data-toggle' => 'tooltip', 'title' => 'Путь к маленькой картинке'])) ?>
<?= $form->field($model, 'image_big')->textInput(['maxlength' => true, 'value' => '-'])
->label('Путь к большой картинке ' . Html::img('@web/images/info-icon.svg', [
'alt' => 'Info',
- 'style' => 'width: 16px; height: 16px; cursor: pointer;',
+ 'style' => 'width: 16px; height: 16px; margin-left:7px; cursor: pointer;',
'data-toggle' => 'tooltip', 'title' => 'Путь к большой картинке'])) ?>
<?= $form->field($model, 'image2_sm')->textInput(['maxlength' => true, 'value' => '-'])
->label('Путь к маленькой картинке 2 ' . Html::img('@web/images/info-icon.svg', [
'alt' => 'Info',
- 'style' => 'width: 16px; height: 16px; cursor: pointer;',
+ 'style' => 'width: 16px; height: 16px; margin-left:7px; cursor: pointer;',
'data-toggle' => 'tooltip', 'title' => 'Путь к маленькой картинке 2'])) ?>
<?= $form->field($model, 'image2_big')->textInput(['maxlength' => true, 'value' => '-'])
->label('Путь к большой картинке 2 ' . Html::img('@web/images/info-icon.svg', [
'alt' => 'Info',
- 'style' => 'width: 16px; height: 16px; cursor: pointer;',
+ 'style' => 'width: 16px; height: 16px; margin-left:7px; cursor: pointer;',
'data-toggle' => 'tooltip', 'title' => 'Путь к большой картинке 2'])) ?>
<?= $form->field($model, 'type_id')->textInput(['value' => 1])
->label('Тип магазина ' . Html::img('@web/images/info-icon.svg', [
'alt' => 'Info',
- 'style' => 'width: 16px; height: 16px; cursor: pointer;',
+ 'style' => 'width: 16px; height: 16px; margin-left:7px; cursor: pointer;',
'data-toggle' => 'tooltip', 'title' => 'Тип магазина'])) ?>
<?= $form->field($model, 'sale_plan_avg')->textInput(['value' => 0])
->label('Средний план продаж ' . Html::img('@web/images/info-icon.svg', [
'alt' => 'Info',
- 'style' => 'width: 16px; height: 16px; cursor: pointer;',
+ 'style' => 'width: 16px; height: 16px; margin-left:7px; cursor: pointer;',
'data-toggle' => 'tooltip', 'title' => 'Средний план продаж'])) ?>
<?= $form->field($model, 'visitor_day_avg')->textInput(['value' => 0])
->label('Среднее количество посетителей в день ' . Html::img('@web/images/info-icon.svg', [
'alt' => 'Info',
- 'style' => 'width: 16px; height: 16px; cursor: pointer;',
+ 'style' => 'width: 16px; height: 16px; margin-left:7px; cursor: pointer;',
'data-toggle' => 'tooltip', 'title' => 'Среднее количество посетителей в день'])) ?>
<?= $form->field($model, 'visitor_avg')->textInput(['value' => 0])
->label('Среднее количество посетителей ' . Html::img('@web/images/info-icon.svg', [
'alt' => 'Info',
- 'style' => 'width: 16px; height: 16px; cursor: pointer;',
+ 'style' => 'width: 16px; height: 16px; margin-left:7px; cursor: pointer;',
'data-toggle' => 'tooltip', 'title' => 'Среднее количество посетителей'])) ?>
<?= $form->field($model, 'administrator_id')
->label('ID администратора ' . Html::img('@web/images/info-icon.svg', [
'alt' => 'Info',
- 'style' => 'width: 16px; height: 16px; cursor: pointer;',
+ 'style' => 'width: 16px; height: 16px; margin-left:7px; cursor: pointer;',
'data-toggle' => 'tooltip', 'title' => 'ID администратора']))
->widget(Select2::class, [
'data' => $administrators,
<?= $form->field($model, 'cluster_id')
->label('ID куста ' . Html::img('@web/images/info-icon.svg', [
'alt' => 'Info',
- 'style' => 'width: 16px; height: 16px; cursor: pointer;',
+ 'style' => 'width: 16px; height: 16px; margin-left:7px; cursor: pointer;',
'data-toggle' => 'tooltip', 'title' => 'ID куста']))
->widget(Select2::class, [
'data' => $clusters,
<?= $form->field($model, 'open_date')->textInput(['maxlength' => true, 'value' => '-'])
->label('Дата открытия ' . Html::img('@web/images/info-icon.svg', [
'alt' => 'Info',
- 'style' => 'width: 16px; height: 16px; cursor: pointer;',
+ 'style' => 'width: 16px; height: 16px; margin-left:7px; cursor: pointer;',
'data-toggle' => 'tooltip', 'title' => 'Дата открытия'])) ?>
<?= $form->field($model, 'gps')->textInput(['maxlength' => true, 'value' => '-'])
->label('GPS координаты магазина ' . Html::img('@web/images/info-icon.svg', [
'alt' => 'Info',
- 'style' => 'width: 16px; height: 16px; cursor: pointer;',
+ 'style' => 'width: 16px; height: 16px; margin-left:7px; cursor: pointer;',
'data-toggle' => 'tooltip', 'title' => 'GPS координаты магазина в виде 56.275879,44.045422'])) ?>