View | Details | Raw Unified | Return to bug 33911
Collapse All | Expand All

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/basket/basket.tt (-1 / +6 lines)
Lines 2-7 Link Here
2
[% USE Asset %]
2
[% USE Asset %]
3
[% USE AuthorisedValues %]
3
[% USE AuthorisedValues %]
4
[% USE Branches %]
4
[% USE Branches %]
5
[% PROCESS 'i18n.inc' %]
5
[% SET footerjs = 1 %]
6
[% SET footerjs = 1 %]
6
[% BLOCK controls %]
7
[% BLOCK controls %]
7
    <p class="cart-controls">
8
    <p class="cart-controls">
Lines 27-33 Link Here
27
    </p>
28
    </p>
28
[% END %]
29
[% END %]
29
[% INCLUDE 'doc-head-open.inc' %]
30
[% INCLUDE 'doc-head-open.inc' %]
30
<title>Your cart &rsaquo; Catalog &rsaquo; Koha</title>
31
<title>[% FILTER collapse %]
32
    [% t("Your cart") | html %] &rsaquo;
33
    [% t("Catalog") | html %] &rsaquo;
34
    [% t("Koha") | html %]
35
[% END %]</title>
31
[% INCLUDE 'doc-head-close.inc' %]
36
[% INCLUDE 'doc-head-close.inc' %]
32
</head>
37
</head>
33
38
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/basket/downloadcart.tt (-1 / +6 lines)
Lines 1-5 Link Here
1
[% USE raw %]
2
[% PROCESS 'i18n.inc' %]
1
[% INCLUDE 'doc-head-open.inc' %]
3
[% INCLUDE 'doc-head-open.inc' %]
2
<title>Download cart &rsaquo; Koha</title>
4
<title>[% FILTER collapse %]
5
    [% t("Download cart") | html %] &rsaquo;
6
    [% t("Koha") | html %]
7
[% END %]</title>
3
[% INCLUDE 'doc-head-close.inc' %]
8
[% INCLUDE 'doc-head-close.inc' %]
4
</head>
9
</head>
5
<body style="padding:1em;" id="cart_downloadcart" class="cart">
10
<body style="padding:1em;" id="cart_downloadcart" class="cart">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/basket/sendbasketform.tt (-1 / +6 lines)
Lines 1-5 Link Here
1
[% USE raw %]
2
[% PROCESS 'i18n.inc' %]
1
[% INCLUDE 'doc-head-open.inc' %]
3
[% INCLUDE 'doc-head-open.inc' %]
2
<title>Sending your cart &rsaquo; [% IF ( LibraryNameTitle ) %][% LibraryNameTitle | html %][% ELSE %]Koha online[% END %] catalog</title>
4
<title>[% FILTER collapse %]
5
    [% t("Sending your cart") | html %] &rsaquo;
6
    [% t("Koha") | html %]
7
[% END %]</title>
3
[% INCLUDE 'doc-head-close.inc' %]
8
[% INCLUDE 'doc-head-close.inc' %]
4
</head>
9
</head>
5
<body style="padding: 1em;" id="cart_sendbasketform" class="cart">
10
<body style="padding: 1em;" id="cart_sendbasketform" class="cart">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/ISBDdetail.tt (-7 / +10 lines)
Lines 1-15 Link Here
1
[% USE raw %]
1
[% USE raw %]
2
[% USE Koha %]
2
[% USE Koha %]
3
[% USE Asset %]
3
[% USE Asset %]
4
[% PROCESS 'i18n.inc' %]
4
[% SET footerjs = 1 %]
5
[% SET footerjs = 1 %]
5
[% INCLUDE 'doc-head-open.inc' %]
6
[% INCLUDE 'doc-head-open.inc' %]
6
<title>
7
<title>[% FILTER collapse %]
7
  [% IF ( unknownbiblionumber ) %]
8
    [% IF ( unknownbiblionumber ) %]
8
    Unknown record
9
        [% t("Unknown record") | html %]
