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 83-98 Link Here
83
                    [%- SET next_priority  = loop.next.priority -%]
83
                    [%- SET next_priority  = loop.next.priority -%]
84
                    <td style="white-space:nowrap;">
84
                    <td style="white-space:nowrap;">
85
                        <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 %]">
85
                        <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 %]">
86
                            <img src="[% interface | html %]/[% theme | html %]/img/go-up.png" alt="Go up" />
86
                            <i class="fa fa-arrow-up fa-lg"></i>
87
                        </a>
87
                        </a>
88
                        <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 %]">
88
                        <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 %]">
89
                            <img src="[% interface | html %]/[% theme | html %]/img/go-top.png" alt="Go top" />
89
                            <i class="fa fa-arrow-circle-up fa-lg"></i>
90
                        </a>
90
                        </a>
91
                        <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 %]">
91
                        <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 %]">
92
                            <img src="[% interface | html %]/[% theme | html %]/img/go-bottom.png" alt="Go bottom" />
92
                            <i class="fa fa-arrow-circle-down fa-lg"></i>
93
                        </a>
93
                        </a>
94
                        <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 %]">
94
                        <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 %]">
95
                            <img src="[% interface | html %]/[% theme | html %]/img/go-down.png" alt="Go down" />
95
                            <i class="fa fa-arrow-down fa-lg"></i>
96
                        </a>
96
                        </a>
97
                    </td>
97
                    </td>
98
        [%- ELSE -%]
98
        [%- ELSE -%]
Lines 174-182 Link Here
174
                    <td>
174
                    <td>
175
                        <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 %]">
175
                        <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 %]">
176
                            [%- IF ( hold.lowestPriority ) -%]
176
                            [%- IF ( hold.lowestPriority ) -%]
177
                                <img src="[% interface | html %]/[% theme | html %]/img/go-bottom.png" alt="Unset lowest priority" />
177
                                <i class="fa fa-arrow-circle-down fa-lg" title="Unset lowest priority"></i>
178
                            [%- ELSE -%]
178
                            [%- ELSE -%]
179
                                <img src="[% interface | html %]/[% theme | html %]/img/go-down.png" alt="Set to lowest priority" />
179
                                <i class="fa fa-arrow-circle-o-down fa-lg" title="Set lowest priority"></i>
180
                            [%- END -%]
180
                            [%- END -%]
181
                        </a>
181
                        </a>
182
                    </td>
182
                    </td>
Lines 186-192 Link Here
186
            [%- END -%]
186
            [%- END -%]
187
            <td>
187
            <td>
188
                <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 %]">
188
                <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 %]">
189
                    <img src="[% interface | html %]/[% theme | html %]/img/x.png" alt="Cancel" />
189
                    <i class="fa fa-times fa-lg" title="Cancel"></i>
190
                </a>
190
                </a>
191
            </td>
191
            </td>
192
            <td>
192
            <td>
193
- 

Return to bug 29057