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">[% biblio.title | html %][% IF biblio.subtitle %][% biblio.subtitle | html %][% END %]</a>[% IF biblio.medium %]<div class="medium">[% biblio.medium | html %]</div>[% END %][% IF biblio.part_number %]<div class="part_number">[% biblio.part_number | html %]</div>[% END %][% IF biblio.part_name %]<div class="part_name">[% biblio.part_name | html %]</div>[% END %]<div class="author">[% IF ( Koha.Preference( 'marcflavour' ) == 'UNIMARC' && biblio.author ) %] by[% END %] [% biblio.author | html %]</div>
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