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

(-)a/koha-tmpl/opac-tmpl/bootstrap/en/includes/opac-bottom.inc (-6 / +2 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 or 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");
Lines 122-131 Link Here
122
        var MSG_ITEM_IN_CART = _("In your cart");
122
        var MSG_ITEM_IN_CART = _("In your cart");
123
        var MSG_IN_YOUR_CART = _("Items in your cart: ");
123
        var MSG_IN_YOUR_CART = _("Items in your cart: ");
124
        var MSG_ITEM_NOT_IN_CART = _("Add to your cart");
124
        var MSG_ITEM_NOT_IN_CART = _("Add to your cart");
125
    [% ELSE %]
125
        var MSG_NO_RECORD_SELECTED = _("No item was selected");
126
        [% IF Koha.Preference( 'virtualshelves' ) == 1 %]
127
            var MSG_NO_RECORD_SELECTED = _("No item was selected");
128
        [% END %]
129
    [% END %]
126
    [% END %]
130
    [% IF ( Koha.Preference( 'opacuserlogin' ) == 1 ) && ( Koha.Preference( 'TagsEnabled' ) == 1 ) %]
127
    [% IF ( Koha.Preference( 'opacuserlogin' ) == 1 ) && ( Koha.Preference( 'TagsEnabled' ) == 1 ) %]
131
        var MSG_TAGS_DISABLED = _("Sorry, tags are not enabled on this system.");
128
        var MSG_TAGS_DISABLED = _("Sorry, tags are not enabled on this system.");
132
- 

Return to bug 11663