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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/ISBDdetail.tt (-1 / +2 lines)
Lines 8-14 Link Here
8
    [% IF ( unknownbiblionumber ) %]
8
    [% IF ( unknownbiblionumber ) %]
9
        [% t("Unknown record") | html %]
9
        [% t("Unknown record") | html %]
10
    [% ELSE %]
10
    [% ELSE %]
11
        [% t("ISBD details for") | html %] [% INCLUDE 'biblio-title-head.inc' %]
11
        [% title_in_title = INCLUDE 'biblio-title-head.inc' %]
12
        [% tx("ISBD details for {title}", { title = title_in_title }) | html %]
12
    [% END %] ›
13
    [% END %] ›
13
    [% t("Catalog") | html %] ›
14
    [% t("Catalog") | html %] ›
14
    [% t("Koha") | html %]
15
    [% t("Koha") | html %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/MARCdetail.tt (-1 / +2 lines)
Lines 8-14 Link Here
8
    [% IF ( unknownbiblionumber ) %]
8
    [% IF ( unknownbiblionumber ) %]
9
        [% t("Unknown record") | html %]
9
        [% t("Unknown record") | html %]
10
    [% ELSE %]
10
    [% ELSE %]
11
        [% t("MARC details for") | html %] [% INCLUDE 'biblio-title-head.inc' %]
11
        [% title_in_title = INCLUDE 'biblio-title-head.inc' %]
12
        [% tx("MARC details for {title}", { title = title_in_title }) | html %]
12
    [% END %] ›
13
    [% END %] ›
13
    [% t("Catalog") | html %] ›
14
    [% t("Catalog") | html %] ›
14
    [% t("Koha") | html %]
15
    [% t("Koha") | html %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt (-1 / +2 lines)
Lines 39-45 Link Here
39
    [% IF ( unknownbiblionumber ) %]
39
    [% IF ( unknownbiblionumber ) %]
40
        [% t("Unknown record") | html %]
40
        [% t("Unknown record") | html %]
41
    [% ELSE %]
41
    [% ELSE %]
42
        [% t("Details for") | html %] [% INCLUDE 'biblio-title-head.inc' %]
42
        [% title_in_title = INCLUDE 'biblio-title-head.inc' %]
43
        [% tx("Details for {title}", { title = title_in_title }) | html %]
43
    [% END %] ›
44
    [% END %] ›
44
    [% t("Catalog") | html %] ›
45
    [% t("Catalog") | html %] ›
45
    [% t("Koha") | html %]
46
    [% t("Koha") | html %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/issuehistory.tt (-1 / +2 lines)
Lines 8-14 Link Here
8
[% SET footerjs = 1 %]
8
[% SET footerjs = 1 %]
9
[% INCLUDE 'doc-head-open.inc' %]
9
[% INCLUDE 'doc-head-open.inc' %]
10
<title>[% FILTER collapse %]
10
<title>[% FILTER collapse %]
11
    [% t("Checkout history for") | html %] [% INCLUDE 'biblio-title-head.inc' %] &rsaquo;
11
    [% title_in_title = INCLUDE 'biblio-title-head.inc' %]
12
    [% tx("Checkout history for {title}", { title = title_in_title }) | html %] &rsaquo;
12
    [% t("Catalog") | html %] &rsaquo;
13
    [% t("Catalog") | html %] &rsaquo;
13
    [% t("Koha") | html %]
14
    [% t("Koha") | html %]
14
[% END %]</title>
15
[% END %]</title>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/labeledMARCdetail.tt (-1 / +1 lines)
Lines 9-15 Link Here
9
    [% IF ( unknownbiblionumber ) %]
9
    [% IF ( unknownbiblionumber ) %]
10
        [% t("Unknown record") | html %]
10
        [% t("Unknown record") | html %]
11
    [% ELSE %]
11
    [% ELSE %]
12
        [% t("Labeled MARC details for") | html %] [% bibliotitle | html %]
12
        [% tx("Labeled MARC details for {title}", { title = bibliotitle }) | html %]
13
    [% END %] &rsaquo;
13
    [% END %] &rsaquo;
14
    [% t("Catalog") | html %] &rsaquo;
14
    [% t("Catalog") | html %] &rsaquo;
15
    [% t("Koha") | html %]
15
    [% t("Koha") | html %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/moredetail.tt (-1 / +2 lines)
Lines 8-14 Link Here
8
[% SET footerjs = 1 %]
8
[% SET footerjs = 1 %]
9
[% INCLUDE 'doc-head-open.inc' %]
9
[% INCLUDE 'doc-head-open.inc' %]
10
<title>[% FILTER collapse %]
10
<title>[% FILTER collapse %]
11
    [% t("Item details for") | html %] [% INCLUDE 'biblio-title-head.inc' %] &rsaquo;
11
    [% title_in_title = INCLUDE 'biblio-title-head.inc' %]
12
    [% tx("Item details for {title}", { title = title_in_title }) | html %] &rsaquo;
12
    [% t("Catalog") | html %] &rsaquo;
13
    [% t("Catalog") | html %] &rsaquo;
13
    [% t("Koha") | html %]
14
    [% t("Koha") | html %]
14
[% END %]</title>
15
[% END %]</title>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/stockrotation.tt (-2 / +2 lines)
Lines 6-12 Link Here
6
[% SET footerjs = 1 %]
6
[% SET footerjs = 1 %]
7
[% INCLUDE 'doc-head-open.inc' %]
7
[% INCLUDE 'doc-head-open.inc' %]
8
<title>[% FILTER collapse %]
8
<title>[% FILTER collapse %]
9
    [% t("Stock rotation details for") | html %] [% INCLUDE 'biblio-title-head.inc' %] &rsaquo;
9
    [% title_in_title = INCLUDE 'biblio-title-head.inc' %]
10
    [% tx("Stock rotation details for {title}", { title = title_in_title }) | html %] &rsaquo;
10
    [% t("Catalog") | html %] &rsaquo;
11
    [% t("Catalog") | html %] &rsaquo;
11
    [% t("Koha") | html %]
12
    [% t("Koha") | html %]
12
[% END %]</title>
13
[% END %]</title>
13
- 

Return to bug 33911