Bugzilla – Attachment 152455 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
Victor Grousset/tuxayo
on 2023-06-18 22:47:37 UTC
(
hide
)
Description:
Bug 31082: Add tooltip to buttons when item bundles cannot be changed while checked out
Filename:
MIME Type:
Creator:
Victor Grousset/tuxayo
Created:
2023-06-18 22:47:37 UTC
Size:
1.18 KB
patch
obsolete
>From 2d3d98f93797f9f718e499f1375182c3732d9c09 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 0d09bec702..013dac0d76 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt >@@ -1831,6 +1831,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.41.0
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