Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions src/bundle/Resources/translations/ibexa_content_edit.en.xliff
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,6 @@
<target state="new">Editing</target>
<note>key: editing</note>
</trans-unit>
<trans-unit id="750bead6705b295c7b7d66c27b2768c1b9329ed5" resname="editing_details">
<source>Location: %location% Translation: %language%</source>
<target state="new">Location: %location% Translation: %language%</target>
<note>key: editing_details</note>
</trans-unit>
<trans-unit id="582b09a837963ba464ba24493c8cc7c360b99708" resname="editing_details_subtitle">
<source>under: %location%</source>
<target state="new">under: %location%</target>
Expand Down
8 changes: 4 additions & 4 deletions src/bundle/Resources/translations/ibexa_user_create.en.xliff
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@
<target state="new">Creating</target>
<note>key: Create</note>
</trans-unit>
<trans-unit id="750bead6705b295c7b7d66c27b2768c1b9329ed5" resname="editing_details">
<source>Location: %location%</source>
<target state="new">Location: %location%</target>
<note>key: editing_details</note>
<trans-unit id="582b09a837963ba464ba24493c8cc7c360b99708" resname="editing_details_subtitle">
<source>under: %location%</source>
<target state="new">under: %location%</target>
<note>key: editing_details_subtitle</note>
</trans-unit>
<trans-unit id="32d50c07b2eacd6fa72742ff1c1f5963c26a251d" resname="new_content_item">
<source>New %contentType%</source>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
{% include '@ibexadesign/ui/edit_header.html.twig' with {
action_name: 'creating'|trans|desc('Creating'),
title: 'new_content_item'|trans({'%contentType%': content_type.name})|desc('New %contentType%'),
subtitle: 'editing_details_subtitle'|trans({ '%location%': parent_location.contentInfo.name })|desc('under: %location%'),
icon_name: content_type.identifier,
show_autosave_status: true,
description: content_type.description,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
content_type_name: content_type.name,
show_autosave_status: true,
description: content_type.description,
subtitle: 'editing_details'|trans({ '%location%': parent_location.contentInfo.name, '%language%': language.name })|desc('Location: %location% Translation: %language%'),
subtitle: 'editing_details_subtitle'|trans({ '%location%': parent_location.contentInfo.name })|desc('under: %location%'),
context_actions: context_actions,
} %}
{% endblock %}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
icon_name: content_type.name,
show_autosave_status: false,
title: 'new_content_item'|trans({'%contentType%': content_type.name})|desc('New %contentType%'),
subtitle: 'editing_details'|trans({ '%location%': parent_location.contentInfo.name })|desc('Location: %location%'),
subtitle: 'editing_details_subtitle'|trans({ '%location%': parent_location.contentInfo.name })|desc('under: %location%'),
context_actions: knp_menu_render(user_content_edit_menu, {'template': '@ibexadesign/ui/menu/context_menu.html.twig'})
} %}
{% endblock %}
Expand Down
Loading