|
Lines 11-17
Link Here
|
| 11 |
[% ELSE %] |
11 |
[% ELSE %] |
| 12 |
[% t("New label batch") | html %] |
12 |
[% t("New label batch") | html %] |
| 13 |
[% END %] › |
13 |
[% END %] › |
| 14 |
[% t("Batches") | html %] › |
14 |
[% t("Label batches") | html %] › |
| 15 |
[% t("Label creator") | html %] › |
15 |
[% t("Label creator") | html %] › |
| 16 |
[% t("Cataloging") | html %] › |
16 |
[% t("Cataloging") | html %] › |
| 17 |
[% t("Koha") | html %] |
17 |
[% t("Koha") | html %] |
|
Lines 33-39
Link Here
|
| 33 |
<a href="/cgi-bin/koha/labels/label-home.pl">Label creator</a> |
33 |
<a href="/cgi-bin/koha/labels/label-home.pl">Label creator</a> |
| 34 |
[% END %] |
34 |
[% END %] |
| 35 |
[% WRAPPER breadcrumb_item %] |
35 |
[% WRAPPER breadcrumb_item %] |
| 36 |
<a href="/cgi-bin/koha/labels/label-manage.pl?label_element=batch">Batches</a> |
36 |
<a href="/cgi-bin/koha/labels/label-manage.pl?label_element=batch">Label batches</a> |
| 37 |
[% END %] |
37 |
[% END %] |
| 38 |
[% WRAPPER breadcrumb_item bc_active= 1 %] |
38 |
[% WRAPPER breadcrumb_item bc_active= 1 %] |
| 39 |
[% IF description %] |
39 |
[% IF description %] |
|
Lines 221-226
Link Here
|
| 221 |
[% INCLUDE 'greybox.inc' %] |
221 |
[% INCLUDE 'greybox.inc' %] |
| 222 |
[% INCLUDE 'datatables.inc' %] |
222 |
[% INCLUDE 'datatables.inc' %] |
| 223 |
[% Asset.js("js/form-submit.js") | $raw %] |
223 |
[% Asset.js("js/form-submit.js") | $raw %] |
|
|
224 |
[% Asset.js("js/labels-menu.js") | $raw %] |
| 224 |
<script> |
225 |
<script> |
| 225 |
function dofocus() { // named function req'd for body onload event by some FF and IE7 security models |
226 |
function dofocus() { // named function req'd for body onload event by some FF and IE7 security models |
| 226 |
$(".focus:last").select(); |
227 |
$(".focus:last").select(); |