Ver código fonte

Intégration app reduction

develop
Fabien Normand 3 anos atrás
pai
commit
1429e78c70
2 arquivos alterados com 10 adições e 1 exclusões
  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 Ver arquivo

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

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

Carregando…
Cancelar
Salvar