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