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-5 Link Here
1
[%- USE Branches -%]
1
[%- USE Branches -%]
2
[%- USE Koha -%]
2
[%- USE Koha -%]
3
[%- USE To -%]
3
[%- USE ItemTypes -%]
4
[%- USE ItemTypes -%]
4
[% USE AuthorisedValues %]
5
[% USE AuthorisedValues %]
5
[%- biblio = item.biblio -%]
6
[%- biblio = item.biblio -%]
Lines 9-15 Link Here
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 %]
10
    <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 %]
10
  [%~ END %]",
11
  [%~ END %]",
11
  "[% (biblioitem.publicationyear || biblio.copyrightdate) | html %]",
12
  "[% (biblioitem.publicationyear || biblio.copyrightdate) | html %]",
12
  "[% biblioitem.publishercode | html %]",
13
  "[% biblioitem.publishercode | html | $To %]",
13
  "[% AuthorisedValues.GetByCode( 'CCODE', item.ccode ) | html %]",
14
  "[% AuthorisedValues.GetByCode( 'CCODE', item.ccode ) | html %]",
14
  "[% FILTER escape_quotes ~%]
15
  "[% FILTER escape_quotes ~%]
15
    <a href="/cgi-bin/koha/catalogue/moredetail.pl?biblionumber=[% biblio.biblionumber | uri %]#item[% item.itemnumber | uri %]" title="Go to item details">[% item.barcode | html %]</a>
16
    <a href="/cgi-bin/koha/catalogue/moredetail.pl?biblionumber=[% biblio.biblionumber | uri %]#item[% item.itemnumber | uri %]" title="Go to item details">[% item.barcode | html %]</a>
16
- 

Return to bug 21716