瀏覽代碼

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

feature/module_traiteur_v1
Fab 4 年之前
父節點
當前提交
79a00281db
共有 1 個文件被更改,包括 10 次插入6 次删除
  1. +10
    -6
      ShopBundle/Resources/views/backend/merchant/panel_general.html.twig

+ 10
- 6
ShopBundle/Resources/views/backend/merchant/panel_general.html.twig 查看文件

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

Loading…
取消
儲存