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

(-)a/koha-tmpl/opac-tmpl/bootstrap/en/includes/holds-table.inc (-3 / +2 lines)
Lines 18-24 Link Here
18
                    [% END %]
18
                    [% END %]
19
                    <th>Expires on</th>
19
                    <th>Expires on</th>
20
                    [% UNLESS( singleBranchMode) %]
20
                    [% UNLESS( singleBranchMode) %]
21
                        <th>Pick up location</th>
21
                        <th>Pickup location</th>
22
                    [% END %]
22
                    [% END %]
23
                    [% IF ( showpriority ) %]
23
                    [% IF ( showpriority ) %]
24
                        <th class="psort">Priority</th>
24
                        <th class="psort">Priority</th>
Lines 81-87 Link Here
81
                        </td>
81
                        </td>
82
                        [% UNLESS( singleBranchMode) %]
82
                        [% UNLESS( singleBranchMode) %]
83
                            <td class="branch">
83
                            <td class="branch">
84
                                <span class="tdlabel">Pick up location:</span>
84
                                <span class="tdlabel">Pickup location:</span>
85
                                [% HOLD.branch.branchname | html %]
85
                                [% HOLD.branch.branchname | html %]
86
                                [% IF ( HOLD.can_change_branch_opac ) %]
86
                                [% IF ( HOLD.can_change_branch_opac ) %]
87
                                    <button type="button" class="btn btn-sm btn-link" data-toggle="modal" data-target="#changePickup[% HOLD.reserve_id | html %]">
87
                                    <button type="button" class="btn btn-sm btn-link" data-toggle="modal" data-target="#changePickup[% HOLD.reserve_id | html %]">
88
- 

Return to bug 14783