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

(-)a/koha-tmpl/intranet-tmpl/prog/en/includes/holds_table.inc (-1 lines)
Lines 1-7 Link Here
1
[% USE Koha %]
1
[% USE Koha %]
2
[% SET hold_cancellation = AuthorisedValues.GetAuthValueDropbox('HOLD_CANCELLATION') %]
2
[% SET hold_cancellation = AuthorisedValues.GetAuthValueDropbox('HOLD_CANCELLATION') %]
3
[% USE AuthorisedValues %]
3
[% USE AuthorisedValues %]
4
[% USE Desks %]
5
<table>
4
<table>
6
    <tr>
5
    <tr>
7
        [% IF ( CAN_user_reserveforothers_modify_holds_priority ) %]
6
        [% IF ( CAN_user_reserveforothers_modify_holds_priority ) %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt (-3 / +1 lines)
Lines 2-8 Link Here
2
[% USE Asset %]
2
[% USE Asset %]
3
[% USE KohaDates %]
3
[% USE KohaDates %]
4
[% USE Branches %]
4
[% USE Branches %]
5
[% USE Desks %]
6
[% USE Koha %]
5
[% USE Koha %]
7
[% USE ItemTypes %]
6
[% USE ItemTypes %]
8
[% USE AuthorisedValues %]
7
[% USE AuthorisedValues %]
Lines 502-508 Link Here
502
                                                    <input type="hidden" name="cancel_reserve" value="0" />
501
                                                    <input type="hidden" name="cancel_reserve" value="0" />
503
                                                    <input type="hidden" name="barcode" value="[% barcode | html %]" />
502
                                                    <input type="hidden" name="barcode" value="[% barcode | html %]" />
504
503
505
                                                       <button type="submit" class="btn btn-default approve" [% IF ( Desks.ListForLibrary ) %]data-dismiss="modal" [% END %]>
504
                                                    <button type="submit" class="btn btn-default approve" data-dismiss="modal">
506
                                                        <i class="fa fa-check"></i> Confirm hold
505
                                                        <i class="fa fa-check"></i> Confirm hold
507
                                                    </button>
506
                                                    </button>
508
507
509
- 

Return to bug 24412