-
- Close
- Close
- key: anchor_navigation.close
- Your current password will expire in %days% day(s). You can change it in User settings/My account settings.Your current password will expire in %days% day(s). You can change it in User settings/My account settings.
@@ -351,6 +346,16 @@
We’ve sent to your email account a link to reset your password.key: ibexa.forgot_user_password.success.alert
+
+ From
+ From
+ key: ibexa.notifications.search_form.label.from
+
+
+ To
+ To
+ key: ibexa.notifications.search_form.label.to
+ EmailEmail
@@ -371,6 +376,16 @@
Namekey: ibexa_author.name
+
+ Notifications
+ Notifications
+ key: ibexa_notifications
+
+
+ Mark all as read
+ Mark all as read
+ key: ibexa_notifications.btn.mark_all_as_read
+ Set up a Relation with one or several ItemsSet up a Relation with one or several Items
@@ -396,26 +411,6 @@
Deletekey: ibexa_object_relation_list.delete_selected_relations
-
- From
- From
- key: ibexa.notifications.search_form.label.from
-
-
- To
- To
- key: ibexa.notifications.search_form.label.to
-
-
- Notifications
- Notifications
- key: ibexa_notifications
-
-
- Mark all as read
- Mark all as read
- key: ibexa_notifications.btn.mark_all_as_read
- DeleteDelete
diff --git a/src/bundle/Resources/views/themes/admin/content/edit/edit.html.twig b/src/bundle/Resources/views/themes/admin/content/edit/edit.html.twig
index cfc96fc821..93a62596a0 100644
--- a/src/bundle/Resources/views/themes/admin/content/edit/edit.html.twig
+++ b/src/bundle/Resources/views/themes/admin/content/edit/edit.html.twig
@@ -69,6 +69,7 @@
'parent_location': parent_location,
'language': language,
'grouped_fields': grouped_fields,
+ 'title': content.name,
}) %}
{% embed '@ibexadesign/ui/anchor_navigation_menu.html.twig' with anchor_params %}
diff --git a/src/bundle/Resources/views/themes/admin/content/edit_base.html.twig b/src/bundle/Resources/views/themes/admin/content/edit_base.html.twig
index f0cfa5ceaa..b8d94750f5 100644
--- a/src/bundle/Resources/views/themes/admin/content/edit_base.html.twig
+++ b/src/bundle/Resources/views/themes/admin/content/edit_base.html.twig
@@ -17,14 +17,8 @@
{% form_theme form with form_templates %}
-{% block left_sidebar %}
- {% if without_close_button is not defined or without_close_button != true %}
- {% set referrer_location = content is defined and is_published ? location : parent_location %}
- {% endif %}
-
- {% block anchor_menu %}
- {% include '@ibexadesign/ui/anchor_navigation_menu.html.twig' with anchor_params %}
- {% endblock %}
+{% block anchor_menu %}
+ {% include '@ibexadesign/ui/anchor_navigation_menu.html.twig' with anchor_params %}
{% endblock %}
{% block content %}
diff --git a/src/bundle/Resources/views/themes/admin/content_type/edit_base.html.twig b/src/bundle/Resources/views/themes/admin/content_type/edit_base.html.twig
index 100377a5a7..2cc192211f 100644
--- a/src/bundle/Resources/views/themes/admin/content_type/edit_base.html.twig
+++ b/src/bundle/Resources/views/themes/admin/content_type/edit_base.html.twig
@@ -10,9 +10,9 @@
]
} %}
-{% block main_container_class %}{{ parent() }} ibexa-content-type-edit ibexa-main-container--with-anchor-menu-items{% endblock %}
+{% block main_container_class %}{{ parent() }} ibexa-content-type-edit ibexa-main-container--without-anchor-menu-items{% endblock %}
-{% block left_sidebar %}
+{% block anchor_menu %}
{% set content_type_edit_anchor_menu = knp_menu_get('ibexa.admin_ui.menu.content_type_edit.anchor_menu', [], {
'content_type': content_type,
}) %}
diff --git a/src/bundle/Resources/views/themes/admin/ui/anchor_navigation_menu.html.twig b/src/bundle/Resources/views/themes/admin/ui/anchor_navigation_menu.html.twig
index def19d1a7e..6e1ef97dd6 100644
--- a/src/bundle/Resources/views/themes/admin/ui/anchor_navigation_menu.html.twig
+++ b/src/bundle/Resources/views/themes/admin/ui/anchor_navigation_menu.html.twig
@@ -1,24 +1,13 @@
-