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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/serials-collection.tt (-3 / +4 lines)
Lines 1-8 Link Here
1
[% USE Branches %]
1
[% INCLUDE 'doc-head-open.inc' %]
2
[% INCLUDE 'doc-head-open.inc' %]
2
<title>Koha &rsaquo; Serials &rsaquo; Serial collection information for [% bibliotitle %]</title>
3
<title>Koha &rsaquo; Serials &rsaquo; Serial collection information for [% bibliotitle %]</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' %]
5
<script type="text/javascript" src="[% themelang %]/lib/jquery/plugins/jquery.dataTables.min.js"></script>
6
<script type="text/javascript" src="[% themelang %]/lib/jquery/plugins/jquery.dataTables.min.js"></script>
7
[% INCLUDE 'datatables-strings.inc' %]
6
<script type="text/javascript" src="[% themelang %]/js/datatables.js"></script>
8
<script type="text/javascript" src="[% themelang %]/js/datatables.js"></script>
7
<script type="text/javascript" src="[% themelang %]/lib/jquery/plugins/jquery.checkboxes.min.js"></script>
9
<script type="text/javascript" src="[% themelang %]/lib/jquery/plugins/jquery.checkboxes.min.js"></script>
8
10
Lines 175-181 $(document).ready(function() { Link Here
175
                [% IF ( subscription.numberpattern7 ) %]
177
                [% IF ( subscription.numberpattern7 ) %]
176
                    None of the above
178
                    None of the above
177
                [% END %]</td>
179
                [% END %]</td>
178
            <td> [% subscription.branchcode %]</td>
180
            <td>[% Branches.GetName( subscription.branchcode ) %]</td>
179
            <td> [% subscription.callnumber %]</td>
181
            <td> [% subscription.callnumber %]</td>
180
        <td> [% subscription.notes %]
182
        <td> [% subscription.notes %]
181
            [% UNLESS subscription.closed %]
183
            [% UNLESS subscription.closed %]
Lines 311-317 $(document).ready(function() { Link Here
311
                    [% serial.notes %]
313
                    [% serial.notes %]
312
                </td>
314
                </td>
313
                <td>
315
                <td>
314
                    [% serial.branchcode %]
316
                    [% Branches.GetName( serial.branchcode ) %]
315
                </td>
317
                </td>
316
                [% IF ( routing ) %]
318
                [% IF ( routing ) %]
317
                <td>
319
                <td>
318
- 

Return to bug 10609