Kaynağa Gözat

Intégration app reduction

develop
Fabien Normand 3 yıl önce
ebeveyn
işleme
1429e78c70
2 değiştirilmiş dosya ile 10 ekleme ve 1 silme
  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 Dosyayı Görüntüle

@@ -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 Dosyayı Görüntüle

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

Yükleniyor…
İptal
Kaydet