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

(-)a/koha-tmpl/opac-tmpl/bootstrap/en/includes/opac-bottom.inc (-2 lines)
Lines 127-133 $.widget.bridge('uitooltip', $.ui.tooltip); Link Here
127
        var MSG_ITEM_IN_CART = _("In your cart");
127
        var MSG_ITEM_IN_CART = _("In your cart");
128
        var MSG_IN_YOUR_CART = _("Items in your cart: ");
128
        var MSG_IN_YOUR_CART = _("Items in your cart: ");
129
        var MSG_ITEM_NOT_IN_CART = _("Add to your cart");
129
        var MSG_ITEM_NOT_IN_CART = _("Add to your cart");
130
        var MSG_NO_RECORD_SELECTED = _("No item was selected");
131
    [% END %]
130
    [% END %]
132
    [% IF ( Koha.Preference( 'opacuserlogin' ) == 1 ) && ( Koha.Preference( 'TagsEnabled' ) == 1 ) %]
131
    [% IF ( Koha.Preference( 'opacuserlogin' ) == 1 ) && ( Koha.Preference( 'TagsEnabled' ) == 1 ) %]
133
        var MSG_TAGS_DISABLED = _("Sorry, tags are not enabled on this system.");
132
        var MSG_TAGS_DISABLED = _("Sorry, tags are not enabled on this system.");
134
- 

Return to bug 16340