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 56-62 Link Here
56
    [% FOREACH resul IN result %]
56
    [% FOREACH resul IN result %]
57
    <tr data-authid="[% resul.authid | html %]">
57
    <tr data-authid="[% resul.authid | html %]">
58
      <td>[% PROCESS authresult summary=resul.summary authid=resul.authid %]</td>
58
      <td>[% PROCESS authresult summary=resul.summary authid=resul.authid %]</td>
59
      <td>[% resul.summary.label | html %]</td>
59
      <td>[% resul.authtype | html %]</td>
60
    [% UNLESS ( resul.isEDITORS ) %]
60
    [% UNLESS ( resul.isEDITORS ) %]
61
      <td>
61
      <td>
62
      [% IF resul.used > 0 %]
62
      [% IF resul.used > 0 %]
63
- 

Return to bug 27125