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

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

Return to bug 8449