View | Details | Raw Unified | Return to bug 21716
Collapse All | Expand All

(-)a/koha-tmpl/intranet-tmpl/prog/en/includes/catalogue/itemsearch_item.json.inc (-2 / +2 lines)
Lines 1-8 Link Here
1
[%- USE Branches -%]
1
[%- USE Branches -%]
2
[%- USE Koha -%]
2
[%- USE Koha -%]
3
[% USE AuthorisedValues %]
3
[% USE AuthorisedValues %]
4
[% USE JSON.Escape %]
4
[%- biblio = item.biblio -%]
5
[%- biblio = item.biblio -%]
5
[%- biblioitem = item.biblioitem -%]
6
[%- biblioitem = item.biblioitem | json -%]
6
[
7
[
7
  "[% FILTER escape_quotes = replace('"', '\"') ~%]
8
  "[% FILTER escape_quotes = replace('"', '\"') ~%]
8
    <a href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=[% biblio.biblionumber | uri %]" title="Go to record detail page">[% biblio.title | html %]</a>[% IF ( Koha.Preference( 'marcflavour' ) == 'UNIMARC' && biblio.author ) %] by[% END %] [% biblio.author | html %]
9
    <a href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=[% biblio.biblionumber | uri %]" title="Go to record detail page">[% biblio.title | html %]</a>[% IF ( Koha.Preference( 'marcflavour' ) == 'UNIMARC' && biblio.author ) %] by[% END %] [% biblio.author | html %]
9
- 

Return to bug 21716