Bug 32969: (follow-up) Remove obsolete inline CSS
authorOwen Leonard <oleonard@myacpl.org>
Thu, 23 Feb 2023 20:36:38 +0000 (20:36 +0000)
committerTomas Cohen Arazi <tomascohen@theke.io>
Mon, 27 Mar 2023 09:52:03 +0000 (11:52 +0200)
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.

Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>
Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-idref.tt
koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-readingrecord.tt

index ec2baf3..202ca28 100644 (file)
@@ -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;
index 1e80809..52140ce 100644 (file)
@@ -10,9 +10,7 @@
 [% INCLUDE 'doc-head-open.inc' %]
 <title>Your checkout history &rsaquo; [% 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' %]