From be5b806167d70dc9253196c4708fdd07239ed818 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. Signed-off-by: Nicolas Legrand Signed-off-by: Josef Moravec --- 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 77889d0371..7d520a0d81 100644 --- a/koha-tmpl/opac-tmpl/bootstrap/en/includes/opac-bottom.inc +++ b/koha-tmpl/opac-tmpl/bootstrap/en/includes/opac-bottom.inc @@ -148,6 +148,7 @@ $.widget.bridge('uitooltip', $.ui.tooltip); var MSG_CANCEL_HOLD = _("Cancel"); var MSG_CANCEL_HOLD_CONFIRM = _("Are you sure you want to cancel this hold?"); var MSG_ON_HOLD = _("On hold"); + 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"); @@ -155,7 +156,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.20.1