From d43d0642bd522f97f01c3513b763a4f4fc458711 Mon Sep 17 00:00:00 2001 From: Chris Cormack Date: Fri, 23 Jan 2015 08:43:14 +1300 Subject: [PATCH] Bug 13609: Patch for 3.16.x and 3.14.x (3.16.x needs both, 3.14.x just this) To Test: - Use an installation a reasonable amount of authorities, so that you can have a search result list with more than one page - Activate OpacAuthorities - Create an OPAC link like shown below, verify that an alert is shown - Apply patch - Refresh the page and no alert should appear - Verify the paging still works correctly for 'numbers' and 'arrows' URL: .../cgi-bin/koha/opac-authorities-home.pl?and_or=and&marclist=match&op=do_search&operator=contains&orderby=HeadingAsc2"> Signed-off-by: Mason James (cherry picked from commit 20dd347c4866226e29c4bbeeebf66a33f347302a) Signed-off-by: Fridolin Somers --- .../prog/en/modules/opac-authoritiessearchresultlist.tt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/koha-tmpl/opac-tmpl/prog/en/modules/opac-authoritiessearchresultlist.tt b/koha-tmpl/opac-tmpl/prog/en/modules/opac-authoritiessearchresultlist.tt index 7f80fe008d..43e835f4bc 100644 --- a/koha-tmpl/opac-tmpl/prog/en/modules/opac-authoritiessearchresultlist.tt +++ b/koha-tmpl/opac-tmpl/prog/en/modules/opac-authoritiessearchresultlist.tt @@ -15,7 +15,7 @@

Authority search results

[% IF ( displayprev ) %] - + << [% END %] @@ -23,11 +23,11 @@ [% IF ( number.highlight ) %] [% number.number %] [% ELSE %] - [% number.number %] + [% number.number %] [% END %] [% END %] [% IF ( displaynext ) %] - >> + >> [% END %]
-- 2.39.5