Bugzilla – Attachment 153231 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: Add tooltip to buttons when item bundles cannot be changed while checked out
Bug-31082-Add-tooltip-to-buttons-when-item-bundles.patch (text/plain), 1.18 KB, created by
Katrin Fischer
on 2023-07-09 15:34:09 UTC
(
hide
)
Description:
Bug 31082: Add tooltip to buttons when item bundles cannot be changed while checked out
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2023-07-09 15:34:09 UTC
Size:
1.18 KB
patch
obsolete
>From 6b65213f3860597da3e97a66a631f6692033678c Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Thu, 25 May 2023 11:46:39 +0200 >Subject: [PATCH] Bug 31082: Add tooltip to buttons when item bundles cannot be > changed while checked out > >Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com> >Signed-off-by: Victor Grousset/tuxayo <victor@tuxayo.net> >--- > koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt | 1 + > 1 file changed, 1 insertion(+) > >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 c88e5717b4..0f8809defc 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt >@@ -1835,6 +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")); > } > > // 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