Lines 1-5
Link Here
|
|
|
1 |
[% BLOCK translate_label_element %] |
2 |
[%- SWITCH element -%] |
3 |
[%- CASE 'layout' -%]layout |
4 |
[%- CASE 'Layouts' -%]Layouts |
5 |
[%- CASE 'template' -%]template |
6 |
[%- CASE 'Templates' -%]Templates |
7 |
[%- CASE 'profile' -%]profile |
8 |
[%- CASE 'Profiles' -%]Profiles |
9 |
[%- CASE 'batch' -%]batch |
10 |
[%- CASE 'Batches' -%]Batches |
11 |
[%- END -%] |
12 |
[% END %] |
1 |
[% INCLUDE 'doc-head-open.inc' %] |
13 |
[% INCLUDE 'doc-head-open.inc' %] |
2 |
<title>Koha › Tools › Label creator › Manage label</title> |
14 |
<title>Koha › Tools › Label creator › [% PROCESS translate_label_element element=label_element_title %]</title> |
3 |
[% INCLUDE 'doc-head-close.inc' %] |
15 |
[% INCLUDE 'doc-head-close.inc' %] |
4 |
[% INCLUDE 'greybox.inc' %] |
16 |
[% INCLUDE 'greybox.inc' %] |
5 |
<script type="text/javascript"> |
17 |
<script type="text/javascript"> |
Lines 77-83
Link Here
|
77 |
<a href="/cgi-bin/koha/mainpage.pl">Home</a> › |
89 |
<a href="/cgi-bin/koha/mainpage.pl">Home</a> › |
78 |
<a href="/cgi-bin/koha/tools/tools-home.pl">Tools</a> › |
90 |
<a href="/cgi-bin/koha/tools/tools-home.pl">Tools</a> › |
79 |
<a href="/cgi-bin/koha/labels/label-home.pl">Label creator</a> › |
91 |
<a href="/cgi-bin/koha/labels/label-home.pl">Label creator</a> › |
80 |
Manage label [% label_element_title %] |
92 |
[% PROCESS translate_label_element element=label_element_title %] |
81 |
</div> |
93 |
</div> |
82 |
<div id="doc3" class="yui-t2"> |
94 |
<div id="doc3" class="yui-t2"> |
83 |
<div id="bd"> |
95 |
<div id="bd"> |