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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/waitingreserves.tt (-2 / +1 lines)
Lines 54-60 Link Here
54
        [% FOREACH cancel_result %]
54
        [% FOREACH cancel_result %]
55
            [% IF ( messagetransfert ) %]
55
            [% IF ( messagetransfert ) %]
56
                <div class="alert alert-info">
56
                <div class="alert alert-info">
57
                    <h2>This item is on hold for pick-up at [% Branches.GetName( branchname ) | html %]</h2>
57
                    <h2>This item is on hold for pick-up at [% Branches.GetName( branchcode ) | html %]</h2>
58
                    <p><strong>[% nextreservtitle | html %]</strong> is on hold for <strong> [% nextreservsurname | html %], [% nextreservfirstname | html %]</strong>. Please retain this item and check it in to process the hold. </p>
58
                    <p><strong>[% nextreservtitle | html %]</strong> is on hold for <strong> [% nextreservsurname | html %], [% nextreservfirstname | html %]</strong>. Please retain this item and check it in to process the hold. </p>
59
                    <form name="cancelReservewithtransfert" action="waitingreserves.pl#[% tab | html %]" method="get">
59
                    <form name="cancelReservewithtransfert" action="waitingreserves.pl#[% tab | html %]" method="get">
60
                        <button type="submit" class="btn btn-default approve"><i class="fa fa-fw fa-check"></i> OK</button>
60
                        <button type="submit" class="btn btn-default approve"><i class="fa fa-fw fa-check"></i> OK</button>
61
- 

Return to bug 39569