Lines 10-16
Link Here
|
10 |
[% ELSE %] |
10 |
[% ELSE %] |
11 |
[% t("New label batch") | html %] |
11 |
[% t("New label batch") | html %] |
12 |
[% END %] › |
12 |
[% END %] › |
13 |
[% t("Batches") | html %] › |
13 |
[% t("Label batches") | html %] › |
14 |
[% t("Label creator") | html %] › |
14 |
[% t("Label creator") | html %] › |
15 |
[% t("Cataloging") | html %] › |
15 |
[% t("Cataloging") | html %] › |
16 |
[% t("Koha") | html %] |
16 |
[% t("Koha") | html %] |
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 216-221
Link Here
|
216 |
[% INCLUDE 'greybox.inc' %] |
216 |
[% INCLUDE 'greybox.inc' %] |
217 |
[% INCLUDE 'datatables.inc' %] |
217 |
[% INCLUDE 'datatables.inc' %] |
218 |
[% Asset.js("js/form-submit.js") | $raw %] |
218 |
[% Asset.js("js/form-submit.js") | $raw %] |
|
|
219 |
[% Asset.js("js/labels-menu.js") | $raw %] |
219 |
<script> |
220 |
<script> |
220 |
function dofocus() { // named function req'd for body onload event by some FF and IE7 security models |
221 |
function dofocus() { // named function req'd for body onload event by some FF and IE7 security models |
221 |
$(".focus:last").select(); |
222 |
$(".focus:last").select(); |