Lines 252-285
Link Here
|
252 |
|
252 |
|
253 |
[% INCLUDE 'header.inc' %] |
253 |
[% INCLUDE 'header.inc' %] |
254 |
|
254 |
|
255 |
[% WRAPPER 'sub-header.inc' %] |
255 |
[% WRAPPER 'sub-header.inc' %] |
256 |
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb"> |
256 |
[% WRAPPER breadcrumbs %] |
257 |
<ol> |
257 |
[% WRAPPER breadcrumb_item %] |
258 |
<li> |
258 |
<a href="/cgi-bin/koha/authorities/authorities-home.pl">Authorities</a> |
259 |
<a href="/cgi-bin/koha/mainpage.pl">Home</a> |
259 |
[% END %] |
260 |
</li> |
|
|
261 |
<li> |
262 |
<a href="/cgi-bin/koha/authorities/authorities-home.pl">Authorities</a> |
263 |
</li> |
264 |
|
265 |
[% IF ( authid ) %] |
266 |
<li> |
267 |
<a href="#" aria-current="page"> |
268 |
Modify authority #[% authid | html %] ([% authtypetext | html %]) |
269 |
</a> |
270 |
</li> |
271 |
|
272 |
[% ELSE %] |
273 |
<li> |
274 |
<a href="#" aria-current="page"> |
275 |
Adding authority [% authtypetext | html %] |
276 |
</a> |
277 |
</li> |
278 |
|
260 |
|
|
|
261 |
[% IF ( authid ) %] |
262 |
[% WRAPPER breadcrumb_item bc_active= 1 %] |
263 |
Modify authority #[% authid | html %] ([% authtypetext | html %]) |
279 |
[% END %] |
264 |
[% END %] |
280 |
</ol> |
265 |
|
281 |
</nav> <!-- /#breadcrumbs --> |
266 |
[% ELSE %] |
282 |
[% END %] |
267 |
[% WRAPPER breadcrumb_item bc_active= 1 %] |
|
|
268 |
Adding authority [% authtypetext | html %] |
269 |
[% END %] |
270 |
|
271 |
[% END %] |
272 |
[% END #/ WRAPPER breadcrumbs %] |
273 |
[% END #/ WRAPPER sub-header.inc %] |
283 |
|
274 |
|
284 |
<div class="main container-fluid"> |
275 |
<div class="main container-fluid"> |
285 |
<div class="row"> |
276 |
<div class="row"> |