Bugzilla – Attachment 114245 Details for
Bug 25583
When ClaimReturnedLostValue is not set, the claim returned tab doesn't appear
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 25583: (QA follow-up) Rephrase tooltip
Bug-25583-QA-follow-up-Rephrase-tooltip.patch (text/plain), 1.40 KB, created by
Victor Grousset/tuxayo
on 2020-12-07 21:12:54 UTC
(
hide
)
Description:
Bug 25583: (QA follow-up) Rephrase tooltip
Filename:
MIME Type:
Creator:
Victor Grousset/tuxayo
Created:
2020-12-07 21:12:54 UTC
Size:
1.40 KB
patch
obsolete
>From 9876d51996f6a9358f2acada3d1e5d5f4e178d75 Mon Sep 17 00:00:00 2001 >From: Victor Grousset/tuxayo <victor@tuxayo.net> >Date: Mon, 7 Dec 2020 22:06:45 +0100 >Subject: [PATCH] Bug 25583: (QA follow-up) Rephrase tooltip > >--- > koha-tmpl/intranet-tmpl/prog/js/checkouts.js | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/js/checkouts.js b/koha-tmpl/intranet-tmpl/prog/js/checkouts.js >index 45f82d6fcc..797342e4e4 100644 >--- a/koha-tmpl/intranet-tmpl/prog/js/checkouts.js >+++ b/koha-tmpl/intranet-tmpl/prog/js/checkouts.js >@@ -591,7 +591,7 @@ $(document).ready(function() { > } else if ( ClaimReturnedLostValue ) { > content = '<a class="btn btn-default btn-xs claim-returned-btn" data-itemnumber="' + oObj.itemnumber + '"><i class="fa fa-exclamation-circle"></i> ' + __("Claim returned") + '</a>'; > } else { >- content = '<a class="btn btn-default btn-xs" disabled="disabled" title="Claim returned is disabled"><i class="fa fa-exclamation-circle"></i> ' + __("Claim returned") + '</a>'; >+ content = '<a class="btn btn-default btn-xs" disabled="disabled" title="Return claims are disabled"><i class="fa fa-exclamation-circle"></i> ' + __("Claim returned") + '</a>'; > } > return content; > } >-- >2.29.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 25583
:
113867
|
113878
|
114108
|
114245
|
114276