Bugzilla – Attachment 153140 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: (follow-up) same for "remove" action button on bundle item list
Bug-31082-follow-up-same-for-remove-action-button-.patch (text/plain), 1.71 KB, created by
Jonathan Druart
on 2023-07-07 09:42:39 UTC
(
hide
)
Description:
Bug 31082: (follow-up) same for "remove" action button on bundle item list
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2023-07-07 09:42:39 UTC
Size:
1.71 KB
patch
obsolete
>From bf446e31ca8396804453fe31931d34db1480420e Mon Sep 17 00:00:00 2001 >From: Victor Grousset/tuxayo <victor@tuxayo.net> >Date: Mon, 19 Jun 2023 00:39:19 +0200 >Subject: [PATCH] Bug 31082: (follow-up) same for "remove" action button on > bundle item list > >Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >--- > 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 0f8809defc1..c86ce02b081 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt >@@ -1915,7 +1915,7 @@ > "data": function( row, type, val, meta ) { > var result; > if (duedate) { >- result = '<button class="btn btn-default btn-xs remove disabled" role="button" data-itemnumber="'+row.item_id+'"><i class="fa fa-minus" aria-hidden="true"></i> '+_("Remove")+'</button>\n'; >+ result = '<button class="btn btn-default btn-xs remove disabled" role="button" data-itemnumber="'+row.item_id+'" title="This bundle is checked out, it cannot be modified"><i class="fa fa-minus" aria-hidden="true"></i> '+_("Remove")+'</button>\n'; > } else { > result = '<button class="btn btn-default btn-xs remove" role="button" data-itemnumber="'+row.item_id+'"><i class="fa fa-minus" aria-hidden="true"></i> '+_("Remove")+'</button>\n'; > } >-- >2.25.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 31082
:
151661
|
151669
|
152455
|
152456
|
153140
|
153141
|
153231
|
153232
|
153233
|
153234