|
Lines 10-28
Link Here
|
| 10 |
<body id="labels_label-edit-batch" class="tools labels" onload="dofocus();"> |
10 |
<body id="labels_label-edit-batch" class="tools labels" onload="dofocus();"> |
| 11 |
[% INCLUDE 'header.inc' %] |
11 |
[% INCLUDE 'header.inc' %] |
| 12 |
[% INCLUDE 'cat-search.inc' %] |
12 |
[% INCLUDE 'cat-search.inc' %] |
| 13 |
<div id="breadcrumbs"> |
13 |
|
| 14 |
<a href="/cgi-bin/koha/mainpage.pl">Home</a> › |
14 |
<nav aria-label="Breadcrumb" class="breadcrumb"> |
| 15 |
<a href="/cgi-bin/koha/tools/tools-home.pl">Tools</a> › |
15 |
<ol> |
| 16 |
<a href="/cgi-bin/koha/labels/label-home.pl">Label creator</a> › |
16 |
<li> |
| 17 |
<a href="/cgi-bin/koha/labels/label-manage.pl?label_element=batch">Batches</a> › |
17 |
<a href="/cgi-bin/koha/mainpage.pl">Home</a> |
| 18 |
[% IF description %] |
18 |
</li> |
| 19 |
Edit <a href="/cgi-bin/koha/labels/label-edit-batch.pl?op=edit&element_id=[% batch_id | uri %]">[% description | html %]</a> |
19 |
<li> |
| 20 |
[% ELSIF batch_id %] |
20 |
<a href="/cgi-bin/koha/tools/tools-home.pl">Tools</a> |
| 21 |
Edit <a href="/cgi-bin/koha/labels/label-edit-batch.pl?op=edit&element_id=[% batch_id | uri %]">([% batch_id | html %])</a> |
21 |
</li> |
| 22 |
[% ELSE %] |
22 |
<li> |
| 23 |
New |
23 |
<a href="/cgi-bin/koha/labels/label-home.pl">Label creator</a> |
| 24 |
[% END %] |
24 |
</li> |
| 25 |
</div> |
25 |
<li> |
|
|
26 |
<a href="/cgi-bin/koha/labels/label-manage.pl?label_element=batch">Batches</a> |
| 27 |
</li> |
| 28 |
|
| 29 |
[% IF description %] |
| 30 |
<li> |
| 31 |
<a href="#" aria-current="page"> |
| 32 |
Edit [% description | html %] |
| 33 |
</a> |
| 34 |
</li> |
| 35 |
|
| 36 |
[% ELSIF batch_id %] |
| 37 |
<li> |
| 38 |
<a href="#" aria-current="page"> |
| 39 |
Edit ([% batch_id | html %]) |
| 40 |
</a> |
| 41 |
</li> |
| 42 |
|
| 43 |
[% ELSE %] |
| 44 |
<li> |
| 45 |
<a href="#" aria-current="page"> |
| 46 |
New |
| 47 |
</a> |
| 48 |
</li> |
| 49 |
[% END %] |
| 50 |
</ol> |
| 51 |
</nav> |
| 26 |
|
52 |
|
| 27 |
<div class="main container-fluid"> |
53 |
<div class="main container-fluid"> |
| 28 |
<div class="row"> |
54 |
<div class="row"> |