Lines 97-104
Link Here
|
97 |
<div class="col-10 order-first order-md-first order-lg-2"> |
97 |
<div class="col-10 order-first order-md-first order-lg-2"> |
98 |
<div id="fullserialissues" class="maincontent"> |
98 |
<div id="fullserialissues" class="maincontent"> |
99 |
[% UNLESS ( popup ) %] |
99 |
[% UNLESS ( popup ) %] |
100 |
<h1>Full subscription history</h1> |
100 |
<h1>Full subscription history for [% bibliotitle | html %]</h1> |
101 |
<h2>Full subscription history for [% bibliotitle | html %]</h2> |
|
|
102 |
<div id="views"> |
101 |
<div id="views"> |
103 |
<span class="view"><a id="Normalview" href="/cgi-bin/koha/opac-detail.pl?biblionumber=[% biblionumber | html %]">Normal view</a></span> |
102 |
<span class="view"><a id="Normalview" href="/cgi-bin/koha/opac-detail.pl?biblionumber=[% biblionumber | html %]">Normal view</a></span> |
104 |
<span class="view"><a id="Briefhistory" href="/cgi-bin/koha/opac-serial-issues.pl?biblionumber=[% biblionumber | html %]&selectview=small">Brief history</a></span> |
103 |
<span class="view"><a id="Briefhistory" href="/cgi-bin/koha/opac-serial-issues.pl?biblionumber=[% biblionumber | html %]&selectview=small">Brief history</a></span> |
105 |
- |
|
|