]> git.koha-community.org Git - koha.git/commit
removing hardcoded link in summary of authority (on $heading) : it can be set in...
authortipaul <tipaul>
Wed, 15 Mar 2006 10:46:31 +0000 (10:46 +0000)
committertipaul <tipaul>
Wed, 15 Mar 2006 10:46:31 +0000 (10:46 +0000)
commit889ba2fba2b4d22138e7625ea5a58927f2ae2b64
treec3927272ab0ca93fba5d21a56c09757d030e74b0
parent70d0da2057e45dbb4d656fb09baa8951a40136a6
removing hardcoded link in summary of authority (on $heading) : it can be set in the template (in the # of biblios column) :
<a href="/cgi-bin/koha/opac-search.pl?type=opac&amp;op=do_search&amp;marclist=<!-- TMPL_VAR NAME="biblio_fields" -->&amp;operator==&amp;value=<!-- TMPL_VAR NAME="authid" -->&amp;and_or=and&amp;excluding="><!-- TMPL_VAR NAME="used" --></a>  <!-- TMPL_VAR NAME="used" -->

that's what I did for css templates, it work like a charm. It's better I think because when the library defines it's own summary, the hardcoded link didn't appear.
C4/AuthoritiesMarc.pm