.actions .btn-sm{ | .actions .btn-sm{ | ||||
margin-right: 3px; | margin-right: 3px; | ||||
} | } | ||||
} | |||||
} | |||||
.select2-container--bootstrap4 .select2-results__option[aria-disabled="true"] { | |||||
color: #777; | |||||
cursor: not-allowed; | |||||
display: none; | |||||
} |
import 'select2/js/select2.min.js'; | import 'select2/js/select2.min.js'; | ||||
import 'select2/js/i18n/fr.js'; | import 'select2/js/i18n/fr.js'; | ||||
import 'select2/css/select2.min.css'; | import 'select2/css/select2.min.css'; | ||||
import 'select2-bootstrap4-theme'; | |||||
import 'select2-bootstrap-theme'; | |||||
// Toastr | // Toastr | ||||
import toastr from 'toastr/toastr.js' ; | import toastr from 'toastr/toastr.js' ; |
{% block form_footer %} | {% 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 %} | {% endblock form_footer %} | ||||
{% block delete_form %} | {% block delete_form %} |