From: Janusz Kaczmarek <[email protected]>
Signed-off-by: Chris Cormack <[email protected]>
---
.../en/modules/opac-authoritiessearchresultlist.tt | 4 ++--
1 files changed, 2 insertions(+), 2 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 203cf7f..1b57410 100644
--- a/koha-tmpl/opac-tmpl/prog/en/modules/opac-authoritiessearchresultlist.tt
+++ b/koha-tmpl/opac-tmpl/prog/en/modules/opac-authoritiessearchresultlist.tt
@@ -20,7 +20,7 @@
[% IF ( number.highlight ) %]
<span class="current">[% number.number
%]</span>
[% ELSE %]
- <a
href="opac-authorities-home.pl?startfrom=[% number.startfrom %]&[% FOREACH
searchdat IN number.searchdata %][% searchdat.term %]=[% searchdat.val |url
%]&[% END %]resultsperpage=[% number.resultsperpage
%]&type=opac&op=do_search&authtypecode=[% number.authtypecode
%]&orderby=[% number.orderby %]">[% number.number %]</a>
+ <a
href="opac-authorities-home.pl?startfrom=[% number.startfrom %]&[% FOREACH
searchdat IN number.searchdata %][% searchdat.term %]=[% searchdat.val |url
%]&[% END %]resultsperpage=[% resultsperpage
%]&type=opac&op=do_search&authtypecode=[% authtypecode
%]&orderby=[% orderby %]">[% number.number %]</a>
[% END %]
[% END %]
[% IF ( displaynext ) %]
@@ -71,7 +71,7 @@
[% END %]
[% FOREACH number IN numbers %]
[% IF ( number.highlight ) %]<span
class="current">[% number.number %]</span>[% ELSE %]
- <a
href="opac-authorities-home.pl?startfrom=[% number.startfrom %]&[% FOREACH
searchdat IN number.searchdata %][% searchdat.term %]=[% searchdat.val |url
%]&[% END %]resultsperpage=[% number.resultsperpage
%]&type=opac&op=do_search&authtypecode=[% number.authtypecode
%]&orderby=[% number.orderby %]">[% number.number %]</a>
+ <a
href="opac-authorities-home.pl?startfrom=[% number.startfrom %]&[% FOREACH
searchdat IN number.searchdata %][% searchdat.term %]=[% searchdat.val |url
%]&[% END %]resultsperpage=[% resultsperpage
%]&type=opac&op=do_search&authtypecode=[% authtypecode
%]&orderby=[% orderby %]">[% number.number %]</a>
[% END %]
[% END %]
[% IF ( displaynext ) %]
--
1.7.2.2
_______________________________________________
Koha-patches mailing list
[email protected]
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-patches
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/