Lines 4-22
Link Here
|
4 |
[% USE KohaDates %] |
4 |
[% USE KohaDates %] |
5 |
[% USE AuthorisedValues %] |
5 |
[% USE AuthorisedValues %] |
6 |
[% USE Branches %] |
6 |
[% USE Branches %] |
|
|
7 |
[% PROCESS 'i18n.inc' %] |
7 |
[% SET footerjs = 1 %] |
8 |
[% SET footerjs = 1 %] |
8 |
[% INCLUDE 'doc-head-open.inc' %] |
9 |
[% INCLUDE 'doc-head-open.inc' %] |
9 |
<title> |
10 |
<title>[% FILTER collapse %] |
10 |
[% IF op == 'view' %] |
11 |
[% IF op == 'view' %] |
11 |
Contents of [% shelf.shelfname | html %] › [% END %] |
12 |
[% tx("Contents of {list_name}", { list_name = shelf.shelfname }) | html %] › |
12 |
|
13 |
[% END %] |
13 |
[% IF op == 'add_form' %] |
14 |
[% IF op == 'add_form' %] |
14 |
Create new list › [% END %] |
15 |
[% t("Create new list") | html %] › |
15 |
|
16 |
[% END %] |
16 |
[% IF op == 'edit_form' %] |
17 |
[% IF op == 'edit_form' %] |
17 |
Edit list [% shelf.shelfname | html %] › [% END %] |
18 |
[% tx("Edit list {list_name}", { list_name = shelf.shelfname }) | html %] › |
18 |
Lists › Koha |
19 |
[% END %] |
19 |
</title> |
20 |
[% t("Lists") | html %] › |
|
|
21 |
[% t("Koha") | html %] |
22 |
[% END %]</title> |
20 |
[% INCLUDE 'doc-head-close.inc' %] |
23 |
[% INCLUDE 'doc-head-close.inc' %] |
21 |
<style>textarea { width: 100%; }</style> |
24 |
<style>textarea { width: 100%; }</style> |
22 |
|
25 |
|
23 |
- |
|
|