Lines 156-162
$.widget.bridge('uitooltip', $.ui.tooltip);
Link Here
|
156 |
var MSG_CONFIRM_DEL_BASKET = _("Are you sure you want to empty your cart?"); |
156 |
var MSG_CONFIRM_DEL_BASKET = _("Are you sure you want to empty your cart?"); |
157 |
var MSG_CONFIRM_DEL_RECORDS = _("Are you sure you want to remove the selected items?"); |
157 |
var MSG_CONFIRM_DEL_RECORDS = _("Are you sure you want to remove the selected items?"); |
158 |
var MSG_ITEM_IN_CART = _("In your cart"); |
158 |
var MSG_ITEM_IN_CART = _("In your cart"); |
159 |
var MSG_IN_YOUR_CART = _("Items in your cart: "); |
|
|
160 |
var MSG_ITEM_NOT_IN_CART = _("Add to your cart"); |
159 |
var MSG_ITEM_NOT_IN_CART = _("Add to your cart"); |
161 |
[% END %] |
160 |
[% END %] |
162 |
[% IF ( Koha.Preference( 'opacuserlogin' ) == 1 ) && ( Koha.Preference( 'TagsEnabled' ) == 1 ) %] |
161 |
[% IF ( Koha.Preference( 'opacuserlogin' ) == 1 ) && ( Koha.Preference( 'TagsEnabled' ) == 1 ) %] |