@@ -, +, @@ --- koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-search-history.tt | 4 ++++ 1 file changed, 4 insertions(+) --- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-search-history.tt +++ a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-search-history.tt @@ -53,6 +53,7 @@ Date + Subscribe Search Results @@ -61,6 +62,7 @@ [% FOREACH s IN current_biblio_searches %] [% s.time |$KohaDates with_hours => 1 %] + Subscribe to this search [% s.query_desc |html %] [% s.total %] @@ -81,6 +83,7 @@ Date + Subscribe Search Results @@ -89,6 +92,7 @@ [% FOREACH s IN previous_biblio_searches %] [% s.time |$KohaDates with_hours => 1 %] + Subscribe to this search [% s.query_desc |html %] [% s.total %] --