Lines 123-128
Link Here
|
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 |
var MSG_NO_RECORD_SELECTED = _("No item was selected"); |
125 |
var MSG_NO_RECORD_SELECTED = _("No item was selected"); |
|
|
126 |
var MSG_NO_SUGGESTION_SELECTED = _("No suggestion was selected"); |
126 |
[% END %] |
127 |
[% END %] |
127 |
[% IF ( Koha.Preference( 'opacuserlogin' ) == 1 ) && ( Koha.Preference( 'TagsEnabled' ) == 1 ) %] |
128 |
[% IF ( Koha.Preference( 'opacuserlogin' ) == 1 ) && ( Koha.Preference( 'TagsEnabled' ) == 1 ) %] |
128 |
var MSG_TAGS_DISABLED = _("Sorry, tags are not enabled on this system."); |
129 |
var MSG_TAGS_DISABLED = _("Sorry, tags are not enabled on this system."); |