|
Lines 12-57
Link Here
|
| 12 |
[% INCLUDE 'cat-search.inc' %] |
12 |
[% INCLUDE 'cat-search.inc' %] |
| 13 |
[% END %] |
13 |
[% END %] |
| 14 |
|
14 |
|
| 15 |
[% WRAPPER 'sub-header.inc' %] |
15 |
[% WRAPPER 'sub-header.inc' %] |
| 16 |
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb"> |
16 |
[% WRAPPER breadcrumbs %] |
| 17 |
<ol> |
17 |
[% WRAPPER breadcrumb_item %] |
| 18 |
<li> |
18 |
<a href="/cgi-bin/koha/cataloguing/cataloging-home.pl">Cataloging</a> |
| 19 |
<a href="/cgi-bin/koha/mainpage.pl">Home</a> |
19 |
[% END %] |
| 20 |
</li> |
20 |
[% WRAPPER breadcrumb_item %] |
| 21 |
<li> |
21 |
<a href="/cgi-bin/koha/labels/label-home.pl">Label creator</a> |
| 22 |
<a href="/cgi-bin/koha/cataloguing/cataloging-home.pl">Cataloging</a> |
22 |
[% END %] |
| 23 |
</li> |
23 |
[% WRAPPER breadcrumb_item %] |
| 24 |
<li> |
24 |
<a href="/cgi-bin/koha/labels/label-manage.pl?label_element=batch">Batches</a> |
| 25 |
<a href="/cgi-bin/koha/labels/label-home.pl">Label creator</a> |
25 |
[% END %] |
| 26 |
</li> |
26 |
[% WRAPPER breadcrumb_item bc_active= 1 %] |
| 27 |
<li> |
|
|
| 28 |
<a href="/cgi-bin/koha/labels/label-manage.pl?label_element=batch">Batches</a> |
| 29 |
</li> |
| 30 |
|
| 31 |
[% IF description %] |
27 |
[% IF description %] |
| 32 |
<li> |
28 |
<span>Edit [% description | html %]</span> |
| 33 |
<a href="#" aria-current="page"> |
|
|
| 34 |
Edit [% description | html %] |
| 35 |
</a> |
| 36 |
</li> |
| 37 |
|
| 38 |
[% ELSIF batch_id %] |
29 |
[% ELSIF batch_id %] |
| 39 |
<li> |
30 |
<span>Edit label batch [% batch_id | html %]</span> |
| 40 |
<a href="#" aria-current="page"> |
|
|
| 41 |
Edit label batch [% batch_id | html %] |
| 42 |
</a> |
| 43 |
</li> |
| 44 |
|
| 45 |
[% ELSE %] |
31 |
[% ELSE %] |
| 46 |
<li> |
32 |
<span>New label batch</span> |
| 47 |
<a href="#" aria-current="page"> |
|
|
| 48 |
New label batch |
| 49 |
</a> |
| 50 |
</li> |
| 51 |
[% END %] |
33 |
[% END %] |
| 52 |
</ol> |
34 |
[% END %] |
| 53 |
</nav> |
35 |
[% END #/ WRAPPER breadcrumbs %] |
| 54 |
[% END %] |
36 |
[% END #/ WRAPPER sub-header.inc %] |
| 55 |
|
37 |
|
| 56 |
<div class="main container-fluid"> |
38 |
<div class="main container-fluid"> |
| 57 |
<div class="row"> |
39 |
<div class="row"> |