9
  [% ELSE %]
10
    [% ELSE %]
10
    ISBD details for [% INCLUDE 'biblio-title-head.inc' %]
11
        [% t("ISBD details for") | html %] [% INCLUDE 'biblio-title-head.inc' %]
11
  [% END %] &rsaquo; Catalog &rsaquo; Koha
12
    [% END %] &rsaquo;
12
</title>
13
    [% t("Catalog") | html %] &rsaquo;
14
    [% t("Koha") | html %]
15
[% END %]</title>
13
[% INCLUDE 'doc-head-close.inc' %]
16
[% INCLUDE 'doc-head-close.inc' %]
14
</head>
17
</head>
15
<body id="catalog_ISBDdetail" class="catalog">
18
<body id="catalog_ISBDdetail" class="catalog">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/MARCdetail.tt (-7 / +10 lines)
Lines 1-15 Link Here
1
[% USE raw %]
1
[% USE raw %]
2
[% USE Koha %]
2
[% USE Koha %]
3
[% USE Asset %]
3
[% USE Asset %]
4
[% PROCESS 'i18n.inc' %]
4
[% SET footerjs = 1 %]
5
[% SET footerjs = 1 %]
5
[% INCLUDE 'doc-head-open.inc' %]
6
[% INCLUDE 'doc-head-open.inc' %]
6
<title>
7
<title>[% FILTER collapse %]
7
  [% IF ( unknownbiblionumber ) %]
8
    [% IF ( unknownbiblionumber ) %]
8
    Unknown record
9
        [% t("Unknown record") | html %]
9
  [% ELSE %]
10
    [% ELSE %]
10
    MARC details for [% INCLUDE 'biblio-title-head.inc' %]
11
        [% t("MARC details for") | html %] [% INCLUDE 'biblio-title-head.inc' %]
11
  [% END %] &rsaquo; Catalog &rsaquo; Koha
12
    [% END %] &rsaquo;
12
</title>
13
    [% t("Catalog") | html %] &rsaquo;
14
    [% t("Koha") | html %]
15
[% END %]</title>
13
[% INCLUDE 'doc-head-close.inc' %]
16
[% INCLUDE 'doc-head-close.inc' %]
14
</head>
17
</head>
15
18
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/advsearch.tt (-1 / +6 lines)
Lines 2-10 Link Here
2
[% USE Koha %]
2
[% USE Koha %]
3
[% USE Asset %]
3
[% USE Asset %]
4
[% USE Branches %]
4
[% USE Branches %]
5
[% PROCESS 'i18n.inc' %]
5
[% SET footerjs = 1 %]
6
[% SET footerjs = 1 %]
6
[% INCLUDE 'doc-head-open.inc' %]
7
[% INCLUDE 'doc-head-open.inc' %]
7
<title>Advanced search &rsaquo; Catalog &rsaquo; Koha</title>
8
<title>[% FILTER collapse %]
9
    [% t("Advanced search") | html %] &rsaquo;
10
    [% t("Catalog") | html %] &rsaquo;
11
    [% t("Koha") | html %]
12
[% END %]</title>
8
[% INCLUDE 'doc-head-close.inc' %]
13
[% INCLUDE 'doc-head-close.inc' %]
9
</head>
14
</head>
10
15
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt (-7 / +9 lines)
Lines 35-47 Link Here
35
35
36
[% SET footerjs = 1 %]
36
[% SET footerjs = 1 %]
37
[% INCLUDE 'doc-head-open.inc' %]
37
[% INCLUDE 'doc-head-open.inc' %]
38
<title>
38
<title>[% FILTER collapse %]
39
  [% IF ( unknownbiblionumber ) %]
39
    [% IF ( unknownbiblionumber ) %]
40
    Unknown record
40
        [% t("Unknown record") | html %]
41
  [% ELSE %]
41
    [% ELSE %]
42
    Details for [% INCLUDE 'biblio-title-head.inc' %]
42
        [% t("Details for") | html %] [% INCLUDE 'biblio-title-head.inc' %]
