Bugzilla – Attachment 153234 Details for
Bug 31082
Add tooltip to buttons when item bundles cannot be changed while checked out
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 31082: (QA follow-up) Fix translation - we are in a .tt not in a .js file
Bug-31082-QA-follow-up-Fix-translation---we-are-in.patch (text/plain), 1.25 KB, created by
Katrin Fischer
on 2023-07-09 15:34:18 UTC
(
hide
)
Description:
Bug 31082: (QA follow-up) Fix translation - we are in a .tt not in a .js file
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2023-07-09 15:34:18 UTC
Size:
1.25 KB
patch
obsolete
>From a6697f3f9944d25804391f67317ae38869045fe3 Mon Sep 17 00:00:00 2001 >From: Katrin Fischer <katrin.fischer.83@web.de> >Date: Sun, 9 Jul 2023 15:33:01 +0000 >Subject: [PATCH] Bug 31082: (QA follow-up) Fix translation - we are in a .tt > not in a .js file > >Just changing from two to one underscore. > >Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> >--- > koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt >index f8694d122e..6d7baf961e 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt >@@ -1835,7 +1835,7 @@ > // Disable management if there's a duedate > if(duedate) { > bundle_toolbar.children('.btn').addClass("disabled"); >- bundle_toolbar.attr("title", __("This bundle is checked out, it cannot be modified")); >+ bundle_toolbar.attr("title", _("This bundle is checked out, it cannot be modified")); > } > > // This is the table we'll convert into a DataTable >-- >2.30.2
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 31082
:
151661
|
151669
|
152455
|
152456
|
153140
|
153141
|
153231
|
153232
|
153233
| 153234