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

(-)a/koha-tmpl/intranet-tmpl/prog/en/includes/authorities-search-results.inc (-1 / +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 %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/authorities/searchresultlist.tt (-1 / +1 lines)
Lines 30-35 function searchauthority() { Link Here
30
<body id="auth_searchresultlist" class="auth">
30
<body id="auth_searchresultlist" class="auth">
31
[% INCLUDE 'header.inc' %]
31
[% INCLUDE 'header.inc' %]
32
[% INCLUDE 'authorities-search.inc' %]
32
[% INCLUDE 'authorities-search.inc' %]
33
[% INCLUDE 'authorities-search-results.inc' %]
33
34
34
<div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a> &rsaquo; <a href="/cgi-bin/koha/authorities/authorities-home.pl">Authorities</a> &rsaquo; Authority search results</div>
35
<div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a> &rsaquo; <a href="/cgi-bin/koha/authorities/authorities-home.pl">Authorities</a> &rsaquo; Authority search results</div>
35
36
36
- 

Return to bug 8555