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 83-89 Link Here
83
                        </td>
83
                        </td>
84
                        [% UNLESS( singleBranchMode) %]
84
                        [% UNLESS( singleBranchMode) %]
85
                            <td class="branch">
85
                            <td class="branch">
86
                                <span class="tdlabel">Pick up location:</span>
86
                                <span class="tdlabel">Pickup location:</span>
87
                                [% HOLD.branch.branchname | html %]
87
                                [% HOLD.branch.branchname | html %]
88
                                [% IF ( HOLD.can_change_branch_opac ) %]
88
                                [% IF ( HOLD.can_change_branch_opac ) %]
89
                                    <button type="button" class="btn btn-sm btn-link" data-toggle="modal" data-target="#changePickup[% HOLD.reserve_id | html %]">
89
                                    <button type="button" class="btn btn-sm btn-link" data-toggle="modal" data-target="#changePickup[% HOLD.reserve_id | html %]">
90
- 

Return to bug 14783