From a3ace8143a601f8f546f9384affbba55b77fa8b6 Mon Sep 17 00:00:00 2001 From: Martin Renvoize Date: Fri, 3 Jan 2020 10:49:15 +0000 Subject: [PATCH] Bug 23261: (RM follow-up) Add missing uri filter Signed-off-by: Martin Renvoize Signed-off-by: Joy Nelson --- .../opac-tmpl/bootstrap/en/modules/opac-recordedbooks-search.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-recordedbooks-search.tt b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-recordedbooks-search.tt index 449f15a311..429bbd1423 100644 --- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-recordedbooks-search.tt +++ b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-recordedbooks-search.tt @@ -141,7 +141,7 @@ function search( page ) { if ( pages.length > 1 ) $( '#top-pages, #bottom-pages' ).find( '.pagination' ).html( '
    ' + pages.join( '' ) + '
'); if( KOHA.RecordedBooks.is_identified() == false ){ - $("#breadcrumbs").before('

To see availability you must register for RecordedBooks using your cardnumber and the email associated with your Koha account

'); + $("#breadcrumbs").before('

To see availability you must register for RecordedBooks using your cardnumber and the email associated with your Koha account

'); } } ); -- 2.39.5