File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed
views/themes/admin/content/draft Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change 3131 <target state =" new" >Delete</target >
3232 <note >key: drafts.list.action.remove.confirmation.title</note >
3333 </trans-unit >
34+ <trans-unit id =" a467c57cd3c072a6e0d2152a45ee3784c9f42b9d" resname =" drafts.list.content.empty_name_placeholder" >
35+ <source >[Untitled]</source >
36+ <target state =" new" >[Untitled]</target >
37+ <note >key: drafts.list.content.empty_name_placeholder</note >
38+ </trans-unit >
3439 <trans-unit id =" b62c11ec52c71a7923851340a98932ed8ac8704b" resname =" drafts.list.content_type" >
3540 <source >Content type</source >
3641 <target state =" new" >Content type</target >
Original file line number Diff line number Diff line change 88
99{% import _self as macros %}
1010
11+ {% set empty_content_name_placeholder = ' drafts.list.content.empty_name_placeholder' | trans| desc(' [Untitled]' ) %}
12+
1113{% block title %}{{ ' drafts.list' | trans| desc(' Drafts' ) }} - {{ parent () }}{% endblock %}
1214
1315{% block body_class %}ibexa-drafts-list-view{% endblock %}
4951
5052 {% set col_raw %}
5153 <span title =" {{ row .versionInfo .name }}" >
52- {{ row .versionInfo .name }}
54+ {{ row .versionInfo .name | default ( empty_content_name_placeholder ) }}
5355 </span >
5456 {% endset %}
5557 {% set body_row_cols = body_row_cols | merge ([{
You can’t perform that action at this time.
0 commit comments