mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-03-04 11:46:25 +08:00
Fix print modal css [SCI-7437] (#4648)
This commit is contained in:
parent
5528686d7b
commit
b549938f13
2 changed files with 3 additions and 3 deletions
|
@ -7,13 +7,13 @@
|
|||
<button type="button" class="close" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">×</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>
|
||||
|
|
|
@ -876,7 +876,7 @@ en:
|
|||
fluics_warning: 'Built-in FLUICS templates can’t 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'
|
||||
|
|
Loading…
Reference in a new issue