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

(-)a/koha-tmpl/opac-tmpl/bootstrap/en/includes/result-batch-controls.inc (-2 / +1 lines)
Lines 66-72 Link Here
66
            </div>
66
            </div>
67
            [% IF loggedinusername && can_remove_biblios %]
67
            [% IF loggedinusername && can_remove_biblios %]
68
                <button class="btn btn-link btn-sm disabled removeitems tag_hides">
68
                <button class="btn btn-link btn-sm disabled removeitems tag_hides">
69
                    <i class="fa fa-fw fa-remove" aria-hidden="true"></i> Remove from list</button>
69
                    <i class="fa fa-fw fa-remove" aria-hidden="true"></i> Remove from list
70
                </button>
70
                </button>
71
            [% END %]
71
            [% END %]
72
72
73
- 

Return to bug 38713