Lines 1-4
Link Here
|
1 |
[% INCLUDE 'doc-head-open.inc' %] |
1 |
[% INCLUDE 'doc-head-open.inc' %] |
|
|
2 |
[% USE KohaDates %] |
2 |
<title>Koha › Serials [% biblionumber %]</title> |
3 |
<title>Koha › Serials [% biblionumber %]</title> |
3 |
<link rel="stylesheet" type="text/css" href="[% themelang %]/css/datatables.css" /> |
4 |
<link rel="stylesheet" type="text/css" href="[% themelang %]/css/datatables.css" /> |
4 |
[% INCLUDE 'doc-head-close.inc' %] |
5 |
[% INCLUDE 'doc-head-close.inc' %] |
Lines 83-91
Serials updated :
Link Here
|
83 |
<th>ISSN</th> |
84 |
<th>ISSN</th> |
84 |
<th>Title</th> |
85 |
<th>Title</th> |
85 |
<th> Notes </th> |
86 |
<th> Notes </th> |
86 |
<th> |
87 |
<th>Library</th> |
87 |
Library (callnumber) |
88 |
<th>Call number</th> |
88 |
</th> |
89 |
<th>Expiration date</th> |
89 |
[% IF ( routing && CAN_user_serials_routing ) %] |
90 |
[% IF ( routing && CAN_user_serials_routing ) %] |
90 |
<th>Routing list</th> |
91 |
<th>Routing list</th> |
91 |
[% END %] |
92 |
[% END %] |
Lines 99-104
Serials updated :
Link Here
|
99 |
<td><input type="text" class="filter" data-column_num="1" placeholder="Search title" /></td> |
100 |
<td><input type="text" class="filter" data-column_num="1" placeholder="Search title" /></td> |
100 |
<td><input type="text" class="filter" data-column_num="2" placeholder="Search notes" /></td> |
101 |
<td><input type="text" class="filter" data-column_num="2" placeholder="Search notes" /></td> |
101 |
<td><input type="text" class="filter" data-column_num="3" placeholder="Search library" /></td> |
102 |
<td><input type="text" class="filter" data-column_num="3" placeholder="Search library" /></td> |
|
|
103 |
<td><input type="text" class="filter" data-column_num="4" placeholder="Search callnumber" /></td> |
104 |
<td><input type="text" class="filter" data-column_num="5" placeholder="Search expiration date" /></td> |
102 |
[% IF ( routing && CAN_user_serials_routing ) %]<td></td>[% END %] |
105 |
[% IF ( routing && CAN_user_serials_routing ) %]<td></td>[% END %] |
103 |
<td></td> |
106 |
<td></td> |
104 |
<td></td> |
107 |
<td></td> |
Lines 117-124
Serials updated :
Link Here
|
117 |
[% IF ( subscription.internalnotes ) %]([% subscription.internalnotes %])[% END %] |
120 |
[% IF ( subscription.internalnotes ) %]([% subscription.internalnotes %])[% END %] |
118 |
</td> |
121 |
</td> |
119 |
<td> |
122 |
<td> |
120 |
[% IF ( subscription.branchname ) %][% subscription.branchname %][% END %] |
123 |
[% IF ( subscription.branchname ) %][% subscription.branchname %][% END %] |
121 |
[% IF ( subscription.callnumber ) %]([% subscription.callnumber %])[% END %] |
124 |
</td> |
|
|
125 |
<td> |
126 |
[% IF ( subscription.callnumber ) %][% subscription.callnumber %][% END %] |
127 |
</td> |
128 |
<td> |
129 |
[% IF ( subscription.enddate ) %][% subscription.enddate | $KohaDates %][% END %] |
122 |
</td> |
130 |
</td> |
123 |
[% IF ( routing && CAN_user_serials_routing ) %] |
131 |
[% IF ( routing && CAN_user_serials_routing ) %] |
124 |
<td> |
132 |
<td> |
Lines 127-132
Serials updated :
Link Here
|
127 |
[% ELSE %] |
135 |
[% ELSE %] |
128 |
[% IF ( subscription.routingedit ) %] |
136 |
[% IF ( subscription.routingedit ) %] |
129 |
<a href="/cgi-bin/koha/serials/routing.pl?subscriptionid=[% subscription.subscriptionid %]">Edit</a> |
137 |
<a href="/cgi-bin/koha/serials/routing.pl?subscriptionid=[% subscription.subscriptionid %]">Edit</a> |
|
|
138 |
([% routingedit %]) |
130 |
[% ELSE %] |
139 |
[% ELSE %] |
131 |
<a href="/cgi-bin/koha/serials/routing.pl?subscriptionid=[% subscription.subscriptionid %]&op=new">New</a> |
140 |
<a href="/cgi-bin/koha/serials/routing.pl?subscriptionid=[% subscription.subscriptionid %]&op=new">New</a> |
132 |
[% END %] |
141 |
[% END %] |
133 |
- |
|
|