View | Details | Raw Unified | Return to bug 32969
Collapse All | Expand All

(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-idref.tt (-1 lines)
Lines 4-10 Link Here
4
[% INCLUDE 'doc-head-close.inc' %]
4
[% INCLUDE 'doc-head-close.inc' %]
5
[% BLOCK cssinclude %]
5
[% BLOCK cssinclude %]
6
  <style>
6
  <style>
7
    ul.ui-tabs-nav li a, ul.ui-tabs-nav li span.a  { padding:0.6em 1em; }
8
    #idref h2.role {
7
    #idref h2.role {
9
        background-color: #DDDEEE;
8
        background-color: #DDDEEE;
10
        cursor: pointer;
9
        cursor: pointer;
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-readingrecord.tt (-4 / +1 lines)
Lines 10-18 Link Here
10
[% INCLUDE 'doc-head-open.inc' %]
10
[% INCLUDE 'doc-head-open.inc' %]
11
<title>Your checkout history &rsaquo; [% IF ( LibraryNameTitle ) %][% LibraryNameTitle | html %][% ELSE %]Koha online[% END %] catalog</title>
11
<title>Your checkout history &rsaquo; [% IF ( LibraryNameTitle ) %][% LibraryNameTitle | html %][% ELSE %]Koha online[% END %] catalog</title>
12
[% INCLUDE 'doc-head-close.inc' %]
12
[% INCLUDE 'doc-head-close.inc' %]
13
[% BLOCK cssinclude %]
13
[% BLOCK cssinclude %][% END %]
14
    <style>ul.ui-tabs-nav li a, ul.ui-tabs-nav li span.a  { padding:0.6em 1em; }</style>
15
[% END %]
16
</head>
14
</head>
17
[% INCLUDE 'bodytag.inc' bodyid='opac-readingrecord' %]
15
[% INCLUDE 'bodytag.inc' bodyid='opac-readingrecord' %]
18
[% INCLUDE 'masthead.inc' %]
16
[% INCLUDE 'masthead.inc' %]
19
- 

Return to bug 32969