Bugzilla – Attachment 170727 Details for
Bug 14322
Add option to create a shareable link for item searches
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 14322: (follow-up) make copied tooltip translatable
Bug-14322-follow-up-make-copied-tooltip-translatab.patch (text/plain), 1.15 KB, created by
Brendan Lawlor
on 2024-08-26 14:50:14 UTC
(
hide
)
Description:
Bug 14322: (follow-up) make copied tooltip translatable
Filename:
MIME Type:
Creator:
Brendan Lawlor
Created:
2024-08-26 14:50:14 UTC
Size:
1.15 KB
patch
obsolete
>From 98d1c0ecb88e3d3bd2e642171ea146669aaaf2c8 Mon Sep 17 00:00:00 2001 >From: Brendan Lawlor <blawlor@clamsnet.org> >Date: Mon, 26 Aug 2024 14:49:01 +0000 >Subject: [PATCH] Bug 14322: (follow-up) make copied tooltip translatable > >--- > koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/itemsearch.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/itemsearch.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/itemsearch.tt >index c68c15972d..3e31a490f1 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/itemsearch.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/itemsearch.tt >@@ -549,7 +549,7 @@ > }) > var url = window.location.origin + window.location.pathname + '?' + $.param(params); > navigator.clipboard.writeText(url); >- $(this).tooltip({trigger: 'manual', title: 'Copied!'}).tooltip('show'); >+ $(this).tooltip({trigger: 'manual', title: _('Copied!')}).tooltip('show'); > }); > > var results_heading = $('<div>').addClass('results-heading') >-- >2.39.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 14322
:
164962
|
168084
|
168768
|
168863
|
169029
|
169033
|
169304
|
169305
|
169306
|
169948
|
169949
|
169950
|
169951
|
169952
|
169969
|
169970
|
169971
|
169972
|
169973
|
170347
|
170348
|
170349
|
170350
|
170351
|
170352
|
170721
|
170722
|
170723
|
170724
|
170725
|
170726
| 170727