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

(-)a/koha-tmpl/opac-tmpl/bootstrap/en/includes/opac-bottom.inc (-2 / +1 lines)
Lines 115-120 $.widget.bridge('uitooltip', $.ui.tooltip); Link Here
115
    var MSG_CONFIRM_AGAIN = _("Warning: Cannot be undone. Please confirm once again")
115
    var MSG_CONFIRM_AGAIN = _("Warning: Cannot be undone. Please confirm once again")
116
    var MSG_DELETE_SEARCH_HISTORY = _("Are you sure you want to delete your search history?");
116
    var MSG_DELETE_SEARCH_HISTORY = _("Are you sure you want to delete your search history?");
117
    var MSG_NO_SUGGESTION_SELECTED = _("No suggestion was selected");
117
    var MSG_NO_SUGGESTION_SELECTED = _("No suggestion was selected");
118
    var MSG_NO_RECORD_SELECTED = _("No item was selected");
118
    [% IF Koha.Preference( 'opacbookbag' ) == 1 or Koha.Preference( 'virtualshelves' ) == 1 %]
119
    [% IF Koha.Preference( 'opacbookbag' ) == 1 or Koha.Preference( 'virtualshelves' ) == 1 %]
119
        var MSG_BASKET_EMPTY = _("Your cart is currently empty");
120
        var MSG_BASKET_EMPTY = _("Your cart is currently empty");
120
        var MSG_RECORD_IN_BASKET = _("The item is already in your cart");
121
        var MSG_RECORD_IN_BASKET = _("The item is already in your cart");
Lines 122-128 $.widget.bridge('uitooltip', $.ui.tooltip); Link Here
122
        var MSG_RECORD_REMOVED = _("The item has been removed from your cart");
123
        var MSG_RECORD_REMOVED = _("The item has been removed from your cart");
123
        var MSG_NRECORDS_ADDED = _(" item(s) added to your cart");
124
        var MSG_NRECORDS_ADDED = _(" item(s) added to your cart");
124
        var MSG_NRECORDS_IN_BASKET = _("already in your cart");
125
        var MSG_NRECORDS_IN_BASKET = _("already in your cart");
125
        var MSG_NO_RECORD_SELECTED = _("No item was selected");
126
        var MSG_NO_RECORD_ADDED = _("No item was added to your cart");
126
        var MSG_NO_RECORD_ADDED = _("No item was added to your cart");
127
        var MSG_CONFIRM_DEL_BASKET = _("Are you sure you want to empty your cart?");
127
        var MSG_CONFIRM_DEL_BASKET = _("Are you sure you want to empty your cart?");
128
        var MSG_CONFIRM_DEL_RECORDS = _("Are you sure you want to remove the selected items?");
128
        var MSG_CONFIRM_DEL_RECORDS = _("Are you sure you want to remove the selected items?");
129
- 

Return to bug 10858