Bugzilla – Attachment 165145 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.68 KB, created by
Lucas Gass (lukeg)
on 2024-04-18 20:50:40 UTC
(
hide
)
Description:
Bug 36559: (follow-up) Fix To/From z-index
Filename:
MIME Type:
Creator:
Lucas Gass (lukeg)
Created:
2024-04-18 20:50:40 UTC
Size:
1.68 KB
patch
obsolete
>From d899d0c94a945ab29bc3fe6f9cd4e6265a9cc5c3 Mon Sep 17 00:00:00 2001 >From: Lucas Gass <lucas@bywatersolutions.com> >Date: Thu, 18 Apr 2024 20:50:13 +0000 >Subject: [PATCH] Bug 36559: (follow-up) Fix To/From z-index > >--- > koha-tmpl/intranet-tmpl/prog/css/src/staff-global.scss | 5 ++++- > .../prog/en/modules/admin/transport-cost-matrix.tt | 2 +- > 2 files changed, 5 insertions(+), 2 deletions(-) > >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 80eeba3d6d..fe5e80382e 100644 >--- a/koha-tmpl/intranet-tmpl/prog/css/src/staff-global.scss >+++ b/koha-tmpl/intranet-tmpl/prog/css/src/staff-global.scss >@@ -4369,6 +4369,9 @@ input.renew { > border-spacing: 0; > > tbody { >+ #to_from { >+ z-index: 999; >+ } > tr { > th, > td { >@@ -4886,4 +4889,4 @@ div .suggestion_note { > bottom: 40px; > right: 40px; > z-index: 1000; >-} >\ No newline at end of file >+} >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 688f86dda1..50d04e53eb 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.30.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