@@ -, +, @@ the left of saved searches --- koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-search-history.tt | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) --- 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,7 +53,6 @@ Date - Subscribe Search Results @@ -62,8 +61,7 @@ [% FOREACH s IN current_biblio_searches %] [% s.time |$KohaDates with_hours => 1 %] - Subscribe to this search - [% s.query_desc |html %] + Subscribe to this search [% s.query_desc |html %] [% s.total %] [% END %] @@ -83,7 +81,6 @@ Date - Subscribe Search Results @@ -92,8 +89,7 @@ [% FOREACH s IN previous_biblio_searches %] [% s.time |$KohaDates with_hours => 1 %] - Subscribe to this search - [% s.query_desc |html %] + Subscribe to this search [% s.query_desc |html %] [% s.total %] [% END %] --