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

(-)a/koha-tmpl/intranet-tmpl/prog/en/includes/catalogue/itemsearch_item.json.inc (-2 / +1 lines)
Lines 11-17 Link Here
11
    <input type="checkbox" name="itemnumber" value="[% item.itemnumber | html %]"/>
11
    <input type="checkbox" name="itemnumber" value="[% item.itemnumber | html %]"/>
12
  [%~ END %]",
12
  [%~ END %]",
13
  "[% FILTER escape_quotes ~%]
13
  "[% FILTER escape_quotes ~%]
14
    <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 %]
14
    <a href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=[% biblio.biblionumber | uri %]" title="Go to record detail page">[% INCLUDE 'biblio-title.inc' | trim | collapse %]</a>[% IF ( Koha.Preference( 'marcflavour' ) == 'UNIMARC' && biblio.author ) %] by[% END %] [% biblio.author | html %]
15
  [%~ END %]",
15
  [%~ END %]",
16
  "[% (biblioitem.publicationyear || biblio.copyrightdate) | html %]",
16
  "[% (biblioitem.publicationyear || biblio.copyrightdate) | html %]",
17
  "[% biblioitem.publishercode | html | $To %]",
17
  "[% biblioitem.publishercode | html | $To %]",
18
- 

Return to bug 14911