Bugzilla – Attachment 109248 Details for
Bug 25584
When a 'return claim' is added, the button disappears, but the claim date doesn't show up
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 25584: Fix minor styling issue
Bug-25584-Fix-minor-styling-issue.patch (text/plain), 1.43 KB, created by
Tomás Cohen Arazi (tcohen)
on 2020-08-27 18:11:31 UTC
(
hide
)
Description:
Bug 25584: Fix minor styling issue
Filename:
MIME Type:
Creator:
Tomás Cohen Arazi (tcohen)
Created:
2020-08-27 18:11:31 UTC
Size:
1.43 KB
patch
obsolete
>From 5a3ec6b742a0770b5e41c96b3f958e859e9142d4 Mon Sep 17 00:00:00 2001 >From: Tomas Cohen Arazi <tomascohen@theke.io> >Date: Thu, 27 Aug 2020 15:10:08 -0300 >Subject: [PATCH] Bug 25584: Fix minor styling issue > >This patch makes the button present some space between the icon and the >text. > >Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io> >--- > 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 d764c579ba..03c0e6242f 100644 >--- a/koha-tmpl/intranet-tmpl/prog/js/checkouts.js >+++ b/koha-tmpl/intranet-tmpl/prog/js/checkouts.js >@@ -557,7 +557,7 @@ $(document).ready(function() { > if ( oObj.return_claim_id ) { > content = '<span class="badge">' + oObj.return_claim_created_on_formatted + '</span>'; > } else { >- content = '<a class="btn btn-default btn-xs claim-returned-btn" data-itemnumber="' + oObj.itemnumber + '"><i class="fa fa-exclamation-circle"></i>' + RETURN_CLAIMED_MAKE + '</a>'; >+ content = '<a class="btn btn-default btn-xs claim-returned-btn" data-itemnumber="' + oObj.itemnumber + '"><i class="fa fa-exclamation-circle"></i> ' + RETURN_CLAIMED_MAKE + '</a>'; > } > return content; > } >-- >2.28.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 25584
:
109247
|
109248
|
109352
|
109353
|
109379
|
109380