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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/authorities/authorities-home.tt (-2 / +8 lines)
Lines 6-12 Link Here
6
6
7
<body id="auth_authorities_home" class="auth">
7
<body id="auth_authorities_home" class="auth">
8
[% INCLUDE 'header.inc' %]
8
[% INCLUDE 'header.inc' %]
9
[% INCLUDE 'authorities-search.inc' %]
10
9
11
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
10
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
12
    <ol>
11
    <ol>
Lines 19-24 Link Here
19
            </a>
18
            </a>
20
        </li>
19
        </li>
21
    </ol>
20
    </ol>
21
22
    <ol>
23
        [% IF Koha.Preference('showLastPatron') %][% INCLUDE 'last-borrower.inc' %][% END %]
24
    </ol>
25
26
    <ol>
27
        <a class="toplinks" href="/cgi-bin/koha/help.pl" id="helper"><i class="fa fa-question-circle"></i> <span>Help</span></a>
28
    </ol>
22
</nav>
29
</nav>
23
30
24
<div class="main container-fluid">
31
<div class="main container-fluid">
25
- 

Return to bug 30952