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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/waitingreserves.tt (-3 / +2 lines)
Lines 52-58 Link Here
52
                    Please retain this item and check it in to process the hold.
52
                    Please retain this item and check it in to process the hold.
53
                    </p>
53
                    </p>
54
                    <form name="cancelReservewithtransfert" action="waitingreserves.p#[% tab %]" method="post">
54
                    <form name="cancelReservewithtransfert" action="waitingreserves.p#[% tab %]" method="post">
55
                        <input class="btn" type="submit" class="submit" value="OK" />
55
                        <button type="submit" class="approve"><i class="fa fa-fw fa-check"></i> OK</button>
56
                    </form>
56
                    </form>
57
                </div>
57
                </div>
58
            [% END %]
58
            [% END %]
Lines 63-69 Link Here
63
                    Please retain this item and check it in to process the hold.
63
                    Please retain this item and check it in to process the hold.
64
                    </p>
64
                    </p>
65
                    <form name="cancelReservewithwaiting" action="waitingreserves.pl#[% tab %]" method="post">
65
                    <form name="cancelReservewithwaiting" action="waitingreserves.pl#[% tab %]" method="post">
66
                        <input class="btn" type="submit" class="submit" value="OK"/>
66
                        <button type="submit" class="approve"><i class="fa fa-fw fa-check"></i> OK</button>
67
                    </form>
67
                    </form>
68
                </div>
68
                </div>
69
            [% END %]
69
            [% END %]
70
- 

Return to bug 17010