From f86349c61268e9453d6dddf97bdae41a33668c86 Mon Sep 17 00:00:00 2001 From: Lucas Gass Date: Wed, 24 Apr 2024 22:45:50 +0000 Subject: [PATCH] Bug 36694: Remove HC sticky from acqui/basket.tt Signed-off-by: Owen Leonard Signed-off-by: Victor Grousset/tuxayo --- koha-tmpl/intranet-tmpl/prog/css/src/_toolbar.scss | 6 ++++++ .../intranet-tmpl/prog/en/modules/acqui/basket.tt | 12 +----------- 2 files changed, 7 insertions(+), 11 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/css/src/_toolbar.scss b/koha-tmpl/intranet-tmpl/prog/css/src/_toolbar.scss index 6246b5cff2..73dced4d02 100644 --- a/koha-tmpl/intranet-tmpl/prog/css/src/_toolbar.scss +++ b/koha-tmpl/intranet-tmpl/prog/css/src/_toolbar.scss @@ -22,6 +22,12 @@ z-index: 100; } + &.sticky { + position: sticky; + top: 0; + z-index: 999; + } + .btn { &.btn-default { font-weight: normal; diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basket.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basket.tt index a9f2d15681..b7df301861 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basket.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basket.tt @@ -81,7 +81,7 @@ [% UNLESS ( selectbasketg ) %] [% UNLESS ( closedate ) %] [% UNLESS ( delete_confirmed ) %] -
+
[% IF active %] [% END %] @@ -1009,7 +1009,6 @@ [% Asset.js("js/acquisitions-menu.js") | $raw %] [% INCLUDE 'datatables.inc' %] [% INCLUDE 'columns_settings.inc' %] - [% Asset.js("lib/hc-sticky/hc-sticky.js") | $raw %] [% Asset.js("js/acq.js") | $raw %] [% INCLUDE 'calendar.inc' %]