Bugzilla – Attachment 165403 Details for
Bug 36559
Transport cost matrix update helpers
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 36559: (follow-up) Fix To/From z-index
Bug-36559-follow-up-Fix-ToFrom-z-index.patch (text/plain), 1.67 KB, created by
Pedro Amorim
on 2024-04-23 14:01:19 UTC
(
hide
)
Description:
Bug 36559: (follow-up) Fix To/From z-index
Filename:
MIME Type:
Creator:
Pedro Amorim
Created:
2024-04-23 14:01:19 UTC
Size:
1.67 KB
patch
obsolete
>From ed95840dfef54655fe6a4a89011ac5efe68b65b3 Mon Sep 17 00:00:00 2001 >From: Lucas Gass <lucas@bywatersolutions.com> >Date: Tue, 23 Apr 2024 13:41:22 +0000 >Subject: [PATCH] Bug 36559: (follow-up) Fix To/From z-index > >Signed-off-by: Brendan Lawlor <blawlor@clamsnet.org> >Signed-off-by: Pedro Amorim <pedro.amorim@ptfs-europe.com> >--- > koha-tmpl/intranet-tmpl/prog/css/src/staff-global.scss | 3 +++ > .../prog/en/modules/admin/transport-cost-matrix.tt | 2 +- > 2 files changed, 4 insertions(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/css/src/staff-global.scss b/koha-tmpl/intranet-tmpl/prog/css/src/staff-global.scss >index ceb97e4abfd..b977e4fd066 100644 >--- a/koha-tmpl/intranet-tmpl/prog/css/src/staff-global.scss >+++ b/koha-tmpl/intranet-tmpl/prog/css/src/staff-global.scss >@@ -4380,6 +4380,9 @@ input.renew { > border-spacing: 0; > > tbody { >+ #to_from { >+ z-index: 999; >+ } > tr { > th, > td { >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/transport-cost-matrix.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/transport-cost-matrix.tt >index 688f86dda19..50d04e53eb1 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/transport-cost-matrix.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/transport-cost-matrix.tt >@@ -67,7 +67,7 @@ > > <table> > <tr> >- <th>From \ To</th> >+ <th id="to_from">From \ To</th> > [% FOR b IN Branches.all() %] > <th>[% b.branchname | html %]</th> > [% END %] >-- >2.39.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 36559
:
164794
|
165145
|
165202
|
165203
|
165400
|
165402
| 165403