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