diff --git a/core/Resources/translations/messages.fr.yaml b/core/Resources/translations/messages.fr.yaml index b152069..9e2ef24 100644 --- a/core/Resources/translations/messages.fr.yaml +++ b/core/Resources/translations/messages.fr.yaml @@ -65,6 +65,7 @@ "View of {id}": "Visualisation de {id}" "New navigation": "Nouvelle navigation" "Tree": "Arborescence" +"Trees": "Arborescences" "Pages": "Pages" "Page": "Page" "Administration": "Administration" diff --git a/core/Resources/views/admin/crud/edit.html.twig b/core/Resources/views/admin/crud/edit.html.twig index fd5885e..7008334 100644 --- a/core/Resources/views/admin/crud/edit.html.twig +++ b/core/Resources/views/admin/crud/edit.html.twig @@ -15,6 +15,8 @@ {% block header_actions %}
+ {% block header_actions_before %}{% endblock %} + {% if configuration.action(context, 'back', true) %} @@ -34,6 +36,8 @@ {{ configuration.actionTitle(context, 'save', 'Save')|trans|build_string(entity) }} + {% block header_actions_after %}{% endblock %} + {% if header_actions_dropdown_menu is not defined %} {% set header_actions_dropdown_menu = '' %} {% endif %} @@ -49,8 +53,6 @@ {% endif %} {% block header_actions_dropdown %} - {% set menu = '' %} - {% if header_actions_dropdown_menu %}