Bugzilla – Attachment 176049 Details for
Bug 38684
Improve translatability in cat-toolbar.inc
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 38684: FIX1 Fix koha-translate
Bug-38684-FIX1-Fix-koha-translate.patch (text/plain), 2.47 KB, created by
Jonathan Druart
on 2025-01-01 20:28:06 UTC
(
hide
)
Description:
Bug 38684: FIX1 Fix koha-translate
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2025-01-01 20:28:06 UTC
Size:
2.47 KB
patch
obsolete
>From 8643a7146e1b7ca460b61e494bb4652daaab4b56 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Wed, 1 Jan 2025 21:24:27 +0100 >Subject: [PATCH] Bug 38684: FIX1 Fix koha-translate > >--- > koha-tmpl/intranet-tmpl/prog/en/includes/cat-toolbar.inc | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/cat-toolbar.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/cat-toolbar.inc >index 41332a2b8d0..261a2c27709 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/includes/cat-toolbar.inc >+++ b/koha-tmpl/intranet-tmpl/prog/en/includes/cat-toolbar.inc >@@ -130,12 +130,12 @@ > > [% IF CAN_user_editcatalogue_edit_catalogue or ( frameworkcode == 'FA' and CAN_user_editcatalogue_fast_cataloging ) %] > [% IF ( count ) %] >- <li data-bs-toggle="tooltip" data-bs-placement="left" title="[%- I18N.tnx("There is an item attached to this record", "There are {count} items attached to this record", count, { count => count }) -%]. You must delete all items before deleting this record"> >+ <li data-bs-toggle="tooltip" data-bs-placement="left" title="[%- I18N.tnx('There is an item attached to this record', 'There are {count} items attached to this record', count, { count => count }) -%]. You must delete all items before deleting this record"> > <a class="dropdown-item disabled" aria-disabled="true" id="deletebiblio" href="#">Delete record</a> > </li> > [% ELSIF ( biblio.subscriptions.count ) %] > [%- SET subscriptions_count = biblio.subscriptions.count -%] >- <li data-bs-toggle="tooltip" data-bs-placement="left" title="[%- I18N.tnx("There is a subscription attached to this record", "There are {count} subscriptions attached to this record", subscriptions_count, { count => subscriptions_count }) -%]. You must delete all subscriptions before deleting this record"> >+ <li data-bs-toggle="tooltip" data-bs-placement="left" title="[%- I18N.tnx('There is a subscription attached to this record', 'There are {count} subscriptions attached to this record', subscriptions_count, { count => subscriptions_count }) -%]. You must delete all subscriptions before deleting this record"> > <a class="dropdown-item disabled" aria-disabled="true" id="deletebiblio" href="#">Delete record</a> > </li> > [% ELSE %] >-- >2.34.1
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 38684
:
175395
|
175464
|
176048
| 176049