From 42d40e372e25cc4790290dcd0bb31c50f237f5fe 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 --- .../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( ''); 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.2