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

(-)a/koha-tmpl/intranet-tmpl/prog/en/includes/holds_table.inc (-9 / +8 lines)
Lines 16-22 Link Here
16
        <th>Pickup library</th>
16
        <th>Pickup library</th>
17
        <th>Details</th>
17
        <th>Details</th>
18
        [% IF ( CAN_user_reserveforothers_modify_holds_priority ) %]
18
        [% IF ( CAN_user_reserveforothers_modify_holds_priority ) %]
19
            <th><img src="[% interface | html %]/[% theme | html %]/img/go-bottom.png" alt="Toggle set to lowest priority" /></th>
19
            <th><i class="fa fa-arrow-circle-down fa-lg" title="Toggle set to lowest priority"></i></th>
20
        [% END %]
20
        [% END %]
21
        <th>&nbsp;</th>
21
        <th>&nbsp;</th>
22
        <th>&nbsp;</th>
22
        <th>&nbsp;</th>
Lines 85-103 Link Here
85
85
86
                    <td style="white-space:nowrap;">
86
                    <td style="white-space:nowrap;">
87
                        <a title="Move hold up" href="request.pl?action=move&amp;where=up&amp;first_priority=[% first_priority | html %]&amp;last_priority=[% last_priority | html %]&amp;prev_priority=[% prev_priority | html %]&amp;next_priority=[% next_priority | html %]&amp;borrowernumber=[% hold.borrowernumber | html %]&amp;biblionumber=[% hold.biblionumber | html %]&amp;reserve_id=[% hold.reserve_id | html %]&amp;date=[% hold.date | html %]">
87
                        <a title="Move hold up" href="request.pl?action=move&amp;where=up&amp;first_priority=[% first_priority | html %]&amp;last_priority=[% last_priority | html %]&amp;prev_priority=[% prev_priority | html %]&amp;next_priority=[% next_priority | html %]&amp;borrowernumber=[% hold.borrowernumber | html %]&amp;biblionumber=[% hold.biblionumber | html %]&amp;reserve_id=[% hold.reserve_id | html %]&amp;date=[% hold.date | html %]">
88
                            <img src="[% interface | html %]/[% theme | html %]/img/go-up.png" alt="Go up" />
88
                            <i class="fa fa-arrow-up fa-lg"></i>
89
                        </a>
89
                        </a>
90
90
91
                        <a title="Move hold to top" href="request.pl?action=move&amp;where=top&amp;first_priority=[% first_priority | html %]&amp;last_priority=[% last_priority | html %]&amp;prev_priority=[% prev_priority | html %]&amp;next_priority=[% next_priority | html %]&amp;borrowernumber=[% hold.borrowernumber | html %]&amp;biblionumber=[% hold.biblionumber | html %]&amp;reserve_id=[% hold.reserve_id | html %]&amp;date=[% hold.date | html %]">
91
                        <a title="Move hold to top" href="request.pl?action=move&amp;where=top&amp;first_priority=[% first_priority | html %]&amp;last_priority=[% last_priority | html %]&amp;prev_priority=[% prev_priority | html %]&amp;next_priority=[% next_priority | html %]&amp;borrowernumber=[% hold.borrowernumber | html %]&amp;biblionumber=[% hold.biblionumber | html %]&amp;reserve_id=[% hold.reserve_id | html %]&amp;date=[% hold.date | html %]">
92
                            <img src="[% interface | html %]/[% theme | html %]/img/go-top.png" alt="Go top" />
92
                            <i class="fa fa-arrow-circle-up fa-lg"></i>
93
                        </a>
93
                        </a>
94
94
95
                        <a title="Move hold to bottom" href="request.pl?action=move&amp;where=bottom&amp;first_priority=[% first_priority | html %]&amp;last_priority=[% last_priority | html %]&amp;prev_priority=[% prev_priority | html %]&amp;next_priority=[% next_priority | html %]&amp;borrowernumber=[% hold.borrowernumber | html %]&amp;biblionumber=[% hold.biblionumber | html %]&amp;reserve_id=[% hold.reserve_id | html %]&amp;date=[% hold.date | html %]">
95
                        <a title="Move hold to bottom" href="request.pl?action=move&amp;where=bottom&amp;first_priority=[% first_priority | html %]&amp;last_priority=[% last_priority | html %]&amp;prev_priority=[% prev_priority | html %]&amp;next_priority=[% next_priority | html %]&amp;borrowernumber=[% hold.borrowernumber | html %]&amp;biblionumber=[% hold.biblionumber | html %]&amp;reserve_id=[% hold.reserve_id | html %]&amp;date=[% hold.date | html %]">
