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

(-)a/koha-tmpl/intranet-tmpl/prog/en/includes/authorities-search-results.inc (-2 / +1 lines)
Lines 30-36 Link Here
30
    [% IF ( summary.summary ) %][% summary.summary %]:[% END %]
30
    [% IF ( summary.summary ) %][% summary.summary %]:[% END %]
31
    [% UNLESS ( summary.summaryonly ) %]
31
    [% UNLESS ( summary.summaryonly ) %]
32
        [% FOREACH authorize IN summary.authorized %]
32
        [% FOREACH authorize IN summary.authorized %]
33
            <span class="authorizedheading">[% authorize %]</span>
33
            <span class="authorizedheading">[% authorize.heading %]</span>
34
        [% END %]
34
        [% END %]
35
        [% IF ( marcflavour == 'UNIMARC' ) %]
35
        [% IF ( marcflavour == 'UNIMARC' ) %]
36
            [% FOREACH note IN summary.notes %]
36
            [% FOREACH note IN summary.notes %]
37
- 

Return to bug 8520