From d8ae296608304cd97646782823eb98066d7717a5 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"> --- .../opac-tmpl/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 7f80fe0..43e835f 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.1.4