Bugzilla – Attachment 165492 Details for
Bug 36694
Remove HC Sticky library in favor of CSS
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 36694: Remove HC sticky from acqui/supplier.tt
Bug-36694-Remove-HC-sticky-from-acquisuppliertt.patch (text/plain), 2.86 KB, created by
Lucas Gass (lukeg)
on 2024-04-24 22:54:42 UTC
(
hide
)
Description:
Bug 36694: Remove HC sticky from acqui/supplier.tt
Filename:
MIME Type:
Creator:
Lucas Gass (lukeg)
Created:
2024-04-24 22:54:42 UTC
Size:
2.86 KB
patch
obsolete
>From 11dc086010fc5abffe8cb9fd2d2bbb62a43d2a01 Mon Sep 17 00:00:00 2001 >From: Lucas Gass <lucas@bywatersolutions.com> >Date: Wed, 24 Apr 2024 22:51:02 +0000 >Subject: [PATCH] Bug 36694: Remove HC sticky from acqui/supplier.tt > >--- > .../prog/en/modules/acqui/supplier.tt | 24 +++++++------------ > 1 file changed, 8 insertions(+), 16 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/supplier.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/supplier.tt >index c254561de9..40f26bea08 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/supplier.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/supplier.tt >@@ -198,17 +198,17 @@ > [% END %] > [% UNLESS ( enter ) %][% INCLUDE 'acquisitions-toolbar.inc' %][% END %] > [% IF ( enter ) %] >+ <div id="toolbar" class="btn-toolbar sticky"> >+ <button class="btn btn-primary" type="submit"><i class="fa fa-save"></i> Save</button> >+ [% IF ( booksellerid ) %] >+ <a class="btn btn-default cancel" href="/cgi-bin/koha/acqui/supplier.pl?booksellerid=[% booksellerid | html %]"> >+ [% ELSE %] >+ <a class="btn btn-default cancel" href="/cgi-bin/koha/acqui/acqui-home.pl"> >+ [% END %] <i class="fa fa-times"></i> Cancel</a> >+ </div> > <form action="updatesupplier.pl" name="updatesupplier" style="display:block" class="validated" method="post"> > <input type="hidden" name="op" value="cud-add"/> > [% INCLUDE 'csrf-token.inc' %] >- <div id="toolbar" class="btn-toolbar"> >- <button class="btn btn-primary" type="submit"><i class="fa fa-save"></i> Save</button> >- [% IF ( booksellerid ) %] >- <a class="btn btn-default cancel" href="/cgi-bin/koha/acqui/supplier.pl?booksellerid=[% booksellerid | html %]"> >- [% ELSE %] >- <a class="btn btn-default cancel" href="/cgi-bin/koha/acqui/acqui-home.pl"> >- [% END %] <i class="fa fa-times"></i> Cancel</a> >- </div> > > <input type="hidden" name="booksellerid" value="[% booksellerid | html %]" /> > <fieldset class="rows"> >@@ -517,7 +517,6 @@ > </div> <!-- /.row --> > [% MACRO jsinclude BLOCK %] > [% Asset.js("js/acquisitions-menu.js") | $raw %] >- [% Asset.js("lib/hc-sticky/hc-sticky.js") | $raw %] > [% Asset.js("js/acq.js") | $raw %] > [% INCLUDE 'datatables.inc' %] > <script> >@@ -680,8 +679,6 @@ > }); > } > >- var Sticky; >- > $(document).ready(function() { > var contractst = $("#contractst").dataTable($.extend(true, {}, dataTablesDefaults, { > "columnDefs": [ >@@ -726,11 +723,6 @@ > refresh_aliases(); > refresh_interfaces(); > >- Sticky = $("#toolbar"); >- Sticky.hcSticky({ >- stickTo: "main", >- stickyClass: "floating" >- }); > }); > </script> > [% 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 36694
:
165489
|
165490
|
165491
|
165492
|
165493
|
165576
|
165582
|
165584
|
165587
|
165680
|
165682
|
165683
|
165684
|
165686
|
165756
|
165757
|
165758
|
165759
|
165760
|
165761
|
165762
|
165763
|
165764
|
165765
|
165766
|
165767
|
166703
|
166704
|
166705
|
166706
|
166707
|
166708
|
166709
|
166710
|
166711
|
166712
|
166713
|
166714
|
166715
|
166940
|
167507
|
167508
|
167509
|
167510
|
167511
|
167512
|
167513
|
167514
|
167515
|
167516
|
167517
|
167518
|
167519
|
167520
|
167539
|
167823
|
167824
|
167825
|
167826
|
167827
|
167828
|
167829
|
167830
|
167831
|
167832
|
167833
|
167834
|
167835
|
167836
|
167837
|
169110
|
169111
|
169112
|
169113
|
169114
|
169115
|
169116
|
169117
|
169118
|
169119
|
169120
|
169121
|
169122
|
169123
|
169124
|
169125
|
171080
|
171081
|
171082
|
171083
|
171084
|
171085
|
171086
|
171087
|
171088
|
171089
|
171090
|
171091
|
171092
|
171093
|
171094
|
171095
|
171852
|
171853
|
171854
|
171855
|
171856
|
171857
|
171858
|
171859
|
171860
|
171861
|
171862
|
171863
|
171864
|
171865
|
171866
|
171867