Lines 4-9
Link Here
|
4 |
[% USE AdditionalContents %] |
4 |
[% USE AdditionalContents %] |
5 |
[% SET OpacNav = AdditionalContents.get( location => "OpacNav", lang => lang, library => logged_in_user.branchcode, blocktitle => 0 ) %] |
5 |
[% SET OpacNav = AdditionalContents.get( location => "OpacNav", lang => lang, library => logged_in_user.branchcode, blocktitle => 0 ) %] |
6 |
[% SET OpacNavBottom = AdditionalContents.get( location => "OpacNavBottom", lang => lang, library => logged_in_user.branchcode, blocktitle => 0 ) %] |
6 |
[% SET OpacNavBottom = AdditionalContents.get( location => "OpacNavBottom", lang => lang, library => logged_in_user.branchcode, blocktitle => 0 ) %] |
|
|
7 |
[% USE AuthorisedValues %] |
7 |
[% INCLUDE 'doc-head-open.inc' %] |
8 |
[% INCLUDE 'doc-head-open.inc' %] |
8 |
<title>Full subscription history for [% bibliotitle | html %] › [% IF ( LibraryNameTitle ) %][% LibraryNameTitle | html %][% ELSE %]Koha online[% END %] catalog</title> |
9 |
<title>Full subscription history for [% bibliotitle | html %] › [% IF ( LibraryNameTitle ) %][% LibraryNameTitle | html %][% ELSE %]Koha online[% END %] catalog</title> |
9 |
[% INCLUDE 'doc-head-close.inc' %] |
10 |
[% INCLUDE 'doc-head-close.inc' %] |
Lines 129-134
Link Here
|
129 |
<tr> |
130 |
<tr> |
130 |
<th>Date</th> |
131 |
<th>Date</th> |
131 |
<th>Library</th> |
132 |
<th>Library</th> |
|
|
133 |
<th>Location</th> |
132 |
<th>Notes</th> |
134 |
<th>Notes</th> |
133 |
<th>Date received</th> |
135 |
<th>Date received</th> |
134 |
<th>Number</th> |
136 |
<th>Number</th> |
Lines 151-156
Link Here
|
151 |
[% END %] |
153 |
[% END %] |
152 |
</td> |
154 |
</td> |
153 |
<td class="libraryfilterclass">[% Branches.GetName( serial.branchcode ) | html %]</td> |
155 |
<td class="libraryfilterclass">[% Branches.GetName( serial.branchcode ) | html %]</td> |
|
|
156 |
<td>[% AuthorisedValues.GetByCode( 'LOC', serial.location, 1 ) | html %]</td> |
154 |
<td>[% serial.notes | html %]</td> |
157 |
<td>[% serial.notes | html %]</td> |
155 |
[% IF ( serial.status2 && serial.planneddate ) %] |
158 |
[% IF ( serial.status2 && serial.planneddate ) %] |
156 |
<td data-order="[% serial.planneddate | html %]"> |
159 |
<td data-order="[% serial.planneddate | html %]"> |