瀏覽代碼

Intégration app reduction

develop
Fabien Normand 3 年之前
父節點
當前提交
1429e78c70
共有 2 個文件被更改,包括 10 次插入1 次删除
  1. +2
    -0
      Resources/assets/app/adminlte/main/scss/_common.scss
  2. +8
    -1
      Resources/views/adminlte/crud/form.html.twig

+ 2
- 0
Resources/assets/app/adminlte/main/scss/_common.scss 查看文件

@@ -70,3 +70,5 @@ table.fixedHeader-floating{margin-top: 0px !important;}
cursor: not-allowed;
display: none;
}

.hidden{display: none;}

+ 8
- 1
Resources/views/adminlte/crud/form.html.twig 查看文件

@@ -90,7 +90,14 @@


{% block form_footer %}
&
{% embed '@LcSov/adminlte/embed/form_footer.html.twig' %}
{% block width %}8{% endblock %}
{% block content %}
{% for action in entity.actions %}
{{ include(action.templatePath, { action: action }, with_context = false) }} 
{% endfor %}
{% endblock %}
{% endembed %}
{% endblock form_footer %}

{% block delete_form %}

Loading…
取消
儲存