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

(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-user.tt (-6 / +9 lines)
Lines 579-585 Link Here
579
                                            <th class="anti-the">Title</th>
579
                                            <th class="anti-the">Title</th>
580
                                            <th class="psort title-string">Placed on</th>
580
                                            <th class="psort title-string">Placed on</th>
581
                                            <th class="title-string">Expires on</th>
581
                                            <th class="title-string">Expires on</th>
582
                                            <th>Pick up location</th>
582
                                            [% UNLESS( singleBranchMode) %]
583
                                                <th>Pick up location</th>
584
                                            [% END %]
583
                                            [% IF ( showpriority ) %]
585
                                            [% IF ( showpriority ) %]
584
                                                <th>Priority</th>
586
                                                <th>Priority</th>
585
                                            [% END %]
587
                                            [% END %]
Lines 638-647 Link Here
638
                                                    <span title="0000-00-00">-</span>
640
                                                    <span title="0000-00-00">-</span>
639
                                                [% END %]
641
                                                [% END %]
640
                                            </td>
642
                                            </td>
641
                                            <td class="branch">
643
                                            [% UNLESS( singleBranchMode) %]
642
                                                <span class="tdlabel">Pick up location:</span>
644
                                                <td class="branch">
643
                                                [% RESERVE.branch.branchname %]
645
                                                    <span class="tdlabel">Pick up location:</span>
644
                                            </td>
646
                                                    [% RESERVE.branch.branchname %]
647
                                                </td>
648
                                            [% END %]
645
                                            [% IF ( showpriority ) %]
649
                                            [% IF ( showpriority ) %]
646
                                                 <td class="priority">
650
                                                 <td class="priority">
647
                                                    <span class="tdlabel">Priority:</span>
651
                                                    <span class="tdlabel">Priority:</span>
648
- 

Return to bug 17869