43
  [% END %] &rsaquo; Catalog &rsaquo; Koha
43
    [% END %] &rsaquo;
44
</title>
44
    [% t("Catalog") | html %] &rsaquo;
45
    [% t("Koha") | html %]
46
[% END %]</title>
45
[% INCLUDE 'doc-head-close.inc' %]
47
[% INCLUDE 'doc-head-close.inc' %]
46
[% Asset.css("lib/Chocolat/css/chocolat.css") | $raw %]
48
[% Asset.css("lib/Chocolat/css/chocolat.css") | $raw %]
47
</head>
49
</head>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/imageviewer.tt (-1 / +7 lines)
Lines 1-8 Link Here
1
[% USE raw %]
1
[% USE raw %]
2
[% USE Asset %]
2
[% USE Asset %]
3
[% PROCESS 'i18n.inc' %]
3
[% SET footerjs = 1 %]
4
[% SET footerjs = 1 %]
4
[% INCLUDE 'doc-head-open.inc' %]
5
[% INCLUDE 'doc-head-open.inc' %]
5
<title>Images &rsaquo; [% INCLUDE 'biblio-title-head.inc' %] &rsaquo; Catalog &rsaquo; Koha</title>
6
<title>[% FILTER collapse %]
7
    [% t("Images") | html %] &rsaquo;
8
    [% INCLUDE 'biblio-title-head.inc' %] &rsaquo;
9
    [% t("Catalog") | html %] &rsaquo;
10
    [% t("Koha") | html %]
11
[% END %]</title>
6
[% INCLUDE 'doc-head-close.inc' %]
12
[% INCLUDE 'doc-head-close.inc' %]
7
<style>
13
<style>
8
#largeCover {
14
#largeCover {
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/issuehistory.tt (-1 / +6 lines)
Lines 4-12 Link Here
4
[% USE KohaDates %]
4
[% USE KohaDates %]
5
[% USE Branches %]
5
[% USE Branches %]
6
[% USE TablesSettings %]
6
[% USE TablesSettings %]
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>Checkout history for [% INCLUDE 'biblio-title-head.inc' %] &rsaquo; Catalog &rsaquo; Koha</title>
10
<title>[% FILTER collapse %]
11
    [% t("Checkout history for") | html %] [% INCLUDE 'biblio-title-head.inc' %] &rsaquo;
12
    [% t("Catalog") | html %] &rsaquo;
13
    [% t("Koha") | html %]
14
[% END %]</title>
10
[% INCLUDE 'doc-head-close.inc' %]
15
[% INCLUDE 'doc-head-close.inc' %]
11
</head>
16
</head>
12
17
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/itemsearch.tt (-2 / +6 lines)
Lines 2-8 Link Here
2
[% USE To %]
2
[% USE To %]
3
[% USE Asset %]
3
[% USE Asset %]
4
[% USE AuthorisedValues %]
4
[% USE AuthorisedValues %]
5
5
[% PROCESS 'i18n.inc' %]
6
[%- BLOCK form_label -%]
6
[%- BLOCK form_label -%]
7
  [%- SWITCH label -%]
7
  [%- SWITCH label -%]
8
    [%- CASE 'barcode' %]<span>Barcode</span>
8
    [%- CASE 'barcode' %]<span>Barcode</span>
Lines 142-148 Link Here
142
142
143
[% SET footerjs = 1 %]
143
[% SET footerjs = 1 %]
144
[% INCLUDE 'doc-head-open.inc' %]
144
[% INCLUDE 'doc-head-open.inc' %]
145
  <title>Item search &rsaquo; Catalog &rsaquo; Koha</title>
145
<title>[% FILTER collapse %]
146
    [% t("Item search") | html %] &rsaquo;
147
    [% t("Catalog") | html %] &rsaquo;
148
    [% t("Koha") | html %]
149
[% END %]</title>
146
  [% INCLUDE 'doc-head-close.inc' %]
