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

(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-user.tt (-1 / +8 lines)
Lines 334-339 Link Here
334
                                                    [% IF ( JacketImages ) %]<th class="nosort">&nbsp;</th>[% END %]
334
                                                    [% IF ( JacketImages ) %]<th class="nosort">&nbsp;</th>[% END %]
335
                                                    <th class="all anti-the">Title</th>
335
                                                    <th class="all anti-the">Title</th>
336
                                                    <th>Author</th>
336
                                                    <th>Author</th>
337
                                                    <th>Checked out on</th>
337
                                                    <th class="psort">Due</th>
338
                                                    <th class="psort">Due</th>
338
                                                    [% IF ( Koha.Preference('BiblioItemtypeInfo') || !item_level_itypes ) %]
339
                                                    [% IF ( Koha.Preference('BiblioItemtypeInfo') || !item_level_itypes ) %]
339
                                                        <th>Item type</th>
340
                                                        <th>Item type</th>
Lines 415-420 Link Here
415
                                                    </td>
416
                                                    </td>
416
417
417
                                                    <td class="author">[% ISSUE.author | html %]</td>
418
                                                    <td class="author">[% ISSUE.author | html %]</td>
419
                                                    <td class="checkout_date" data-order="[% ISSUE.issuedate | html %]">
420
                                                        [% ISSUE.issuedate | $KohaDates as_due_date => 1 %]
421
                                                    </td>
418
                                                    [% IF ( ISSUE.overdue ) %]
422
                                                    [% IF ( ISSUE.overdue ) %]
419
                                                        <td class="date_due overdue" data-order="[% ISSUE.date_due | html %]">
423
                                                        <td class="date_due overdue" data-order="[% ISSUE.date_due | html %]">
420
                                                            [% ISSUE.date_due | $KohaDates as_due_date => 1 %]
424
                                                            [% ISSUE.date_due | $KohaDates as_due_date => 1 %]
Lines 718-723 Link Here
718
                                                [% UNLESS ( item_level_itypes ) %]<th>Item type</th> [% END %]
722
                                                [% UNLESS ( item_level_itypes ) %]<th>Item type</th> [% END %]
719
                                                [% IF ( show_barcode ) %]<th>Barcode</th>[% END %]
723
                                                [% IF ( show_barcode ) %]<th>Barcode</th>[% END %]
720
                                                <th>Call number</th>
724
                                                <th>Call number</th>
725
                                                <th>Checked out on</th>
721
                                                <th class="psort">Due</th>
726
                                                <th class="psort">Due</th>
722
                                                [% IF ( OpacRenewalAllowed ) %]
727
                                                [% IF ( OpacRenewalAllowed ) %]
723
                                                    <th class="nosort">Renew</th>
728
                                                    <th class="nosort">Renew</th>
Lines 784-789 Link Here
784
                                                    <td>
789
                                                    <td>
785
                                                        [% OVERDUE.itemcallnumber | html %]
790
                                                        [% OVERDUE.itemcallnumber | html %]
786
                                                    </td>
791
                                                    </td>
792
                                                    <td data-order="[% OVERDUE.issuedate | html %]">
793
                                                        [% OVERDUE.issuedate | $KohaDates as_due_date => 1 %]
794
                                                    </td>
787
                                                    <td data-order="[% OVERDUE.date_due | html %]">
795
                                                    <td data-order="[% OVERDUE.date_due | html %]">
788
                                                        [% OVERDUE.date_due | $KohaDates as_due_date => 1 %]
796
                                                        [% OVERDUE.date_due | $KohaDates as_due_date => 1 %]
789
                                                    </td>
797
                                                    </td>
790
- 

Return to bug 37907