From b81b57dbb47f61f6f25b46ac358a95f468963fe0 Mon Sep 17 00:00:00 2001 From: Viktor Sarge Date: Thu, 19 Jun 2014 10:13:14 +0100 Subject: [PATCH] Bug 5672 Gives RSS icons to search history placed to the left of saved searches Test plan: * Verify that there is no RSS icons for saved searches in opac * Install the patch * Verify that there is no RSS icons for saved searches and searches for the current session in Opac. * Test that the RSS links produce the expected result. Note: I left out authority searches since I have very little experience with authority searches and didn't feel I could test it properly. Signed-off-by: Chris Cormack --- koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-search-history.tt | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-search-history.tt b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-search-history.tt index a440e80..a22d8ba 100644 --- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-search-history.tt +++ b/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 %] -- 1.9.1