150
  [% INCLUDE 'doc-head-close.inc' %]
147
  [% Asset.css("css/itemsearchform.css") | $raw %]
151
  [% Asset.css("css/itemsearchform.css") | $raw %]
148
</head>
152
</head>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/labeledMARCdetail.tt (-7 / +10 lines)
Lines 1-16 Link Here
1
[% USE raw %]
1
[% USE raw %]
2
[% USE Koha %]
2
[% USE Koha %]
3
[% USE Asset %]
3
[% USE Asset %]
4
[% PROCESS 'i18n.inc' %]
4
[% SET footerjs = 1 %]
5
[% SET footerjs = 1 %]
5
[% INCLUDE 'doc-head-open.inc' %]
6
[% INCLUDE 'doc-head-open.inc' %]
6
7
7
<title>
8
<title>[% FILTER collapse %]
8
  [% IF ( unknownbiblionumber ) %]
9
    [% IF ( unknownbiblionumber ) %]
9
    Unknown record
10
        [% t("Unknown record") | html %]
10
  [% ELSE %]
11
    [% ELSE %]
11
    Labeled MARC details for [% bibliotitle | html %]
12
        [% t("Labeled MARC details for") | html %] [% bibliotitle | html %]
12
  [% END %] &rsaquo; Catalog &rsaquo; Koha
13
    [% END %] &rsaquo;
13
</title>
14
    [% t("Catalog") | html %] &rsaquo;
15
    [% t("Koha") | html %]
16
[% END %]</title>
14
17
15
    [% INCLUDE 'doc-head-close.inc' %]
18
    [% INCLUDE 'doc-head-close.inc' %]
16
</head>
19
</head>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/moredetail.tt (-1 / +6 lines)
Lines 4-12 Link Here
4
[% USE Koha %]
4
[% USE Koha %]
5
[% USE Branches %]
5
[% USE Branches %]
6
[% USE Price %]
6
[% USE Price %]
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>Item details for [% INCLUDE 'biblio-title-head.inc' %] &rsaquo; Catalog &rsaquo; Koha</title>
10
<title>[% FILTER collapse %]
11
    [% t("Item details for") | html %] [% INCLUDE 'biblio-title-head.inc' %] &rsaquo;
12
    [% t("Catalog") | html %] &rsaquo;
13
    [% t("Koha") | html %]
14
[% END %]</title>
10
[% INCLUDE 'doc-head-close.inc' %]
15
[% INCLUDE 'doc-head-close.inc' %]
11
<style>.listgroup .rows{margin-left:1em;}</style>
16
<style>.listgroup .rows{margin-left:1em;}</style>
12
</head>
17
</head>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/results.tt (-1 / +21 lines)
Lines 12-18 Link Here
12
[% USE AuthorisedValues %]
12
[% USE AuthorisedValues %]
13
[% INCLUDE 'doc-head-open.inc' %]
13
[% INCLUDE 'doc-head-open.inc' %]
14
14
15
<title>[% IF ( searchdesc ) %]Results of search [% IF ( query_desc ) %]for '[% query_desc | html %]'[% END %][% IF ( limit_desc ) %]&nbsp;with limit(s):&nbsp;'[% limit_desc | html %]'[% END %][% ELSE %]You did not specify any search criteria[% END %] &rsaquo; Catalog &rsaquo; Koha</title>
15
<title>[% FILTER collapse %]
16
    [% IF ( searchdesc ) %]
17
        [% IF ( query_desc ) %]
18
            [% IF ( limit_desc ) %]
19
                [% tx("Results of search for {query_desc} with limit(s): '{limit_desc}'", { query_desc = query_desc, limit_desc = limit_desc }) | html %]
20
            [% ELSE %]
21
                [% tx("Results of search for {query_desc}", { query_desc = query_desc }) | html %]
22
            [% END %]
23
        [% ELSE %]
24
            [% IF ( limit_desc ) %]
25
                [% tx("Results of search for {limit_desc}", { limit_desc = limit_desc }) | html %]