96
                            <img src="[% interface | html %]/[% theme | html %]/img/go-bottom.png" alt="Go bottom" />
96
                            <i class="fa fa-arrow-circle-down fa-lg"></i>
97
                        </a>
97
                        </a>
98
98
99
                        <a title="Move hold down" href="request.pl?action=move&amp;where=down&amp;first_priority=[% first_priority | html %]&amp;last_priority=[% last_priority | html %]&amp;prev_priority=[% prev_priority | html %]&amp;next_priority=[% next_priority | html %]&amp;borrowernumber=[% hold.borrowernumber | html %]&amp;biblionumber=[% hold.biblionumber | html %]&amp;reserve_id=[% hold.reserve_id | html %]&amp;date=[% hold.date | html %]">
99
                        <a title="Move hold down" href="request.pl?action=move&amp;where=down&amp;first_priority=[% first_priority | html %]&amp;last_priority=[% last_priority | html %]&amp;prev_priority=[% prev_priority | html %]&amp;next_priority=[% next_priority | html %]&amp;borrowernumber=[% hold.borrowernumber | html %]&amp;biblionumber=[% hold.biblionumber | html %]&amp;reserve_id=[% hold.reserve_id | html %]&amp;date=[% hold.date | html %]">
100
                            <img src="[% interface | html %]/[% theme | html %]/img/go-down.png" alt="Go down" />
100
                            <i class="fa fa-arrow-down fa-lg"></i>
101
                        </a>
101
                        </a>
102
                    </td>
102
                    </td>
103
        [% ELSE %]
103
        [% ELSE %]
Lines 184-192 Link Here
184
                    <td>
184
                    <td>
185
                        <a title="Toggle lowest priority" href="request.pl?action=setLowestPriority&amp;borrowernumber=[% hold.borrowernumber | html %]&amp;biblionumber=[% hold.biblionumber | html %]&amp;reserve_id=[% hold.reserve_id | html %]&amp;date=[% hold.date | html %]">
185
                        <a title="Toggle lowest priority" href="request.pl?action=setLowestPriority&amp;borrowernumber=[% hold.borrowernumber | html %]&amp;biblionumber=[% hold.biblionumber | html %]&amp;reserve_id=[% hold.reserve_id | html %]&amp;date=[% hold.date | html %]">
186
                            [% IF ( hold.lowestPriority ) %]
186
                            [% IF ( hold.lowestPriority ) %]
187
                                <img src="[% interface | html %]/[% theme | html %]/img/go-bottom.png" alt="Unset lowest priority" />
187
                                <i class="fa fa-arrow-circle-down fa-lg" title="Unset lowest priority"></i>
188
                            [% ELSE %]
188
                            [% ELSE %]
189
                                <img src="[% interface | html %]/[% theme | html %]/img/go-down.png" alt="Set to lowest priority" />
189
                                <i class="fa fa-arrow-circle-o-down fa-lg" title="Set lowest priority"></i>
190
                            [% END %]
190
                            [% END %]
191
                        </a>
191
                        </a>
192
                    </td>
192
                    </td>
Lines 197-203 Link Here
197
197
198
            <td>
198
            <td>
199
                <a class="cancel-hold" title="Cancel hold" data-borrowernumber="[% hold.borrowernumber | html %]" data-biblionumber="[% hold.biblionumber | html %]" data-id="[% hold.reserve_id | html %]" href="request.pl?action=cancel&amp;borrowernumber=[% hold.borrowernumber | html %]&amp;biblionumber=[% hold.biblionumber | html %]&amp;reserve_id=[% hold.reserve_id | html %]&amp;date=[% hold.date | html %]">
199
                <a class="cancel-hold" title="Cancel hold" data-borrowernumber="[% hold.borrowernumber | html %]" data-biblionumber="[% hold.biblionumber | html %]" data-id="[% hold.reserve_id | html %]" href="request.pl?action=cancel&amp;borrowernumber=[% hold.borrowernumber | html %]&amp;biblionumber=[% hold.biblionumber | html %]&amp;reserve_id=[% hold.reserve_id | html %]&amp;date=[% hold.date | html %]">
200
                    <img src="[% interface | html %]/[% theme | html %]/img/x.png" alt="Cancel" />
200
                    <i class="fa fa-times fa-lg" title="Cancel"></i>
201
                </a>
201
                </a>
202
            </td>
202
            </td>
203
203
204
- 

Return to bug 29057