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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/authorities/searchresultlist.tt (-2 / +1 lines)
Lines 42-48 Link Here
42
    [% FOREACH resul IN result %]
42
    [% FOREACH resul IN result %]
43
    <tr data-authid="[% resul.authid | html %]">
43
    <tr data-authid="[% resul.authid | html %]">
44
      <td>[% PROCESS authresult summary=resul.summary authid=resul.authid %]</td>
44
      <td>[% PROCESS authresult summary=resul.summary authid=resul.authid %]</td>
45
      <td>[% resul.summary.label | html %]</td>
45
      <td>[% resul.authtype | html %]</td>
46
    [% UNLESS ( resul.isEDITORS ) %]
46
    [% UNLESS ( resul.isEDITORS ) %]
47
      <td>
47
      <td>
48
      [% IF resul.used > 0 %]
48
      [% IF resul.used > 0 %]
49
- 

Return to bug 27125