Parcourir la source

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

feature/module_traiteur_v1
Fab il y a 4 ans
Parent
révision
79a00281db
1 fichiers modifiés avec 10 ajouts et 6 suppressions
  1. +10
    -6
      ShopBundle/Resources/views/backend/merchant/panel_general.html.twig

+ 10
- 6
ShopBundle/Resources/views/backend/merchant/panel_general.html.twig Voir le fichier

@@ -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>

Chargement…
Annuler
Enregistrer