Fix print modal css [SCI-7437] (#4648)

This commit is contained in:
ajugo 2022-12-22 11:09:20 +01:00 committed by GitHub
parent 5528686d7b
commit b549938f13
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View file

@ -7,13 +7,13 @@
<button type="button" class="close" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">&times;</span></button>
<p class="modal-title">
<template v-if="rows.length == 1">
{{ i18n.t('repository_row.modal_print_label.head_title', {repository_row: rows[0].attributes.name}) }}
<b>{{ i18n.t('repository_row.modal_print_label.head_title', {repository_row: rows[0].attributes.name}) }}</b>
<span class="id-label">
{{ i18n.t('repository_row.modal_print_label.id_label', {repository_row_id: rows[0].attributes.code}) }}
</span>
</template>
<template v-else>
{{ i18n.t('repository_row.modal_print_label.head_title_multiple', {repository_rows: rows.length}) }}
<b>{{ i18n.t('repository_row.modal_print_label.head_title_multiple', {repository_rows: rows.length}) }}</b>
</template>
</p>
</div>

View file

@ -876,7 +876,7 @@ en:
fluics_warning: 'Built-in FLUICS templates cant be edited, deleted or duplicated'
delete_modal:
title: 'Delete Label template(s)'
description: 'Are you sure you want to delete the selected Label template(s)?'
description: 'Are you sure you want to delete the selected label template(s)?'
show:
breadcrumb_index: 'Label templates'
name_error_prefix: 'Label template name'