26
            [% ELSE %]
27
                [% t("Results of search") | html %]
28
            [% END %]
29
        [% END %]
30
    [% ELSE %]
31
        [% t("You did not specify any search criteria") | html %]
32
    [% END %] &rsaquo;
33
    [% t("Catalog") | html %] &rsaquo;
34
    [% t("Koha") | html %]
35
[% END %]</title>
16
[% INCLUDE 'doc-head-close.inc' %]
36
[% INCLUDE 'doc-head-close.inc' %]
17
</head>
37
</head>
18
38
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/search-history.tt (-3 / +8 lines)
Lines 1-10 Link Here
1
[% USE raw %]
1
[% USE raw %]
2
[% USE Asset %]
2
[% USE Asset %]
3
[% SET footerjs = 1 %]
4
[% INCLUDE 'doc-head-open.inc' %]
5
[% USE Koha %]
3
[% USE Koha %]
6
[% USE KohaDates %]
4
[% USE KohaDates %]
7
<title>Search history &rsaquo; Catalog &rsaquo; Koha</title>
5
[% PROCESS 'i18n.inc' %]
6
[% SET footerjs = 1 %]
7
[% INCLUDE 'doc-head-open.inc' %]
8
<title>[% FILTER collapse %]
9
    [% t("Search history") | html %] &rsaquo;
10
    [% t("Catalog") | html %] &rsaquo;
11
    [% t("Koha") | html %]
12
[% END %]</title>
8
[% INCLUDE 'doc-head-close.inc' %]
13
[% INCLUDE 'doc-head-close.inc' %]
9
</head>
14
</head>
10
15
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/showelastic.tt (-1 / +5 lines)
Lines 1-6 Link Here
1
[% INCLUDE 'doc-head-open.inc' %]
1
[% INCLUDE 'doc-head-open.inc' %]
2
[% USE raw %]
2
[% USE raw %]
3
<title>Elasticsearch record &rsaquo; Catalog &rsaquo; Koha</title>
3
<title>[% FILTER collapse %]
4
    Elasticsearch record &rsaquo;
5
    [% t("Catalog") | html %] &rsaquo;
6
    [% t("Koha") | html %]
7
[% END %]</title>
4
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
8
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
5
</head>
9
</head>
6
<body id="catalog_showelastic" class="catalog">
10
<body id="catalog_showelastic" class="catalog">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/showmarc.tt (-1 / +7 lines)
Lines 1-5 Link Here
1
[% USE raw %]
2
[% PROCESS 'i18n.inc' %]
1
[% INCLUDE 'doc-head-open.inc' %]
3
[% INCLUDE 'doc-head-open.inc' %]
2
<title>MARC import &rsaquo; Cataloging &rsaquo; Koha</title>
4
<title>[% FILTER collapse %]
5
    [% t("MARC import") | html %] &rsaquo;
6
    [% t("Cataloging") | html %] &rsaquo;
7
    [% t("Koha") | html %]
8
[% END %]</title>
3
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
9
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
4
</head>
10
</head>
5
<body id="catalog_showmarc" class="catalog">
11
<body id="catalog_showmarc" class="catalog">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/stockrotation.tt (-1 / +6 lines)
Lines 2-10 Link Here
2
[% USE Koha %]
2
[% USE Koha %]
3
[% USE Asset %]
3
[% USE Asset %]
4
[% USE Branches %]
4
[% USE Branches %]
5
[% PROCESS 'i18n.inc' %]
5
[% SET footerjs = 1 %]
6
[% SET footerjs = 1 %]
6
[% INCLUDE 'doc-head-open.inc' %]
7
[% INCLUDE 'doc-head-open.inc' %]
7
<title>Stock rotation details for [% INCLUDE 'biblio-title-head.inc' %] &rsaquo; Catalog &rsaquo; Koha</title>
8
<title>[% FILTER collapse %]
9
    [% t("Stock rotation details for") | html %] [% INCLUDE 'biblio-title-head.inc' %] &rsaquo;
