Pārlūkot izejas kodu

Merge branch 'develop' of https://gitea.laclic.fr/Laclic/LcShopBundle into develop

feature/module_traiteur_v1
Fab pirms 4 gadiem
vecāks
revīzija
79a00281db
1 mainītis faili ar 10 papildinājumiem un 6 dzēšanām
  1. +10
    -6
      ShopBundle/Resources/views/backend/merchant/panel_general.html.twig

+ 10
- 6
ShopBundle/Resources/views/backend/merchant/panel_general.html.twig Parādīt failu

@@ -12,12 +12,16 @@
<div class="col-12">
{{ form_row(form.merchantConfigs['second-line-element-menu']) }}
</div>
<div class="col-12">
{{ form_row(form.merchantConfigs['message-global-alert-type']) }}
</div>
<div class="col-12">
{{ form_row(form.merchantConfigs['message-global-alert']) }}
</div>
{% if form.merchantConfigs['message-global-alert-type'] is defined %}
<div class="col-12">
{{ form_row(form.merchantConfigs['message-global-alert-type']) }}
</div>
{% endif %}
{% if form.merchantConfigs['message-global-alert'] is defined %}
<div class="col-12">
{{ form_row(form.merchantConfigs['message-global-alert']) }}
</div>
{% endif %}
{{ macros.card_end() }}
</div>
</div>

Notiek ielāde…
Atcelt
Saglabāt