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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/reserve/request.tt (-12 lines)
Lines 168-184 Link Here
168
                </div>
168
                </div>
169
            [% END %]
169
            [% END %]
170
170
171
            [% IF ( messagetransfert ) %]
172
                <div class="dialog message">
173
                    <h2>Hold found for ([% nextreservtitle | html %]), please transfer</h2>
174
                    <p>Hold placed by : <strong> [% nextreservsurname | html %] [% nextreservfirstname | html %]</strong> at : <strong> [% branchname | html %] </strong>, Please transfer this item.
175
                    </p>
176
                    <form name="cancelReservewithtransfert" action="branchreserves.pl" method="post">
177
                        <input type="submit" class="button" />
178
                    </form>
179
                </div>
180
            [% END %]
181
182
            [% UNLESS ( multi_hold ) %]
171
            [% UNLESS ( multi_hold ) %]
183
                <h2>Place a hold on [% INCLUDE 'biblio-title.inc' link = 1 %] [% IF biblio.author %] by [% biblio.author | html %][% END %]</h2>
172
                <h2>Place a hold on [% INCLUDE 'biblio-title.inc' link = 1 %] [% IF biblio.author %] by [% biblio.author | html %][% END %]</h2>
184
            [% ELSE %]
173
            [% ELSE %]
185
- 

Return to bug 35949