@@ -63,4 +63,10 @@ table.fixedHeader-floating{margin-top: 0px !important;} | |||
.actions .btn-sm{ | |||
margin-right: 3px; | |||
} | |||
} | |||
} | |||
.select2-container--bootstrap4 .select2-results__option[aria-disabled="true"] { | |||
color: #777; | |||
cursor: not-allowed; | |||
display: none; | |||
} |
@@ -16,7 +16,7 @@ import 'bootstrap-autocomplete'; | |||
import 'select2/js/select2.min.js'; | |||
import 'select2/js/i18n/fr.js'; | |||
import 'select2/css/select2.min.css'; | |||
import 'select2-bootstrap4-theme'; | |||
import 'select2-bootstrap-theme'; | |||
// Toastr | |||
import toastr from 'toastr/toastr.js' ; |
@@ -90,14 +90,7 @@ | |||
{% 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 %} |