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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt (-3 / +3 lines)
Lines 33-39 $(document).ready(function () { Link Here
33
            "bFilter":false,
33
            "bFilter":false,
34
            "bPaginate":false,
34
            "bPaginate":false,
35
            "bInfo":false,
35
            "bInfo":false,
36
            "bSort":false
36
            "bSort":false,
37
            "dom": 'B<"clearfix">t',
37
            }, columns_settings);
38
            }, columns_settings);
38
39
39
    $("#return_date_override").datetimepicker({
40
    $("#return_date_override").datetimepicker({
Lines 601-607 $(document).ready(function () { Link Here
601
[% IF ( riloop ) %]
602
[% IF ( riloop ) %]
602
    <h2>Checked-in items</h2>
603
    <h2>Checked-in items</h2>
603
    <table id="checkedintable">
604
    <table id="checkedintable">
604
    <thead><th class="ci-duedate">Due date</th><th class="ci-title">Title</th><th class="ci-author">Author</th><th class="ci-barcode">Barcode</th><th class="ci-homelibrary">Home library</th><th class="ci-holdinglibrary">Holding library</th><th class="ci-shelvinglocation">Shelving location</th><th class="ci-callnumber">Call number</th><th class="ci-dateaccessioned">Date acquired</th><th class="ci-type">Type</th><th class="ci-patron">Patron</th><th class="ci-note">Note</th></thead>
605
    <thead><tr><th class="ci-duedate">Due date</th><th class="ci-title">Title</th><th class="ci-author">Author</th><th class="ci-barcode">Barcode</th><th class="ci-homelibrary">Home library</th><th class="ci-holdinglibrary">Holding library</th><th class="ci-shelvinglocation">Shelving location</th><th class="ci-callnumber">Call number</th><th class="ci-dateaccessioned">Date acquired</th><th class="ci-type">Type</th><th class="ci-patron">Patron</th><th class="ci-note">Note</th></tr></thead>
605
606
606
        [% FOREACH riloo IN riloop %]
607
        [% FOREACH riloo IN riloop %]
607
            <tr>
608
            <tr>
608
- 

Return to bug 14753