From 35227649bc4dafa08caf7026314839a42f0595b0 Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Thu, 23 Apr 2015 13:47:25 +0200 Subject: [PATCH] Bug 10858: Define the NO_RECORD_SELECTED msg in any case And not only when cart or list are defined. --- koha-tmpl/opac-tmpl/bootstrap/en/includes/opac-bottom.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/includes/opac-bottom.inc b/koha-tmpl/opac-tmpl/bootstrap/en/includes/opac-bottom.inc index 8d5b788..cdd7cfd 100644 --- a/koha-tmpl/opac-tmpl/bootstrap/en/includes/opac-bottom.inc +++ b/koha-tmpl/opac-tmpl/bootstrap/en/includes/opac-bottom.inc @@ -110,6 +110,7 @@ $.widget.bridge('uitooltip', $.ui.tooltip); var MSG_CONFIRM_AGAIN = _("Warning: Cannot be undone. Please confirm once again") var MSG_DELETE_SEARCH_HISTORY = _("Are you sure you want to delete your search history?"); var MSG_NO_SUGGESTION_SELECTED = _("No suggestion was selected"); + var MSG_NO_RECORD_SELECTED = _("No item was selected"); [% IF Koha.Preference( 'opacbookbag' ) == 1 or Koha.Preference( 'virtualshelves' ) == 1 %] var MSG_BASKET_EMPTY = _("Your cart is currently empty"); var MSG_RECORD_IN_BASKET = _("The item is already in your cart"); @@ -117,7 +118,6 @@ $.widget.bridge('uitooltip', $.ui.tooltip); var MSG_RECORD_REMOVED = _("The item has been removed from your cart"); var MSG_NRECORDS_ADDED = _(" item(s) added to your cart"); var MSG_NRECORDS_IN_BASKET = _("already in your cart"); - var MSG_NO_RECORD_SELECTED = _("No item was selected"); var MSG_NO_RECORD_ADDED = _("No item was added to your cart"); var MSG_CONFIRM_DEL_BASKET = _("Are you sure you want to empty your cart?"); var MSG_CONFIRM_DEL_RECORDS = _("Are you sure you want to remove the selected items?"); -- 2.1.0