Bugzilla – Attachment 145335 Details for
Bug 32577
Transactions table overflows window-size
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 32577: Transaction table overflows div
Bug-32577-Transaction-table-overflows-div.patch (text/plain), 1.23 KB, created by
Marius
on 2023-01-16 17:55:27 UTC
(
hide
)
Description:
Bug 32577: Transaction table overflows div
Filename:
MIME Type:
Creator:
Marius
Created:
2023-01-16 17:55:27 UTC
Size:
1.23 KB
patch
obsolete
>From fc3a07b2ec06a2bbd76283d1004e34670f255b9a Mon Sep 17 00:00:00 2001 >From: Matt Blenkinsop <matt.blenkinsop@ptfs-europe.com> >Date: Fri, 6 Jan 2023 17:04:51 +0000 >Subject: [PATCH] Bug 32577: Transaction table overflows div > >The package works well, but we could also put it on the "make a payment" page. >Signed-off-by: Marius Mandrescu <marius.mandrescu@inLibro.com> >--- > koha-tmpl/intranet-tmpl/prog/en/modules/members/boraccount.tt | 1 + > 1 file changed, 1 insertion(+) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/members/boraccount.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/members/boraccount.tt >index 310e4795d6..fd7bdb3cfd 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/members/boraccount.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/members/boraccount.tt >@@ -358,6 +358,7 @@ > 'aaSorting': [[0, 'desc']], > "sDom": 'C<"top pager"ilpfB><"#filter_c">tr<"bottom pager"ip>', > }, table_settings); >+ $('#table_account_fines_wrapper').css("overflow-x","auto"); > $("#filter_c").html('<p><a href="#" id="filter_transacs"><i class="fa fa-filter"></i> '+txtActivefilter+'</a>'); > $('#filter_transacs').click(function(e) { > e.preventDefault(); >-- >2.34.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 32577
:
145090
|
145091
| 145335