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

(-)a/koha-tmpl/intranet-tmpl/prog/en/includes/catalogue/itemsearch_item.json.inc (-2 / +1 lines)
Lines 7-13 Link Here
7
[%- biblioitem = item.biblioitem -%]
7
[%- biblioitem = item.biblioitem -%]
8
[
8
[
9
  "[% FILTER escape_quotes = replace('"', '\"') ~%]
9
  "[% FILTER escape_quotes = replace('"', '\"') ~%]
10
    <input type="checkbox" name="itemnumber" value="[% item.itemnumber %]"/>
10
    <input type="checkbox" name="itemnumber" value="[% item.itemnumber | html %]"/>
11
  [%~ END %]",
11
  [%~ END %]",
12
  "[% FILTER escape_quotes ~%]
12
  "[% FILTER escape_quotes ~%]
13
    <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 %]
13
    <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
- 

Return to bug 18433