- [% PROCESS showreference heading=seeals.heading label="see also:" type=seeals.type %]
+ [% PROCESS showreference heading=seeals.heading label="see also:" type=seeals.type linkpath=link search=seeals.search %]
[% END %]
[% END %]
--- a/koha-tmpl/intranet-tmpl/prog/en/modules/authorities/searchresultlist.tt
+++ a/koha-tmpl/intranet-tmpl/prog/en/modules/authorities/searchresultlist.tt
@@ -64,7 +64,7 @@ function searchauthority() {
[% ELSE %]
[% END %]
- [% PROCESS authresult summary=resul.summary %] |
+ [% PROCESS authresult summary=resul.summary link="/cgi-bin/koha/authorities/authorities-home.pl?op=do_search&type=intranet&marclist=any&operator=contains&orderby=HeadingAsc&value=" %] |
Details |
[% UNLESS ( resul.isEDITORS ) %]
--- a/koha-tmpl/opac-tmpl/prog/en/includes/authorities-search-results.inc
+++ a/koha-tmpl/opac-tmpl/prog/en/includes/authorities-search-results.inc
@@ -14,7 +14,10 @@
[% END %]
[% ELSE %]
[% IF ( label ) %][% label %][% END %]
- [% heading %]
+
+ [% IF ( linkpath && search ) %][% heading %]
+ [% ELSE %][% heading %][% END %]
+
[% UNLESS ( type=='seefrom' || type=='seealso' ) %][% SWITCH type %]
[% CASE 'earlier' %](Earlier heading)
[% CASE 'later' %](Later heading)
@@ -43,14 +46,14 @@
[% IF ( summary.seefrom ) %]
[% FOREACH seefro IN summary.seefrom %]
- [% PROCESS showreference heading=seefro.heading label="used for/see from:" type=seefro.type %]
+ [% PROCESS showreference heading=seefro.heading label="used for/see from:" type=seefro.type search='' %]
[% END %]
[% END %]
[% IF ( summary.seealso ) %]
[% FOREACH seeals IN summary.seealso %]
- [% PROCESS showreference heading=seeals.heading label="see also:" type=seeals.type %]
+ [% PROCESS showreference heading=seeals.heading label="see also:" type=seeals.type linkpath=link search=seeals.search %]
[% END %]
[% END %]
--- a/koha-tmpl/opac-tmpl/prog/en/modules/opac-authoritiessearchresultlist.tt
+++ a/koha-tmpl/opac-tmpl/prog/en/modules/opac-authoritiessearchresultlist.tt
@@ -57,7 +57,7 @@
[% ELSE %]
[% END %]
- [% PROCESS authresult summary=resul.summary %] |
+ [% PROCESS authresult summary=resul.summary link="/cgi-bin/koha/opac-authorities-home.pl?op=do_search&type=opac&operator=contains&marclist=any&and_ora=and&orderby=HeadingAsc&value=" %] |
[% authtypetext %] |
[% UNLESS ( resul.isEDITORS ) %]
--
| |