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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/virtualshelves/shelves.tt (-1 / +1 lines)
Lines 661-666 Link Here
661
            });
661
            });
662
        </script>
662
        </script>
663
    [% END #/print %]
663
    [% END #/print %]
664
    [% CoverImagePlugins | $raw %]
664
    <script>
665
    <script>
665
        var MSG_NO_ITEM_SELECTED = _("Nothing is selected.");
666
        var MSG_NO_ITEM_SELECTED = _("Nothing is selected.");
666
        var MSG_REMOVE_FROM_LIST = _("Are you sure you want to remove these records from the list?");
667
        var MSG_REMOVE_FROM_LIST = _("Are you sure you want to remove these records from the list?");
667
- 

Return to bug 36154