|
Lines 5-21
Link Here
|
| 5 |
[% BLOCK translate_label_element %] |
5 |
[% BLOCK translate_label_element %] |
| 6 |
[%- SWITCH element -%] |
6 |
[%- SWITCH element -%] |
| 7 |
[%- CASE 'layout' -%][% t('layout') | html %] |
7 |
[%- CASE 'layout' -%][% t('layout') | html %] |
| 8 |
[%- CASE 'Layouts' -%][% t('Layouts') | html %] |
8 |
[%- CASE 'Layouts' -%][% t('Label layouts') | html %] |
| 9 |
[%- CASE 'template' -%][% t('template') | html %] |
9 |
[%- CASE 'template' -%][% t('template') | html %] |
| 10 |
[%- CASE 'Templates' -%][% t('Templates') | html %] |
10 |
[%- CASE 'Templates' -%][% t('Label templates') | html %] |
| 11 |
[%- CASE 'profile' -%][% t('profile') | html %] |
11 |
[%- CASE 'profile' -%][% t('profile') | html %] |
| 12 |
[%- CASE 'Profiles' -%][% t('Profiles') | html %] |
12 |
[%- CASE 'Profiles' -%][% t('Label profiles') | html %] |
| 13 |
[%- CASE 'batch' -%][% t('batch') | html %] |
13 |
[%- CASE 'batch' -%][% t('batch') | html %] |
| 14 |
[%- CASE 'Batches' -%][% t('Batches') | html %] |
14 |
[%- CASE 'Batches' -%][% t('Label batches') | html %] |
| 15 |
[%- END -%] |
15 |
[%- END -%] |
| 16 |
[% END %] |
16 |
[% END %] |
| 17 |
[% INCLUDE 'doc-head-open.inc' %] |
17 |
[% INCLUDE 'doc-head-open.inc' %] |
| 18 |
<title>[% PROCESS translate_label_element element=label_element_title %] › Label creator › Cataloging › Koha</title> |
18 |
<title>[% FILTER collapse %] |
|
|
19 |
[% PROCESS translate_label_element element=label_element_title %] › |
| 20 |
[% t("Label creator") | html %] › |
| 21 |
[% t("Cataloging") | html %] › |
| 22 |
[% t("Koha") | html %] |
| 23 |
[% END %]</title> |
| 19 |
[% INCLUDE 'doc-head-close.inc' %] |
24 |
[% INCLUDE 'doc-head-close.inc' %] |
| 20 |
</head> |
25 |
</head> |
| 21 |
|
26 |
|
|
Lines 44-50
Link Here
|
| 44 |
<main> |
49 |
<main> |
| 45 |
|
50 |
|
| 46 |
[% INCLUDE 'labels-toolbar.inc' %] |
51 |
[% INCLUDE 'labels-toolbar.inc' %] |
| 47 |
<h1>Manage labels</h1> |
52 |
[% IF ( label_element == 'layout' ) %] |
|
|
53 |
<h2>[% PROCESS translate_label_element element=label_element_title %]</h2> |
| 54 |
[% ELSIF ( label_element == 'template' ) %] |
| 55 |
<h2>[% PROCESS translate_label_element element=label_element_title %]</h2> |
| 56 |
[% ELSIF ( label_element == 'profile' ) %] |
| 57 |
<h2>[% PROCESS translate_label_element element=label_element_title %]</h2> |
| 58 |
[% ELSIF ( label_element == 'batch' ) %] |
| 59 |
<h2>[% PROCESS translate_label_element element=label_element_title %]</h2> |
| 60 |
[% END %] |
| 48 |
|
61 |
|
| 49 |
[% IF ( error ) %] |
62 |
[% IF ( error ) %] |
| 50 |
<div class="dialog alert"> |
63 |
<div class="dialog alert"> |
|
Lines 55-69
Link Here
|
| 55 |
<div id="manage-label-layouts" class="page-section"> |
68 |
<div id="manage-label-layouts" class="page-section"> |
| 56 |
[% IF ( table_loop ) %] |
69 |
[% IF ( table_loop ) %] |
| 57 |
<form name="layouts" action="/cgi-bin/koha/label-manage.pl?label_element=[% label_element | html %]"> |
70 |
<form name="layouts" action="/cgi-bin/koha/label-manage.pl?label_element=[% label_element | html %]"> |
| 58 |
[% IF ( label_element == 'layout' ) %] |
|
|
| 59 |
<h2>Currently available layouts</h2> |
| 60 |
[% ELSIF ( label_element == 'template' ) %] |
| 61 |
<h2>Currently available templates</h2> |
| 62 |
[% ELSIF ( label_element == 'profile' ) %] |
| 63 |
<h2>Currently available profiles</h2> |
| 64 |
[% ELSIF ( label_element == 'batch' ) %] |
| 65 |
<h2>Currently available batches</h2> |
| 66 |
[% END %] |
| 67 |
|
71 |
|
| 68 |
<div class="page-section"> |
72 |
<div class="page-section"> |
| 69 |
<table id="labels-table"> |
73 |
<table id="labels-table"> |