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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/waitingreserves.tt (-8 / +7 lines)
Lines 46-54 $.tablesorter.addParser({ Link Here
46
        </h2>
46
        </h2>
47
    [% IF ( cancel_result ) %]
47
    [% IF ( cancel_result ) %]
48
        [% IF ( cancel_result.messagetransfert ) %]
48
        [% IF ( cancel_result.messagetransfert ) %]
49
            <div>
49
            <div class="dialog alert">
50
                <h2>Hold find for ([% nextreservtitle %]), must be transferred</h2>
50
                <h2>This item is on hold for pick-up at another library</h2>
51
                <p>This hold placed by : <b> [% nextreservsurname %] [% nextreservfirstname %]</b> at the library : <b> [% branchname %] </b>, Please transfer this hold.
51
                <p>This hold ([% nextreservtitle %]) was placed by : <b> [% nextreservsurname %], [% nextreservfirstname %]</b> for pick-up at the library : <b> [% branchname %] </b>. Please transfer this hold.
52
                </p>
52
                </p>
53
                <form name="cancelReservewithtransfert" action="waitingreserves.pl" method="post">
53
                <form name="cancelReservewithtransfert" action="waitingreserves.pl" method="post">
54
                    <input type="submit" class="button" />
54
                    <input type="submit" class="button" />
Lines 56-65 $.tablesorter.addParser({ Link Here
56
            </div>
56
            </div>
57
        [% END %]
57
        [% END %]
58
        [% IF ( cancel_result.waiting ) %]
58
        [% IF ( cancel_result.waiting ) %]
59
            <div id="bloc25">
59
            <div class="dialog alert">
60
                <h2>This hold is waiting</h2>
60
                <h2>This item is still on hold for pick-up at your library</h2>
61
                <p>This hold ([% nextreservtitle %]) was placed by <b> : [% nextreservsurname %] [% nextreservfirstname %]</b>,
61
                <p>This hold ([% nextreservtitle %]) was placed by : <b> [% nextreservsurname %], [% nextreservfirstname %]</b>.
62
                Please retain this hold.
62
                Please retain this hold, and check in the item to process the hold for this patron.
63
                </p>
63
                </p>
64
                <form name="cancelReservewithwaiting" action="waitingreserves.pl" method="post">
64
                <form name="cancelReservewithwaiting" action="waitingreserves.pl" method="post">
65
                    <input type="submit" />
65
                    <input type="submit" />
66
- 

Return to bug 8449