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

(-)a/koha-tmpl/opac-tmpl/bootstrap/en/includes/opac-bottom.inc (-2 / +1 lines)
Lines 108-114 Link Here
108
    //<![CDATA[
108
    //<![CDATA[
109
    var MSG_CONFIRM_AGAIN = _("Warning: Cannot be undone. Please confirm once again")
109
    var MSG_CONFIRM_AGAIN = _("Warning: Cannot be undone. Please confirm once again")
110
    var MSG_DELETE_SEARCH_HISTORY = _("Are you sure you want to delete your search history?");
110
    var MSG_DELETE_SEARCH_HISTORY = _("Are you sure you want to delete your search history?");
111
    [% IF Koha.Preference( 'opacbookbag' ) == 1 %]
111
    [% IF ( Koha.Preference( 'opacbookbag' ) == 1 ) || ( Koha.Preference( 'virtualshelves' ) == 1 ) %]
112
        var MSG_BASKET_EMPTY = _("Your cart is currently empty");
112
        var MSG_BASKET_EMPTY = _("Your cart is currently empty");
113
        var MSG_RECORD_IN_BASKET = _("The item is already in your cart");
113
        var MSG_RECORD_IN_BASKET = _("The item is already in your cart");
114
        var MSG_RECORD_ADDED = _("The item has been added to your cart");
114
        var MSG_RECORD_ADDED = _("The item has been added to your cart");
115
- 

Return to bug 12422