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

(-)a/koha-tmpl/intranet-tmpl/prog/en/includes/checkouts-table.inc (-4 / +3 lines)
Lines 24-32 Link Here
24
                        <th scope="col">Charge</th>
24
                        <th scope="col">Charge</th>
25
                        <th scope="col">Fine</th>
25
                        <th scope="col">Fine</th>
26
                        <th scope="col">Price</th>
26
                        <th scope="col">Price</th>
27
                        <th scope="col">Renew <p class="column-tool"><a href="#" id="CheckAllRenewals">select all</a> | <a href="#" id="UncheckAllRenewals">none</a></p></th>
27
                        <th scope="col">Renew <p class="column-tool"><a href="#" id="CheckAllRenewals">select all visible rows</a> | <a href="#" id="UncheckAllRenewals">none</a></p></th>
28
                        <th scope="col">Check in <p class="column-tool"><a href="#" id="CheckAllCheckins">select all</a> | <a href="#" id="UncheckAllCheckins">none</a></p></th>
28
                        <th scope="col">Check in <p class="column-tool"><a href="#" id="CheckAllCheckins">select all visible rows</a> | <a href="#" id="UncheckAllCheckins">none</a></p></th>
29
                        <th scope="col">Export <p class="column-tool"><a href="#" id="CheckAllExports">select all</a> | <a href="#" id="UncheckAllExports">none</a></p></th>
29
                        <th scope="col">Export <p class="column-tool"><a href="#" id="CheckAllExports">select all visible rows</a> | <a href="#" id="UncheckAllExports">none</a></p></th>
30
                    </tr>
30
                    </tr>
31
                </thead>
31
                </thead>
32
                [% INCLUDE 'checkouts-table-footer.inc' %]
32
                [% INCLUDE 'checkouts-table-footer.inc' %]
33
- 

Return to bug 15219