Bugzilla – Attachment 147263 Details for
Bug 32969
Remove references to jQueryUI assets and style in the OPAC
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 32969: (follow-up) Remove obsolete inline CSS
Bug-32969-follow-up-Remove-obsolete-inline-CSS.patch (text/plain), 1.98 KB, created by
Owen Leonard
on 2023-02-23 20:46:10 UTC
(
hide
)
Description:
Bug 32969: (follow-up) Remove obsolete inline CSS
Filename:
MIME Type:
Creator:
Owen Leonard
Created:
2023-02-23 20:46:10 UTC
Size:
1.98 KB
patch
obsolete
>From fea155d83427032896a0c0e8d45224754e77768a Mon Sep 17 00:00:00 2001 >From: Owen Leonard <oleonard@myacpl.org> >Date: Thu, 23 Feb 2023 20:36:38 +0000 >Subject: [PATCH] Bug 32969: (follow-up) Remove obsolete inline CSS > >A couple of templates have some inline CSS intended to style jQueryUI >tabs. These instances can be removed: > >- opac-readingrecord.tt: Tabs have been replaced with Bootstrap. >- opac-idref.tt: There doens't appear to be any tab-related markup in > the template at all. >--- > koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-idref.tt | 1 - > .../opac-tmpl/bootstrap/en/modules/opac-readingrecord.tt | 4 +--- > 2 files changed, 1 insertion(+), 4 deletions(-) > >diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-idref.tt b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-idref.tt >index ec2baf3ec5a..202ca28fe4c 100644 >--- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-idref.tt >+++ b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-idref.tt >@@ -4,7 +4,6 @@ > [% INCLUDE 'doc-head-close.inc' %] > [% BLOCK cssinclude %] > <style> >- ul.ui-tabs-nav li a, ul.ui-tabs-nav li span.a { padding:0.6em 1em; } > #idref h2.role { > background-color: #DDDEEE; > cursor: pointer; >diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-readingrecord.tt b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-readingrecord.tt >index 1e80809a8aa..52140ce12d9 100644 >--- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-readingrecord.tt >+++ b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-readingrecord.tt >@@ -10,9 +10,7 @@ > [% INCLUDE 'doc-head-open.inc' %] > <title>Your checkout history › [% IF ( LibraryNameTitle ) %][% LibraryNameTitle | html %][% ELSE %]Koha online[% END %] catalog</title> > [% INCLUDE 'doc-head-close.inc' %] >-[% BLOCK cssinclude %] >- <style>ul.ui-tabs-nav li a, ul.ui-tabs-nav li span.a { padding:0.6em 1em; }</style> >-[% END %] >+[% BLOCK cssinclude %][% END %] > </head> > [% INCLUDE 'bodytag.inc' bodyid='opac-readingrecord' %] > [% INCLUDE 'masthead.inc' %] >-- >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 32969
:
146692
|
147263
|
147266
|
147267
|
148677
|
148678