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 662-667 Link Here
662
            });
662
            });
663
        </script>
663
        </script>
664
    [% END #/print %]
664
    [% END #/print %]
665
    [% CoverImagePlugins | $raw %]
665
    <script>
666
    <script>
666
        var MSG_NO_ITEM_SELECTED = _("Nothing is selected.");
667
        var MSG_NO_ITEM_SELECTED = _("Nothing is selected.");
667
        var MSG_REMOVE_FROM_LIST = _("Are you sure you want to remove these records from the list?");
668
        var MSG_REMOVE_FROM_LIST = _("Are you sure you want to remove these records from the list?");
668
- 

Return to bug 36154