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

(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-user.tt (-4 / +7 lines)
Lines 577-587 Link Here
577
                                    <thead>
577
                                    <thead>
578
                                        <tr>
578
                                        <tr>
579
                                            <th class="anti-the">Title</th>
579
                                            <th class="anti-the">Title</th>
580
                                            <th class="psort title-string">Placed on</th>
580
                                            [% IF ( showpriority ) %]
581
                                                <th class="title-string">Placed on</th>
582
                                            [% ELSE %]
583
                                                <th class="psort title-string">Placed on</th>
584
                                            [% END %]
581
                                            <th class="title-string">Expires on</th>
585
                                            <th class="title-string">Expires on</th>
582
                                            <th>Pick up location</th>
586
                                            <th>Pick up location</th>
583
                                            [% IF ( showpriority ) %]
587
                                            [% IF ( showpriority ) %]
584
                                                <th>Priority</th>
588
                                                <th class="psort">Priority</th>
585
                                            [% END %]
589
                                            [% END %]
586
                                            <th>Status</th>
590
                                            <th>Status</th>
587
                                            [% IF SuspendHoldsOpac %]
591
                                            [% IF SuspendHoldsOpac %]
Lines 643-649 Link Here
643
                                                [% RESERVE.branch.branchname %]
647
                                                [% RESERVE.branch.branchname %]
644
                                            </td>
648
                                            </td>
645
                                            [% IF ( showpriority ) %]
649
                                            [% IF ( showpriority ) %]
646
                                                 <td class="priority">
650
                                                 <td data-order="[% RESERVE.priority %]" class="priority">
647
                                                    <span class="tdlabel">Priority:</span>
651
                                                    <span class="tdlabel">Priority:</span>
648
                                                    [% RESERVE.priority %]
652
                                                    [% RESERVE.priority %]
649
                                                </td>
653
                                                </td>
650
- 

Return to bug 14222