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

(-)a/koha-tmpl/opac-tmpl/bootstrap/en/includes/result-batch-controls.inc (-1 / +9 lines)
Lines 23-29 Link Here
23
23
24
        [% IF ( CartEnabled ) %]
24
        [% IF ( CartEnabled ) %]
25
            <div class="btn-group">
25
            <div class="btn-group">
26
                <a id="addtocart" class="btn btn-link btn-xs" href="#"><i class="fa fa-shopping-cart" aria-hidden="true"></i> Add to cart</a>
26
                <button id="addtocart" class="btn btn-link btn-xs">
27
                    <i class="fa fa-shopping-cart" aria-hidden="true"></i> Add to cart
28
                </button>
27
            </div>
29
            </div>
28
        [% END %]
30
        [% END %]
29
31
Lines 62-67 Link Here
62
                    <a href="#" class="dropdown-item addtolist newlist">New list</a>
64
                    <a href="#" class="dropdown-item addtolist newlist">New list</a>
63
                </div>
65
                </div>
64
            </div>
66
            </div>
67
            [% IF loggedinusername && can_remove_biblios %]
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>
70
                </button>
71
            [% END %]
72
65
        [% END # /IF virtualshelves %]
73
        [% END # /IF virtualshelves %]
66
74
67
        [% IF ( MultiHolds ) %]
75
        [% IF ( MultiHolds ) %]
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-shelves.tt (-3 / +1 lines)
Lines 959-967 $(function() { Link Here
959
                selected_titles.prop("checked", false );
959
                selected_titles.prop("checked", false );
960
            }
960
            }
961
        });
961
        });
962
963
        $("#removeitems").html("<a href=\"#\" class=\"btn btn-link disabled removeitems tag_hides\"><i class=\"fa fa-fw fa-remove\" aria-hidden=\"true\"></i> "+_("Remove from list")+"</a>");
964
    [% END %]
962
    [% END %]
963
965
    [% IF OpenLibraryCovers %]KOHA.OpenLibrary.GetCoverFromIsbn();[% END %]
964
    [% IF OpenLibraryCovers %]KOHA.OpenLibrary.GetCoverFromIsbn();[% END %]
966
    [% IF OPACLocalCoverImages %]KOHA.LocalCover.GetCoverFromBibnumber(false);[% END %]
965
    [% IF OPACLocalCoverImages %]KOHA.LocalCover.GetCoverFromBibnumber(false);[% END %]
967
    [% IF ( GoogleJackets ) %]KOHA.Google.GetCoverFromIsbn();[% END %]
966
    [% IF ( GoogleJackets ) %]KOHA.Google.GetCoverFromIsbn();[% END %]
968
- 

Return to bug 36557