10
    [% t("Catalog") | html %] &rsaquo;
11
    [% t("Koha") | html %]
12
[% END %]</title>
8
[% INCLUDE 'doc-head-close.inc' %]
13
[% INCLUDE 'doc-head-close.inc' %]
9
</head>
14
</head>
10
<body id="catalog_stockrotation" class="catalog">
15
<body id="catalog_stockrotation" class="catalog">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/virtualshelves/addbybiblionumber.tt (-1 / +7 lines)
Lines 1-5 Link Here
1
[% USE raw %]
2
[% PROCESS 'i18n.inc' %]
1
[% INCLUDE 'doc-head-open.inc' %]
3
[% INCLUDE 'doc-head-open.inc' %]
2
<title>Add to list &rsaquo; Koha</title>
4
<title>[% FILTER collapse %]
5
    [% t("Add to list") | html %] &rsaquo;
6
    [% t("Lists") | html %] &rsaquo;
7
    [% t("Koha") | html %]
8
[% END %]</title>
3
[% INCLUDE 'doc-head-close.inc' %]
9
[% INCLUDE 'doc-head-close.inc' %]
4
</head>
10
</head>
5
11
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/virtualshelves/downloadshelf.tt (-1 / +7 lines)
Lines 1-5 Link Here
1
[% USE raw %]
2
[% PROCESS 'i18n.inc' %]
1
[% INCLUDE 'doc-head-open.inc' %]
3
[% INCLUDE 'doc-head-open.inc' %]
2
<title>Download list &rsaquo; Koha</title>
4
<title>[% FILTER collapse %]
5
    [% t("Download list") | html %] &rsaquo;
6
    [% t("Lists") | html %] &rsaquo;
7
    [% t("Koha") | html %]
8
[% END %]</title>
3
[% INCLUDE 'doc-head-close.inc' %]
9
[% INCLUDE 'doc-head-close.inc' %]
4
</head>
10
</head>
5
<body id="lists_downloadshelf" class="lists" style="padding:1em;">
11
<body id="lists_downloadshelf" class="lists" style="padding:1em;">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/virtualshelves/sendshelfform.tt (-1 / +7 lines)
Lines 1-5 Link Here
1
[% USE raw %]
2
[% PROCESS 'i18n.inc' %]
1
[% INCLUDE 'doc-head-open.inc' %]
3
[% INCLUDE 'doc-head-open.inc' %]
2
<title>Sending your list &rsaquo; Lists &rsaquo; Koha</title>
4
<title>[% FILTER collapse %]
5
    [% t("Sending your list") | html %] &rsaquo;
6
    [% t("Lists") | html %] &rsaquo;
7
    [% t("Koha") | html %]
8
[% END %]</title>
3
[% INCLUDE 'doc-head-close.inc' %]
9
[% INCLUDE 'doc-head-close.inc' %]
4
</head>
10
</head>
5
<body id="lists_sendshelfform" class="lists" style="padding: 1em;">
11
<body id="lists_sendshelfform" class="lists" style="padding: 1em;">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/virtualshelves/shelves.tt (-9 / +11 lines)
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 %] &rsaquo; [% END %]
12
        [% tx("Contents of {list_name}", { list_name = shelf.shelfname }) | html %] &rsaquo;
12
13
    [% END %]
13
    [% IF op == 'add_form' %]
14
    [% IF op == 'add_form' %]
14
        Create new list &rsaquo; [% END %]
15
        [% t("Create new list") | html %] &rsaquo;
15
16
    [% END %]
16
    [% IF op == 'edit_form' %]
17
    [% IF op == 'edit_form' %]
17
        Edit list [% shelf.shelfname | html %] &rsaquo; [% END %]
18
        [% tx("Edit list {list_name}", { list_name = shelf.shelfname }) | html %] &rsaquo;
18
    Lists &rsaquo; Koha
19
    [% END %]
19
</title>
20
    [% t("Lists") | html %] &rsaquo;
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
- 

Return to bug 33911