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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/ISBDdetail.tt (-2 / +2 lines)
Lines 3-14 Link Here
3
[% USE Asset %]
3
[% USE Asset %]
4
[% SET footerjs = 1 %]
4
[% SET footerjs = 1 %]
5
[% INCLUDE 'doc-head-open.inc' %]
5
[% INCLUDE 'doc-head-open.inc' %]
6
<title>Koha &rsaquo; Catalog &rsaquo;
6
<title>
7
  [% IF ( unknownbiblionumber ) %]
7
  [% IF ( unknownbiblionumber ) %]
8
    Unknown record
8
    Unknown record
9
  [% ELSE %]
9
  [% ELSE %]
10
    ISBD details for [% INCLUDE 'biblio-title-head.inc' %]
10
    ISBD details for [% INCLUDE 'biblio-title-head.inc' %]
11
  [% END %]
11
  [% END %] &rsaquo; Catalog &rsaquo; Koha
12
</title>
12
</title>
13
[% INCLUDE 'doc-head-close.inc' %]
13
[% INCLUDE 'doc-head-close.inc' %]
14
</head>
14
</head>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/MARCdetail.tt (-2 / +2 lines)
Lines 3-14 Link Here
3
[% USE Asset %]
3
[% USE Asset %]
4
[% SET footerjs = 1 %]
4
[% SET footerjs = 1 %]
5
[% INCLUDE 'doc-head-open.inc' %]
5
[% INCLUDE 'doc-head-open.inc' %]
6
<title>Koha &rsaquo; Catalog &rsaquo;
6
<title>
7
  [% IF ( unknownbiblionumber ) %]
7
  [% IF ( unknownbiblionumber ) %]
8
    Unknown record
8
    Unknown record
9
  [% ELSE %]
9
  [% ELSE %]
10
    MARC details for [% INCLUDE 'biblio-title-head.inc' %]
10
    MARC details for [% INCLUDE 'biblio-title-head.inc' %]
11
  [% END %]
11
  [% END %] &rsaquo; Catalog &rsaquo; Koha
12
</title>
12
</title>
13
[% INCLUDE 'doc-head-close.inc' %]
13
[% INCLUDE 'doc-head-close.inc' %]
14
</head>
14
</head>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/advsearch.tt (-1 / +1 lines)
Lines 4-10 Link Here
4
[% USE Branches %]
4
[% USE Branches %]
5
[% SET footerjs = 1 %]
5
[% SET footerjs = 1 %]
6
[% INCLUDE 'doc-head-open.inc' %]
6
[% INCLUDE 'doc-head-open.inc' %]
7
<title>Koha &rsaquo; Catalog &rsaquo; Advanced search</title>
7
<title>Advanced search &rsaquo; Catalog &rsaquo; Koha</title>
8
[% INCLUDE 'doc-head-close.inc' %]
8
[% INCLUDE 'doc-head-close.inc' %]
9
</head>
9
</head>
10
10
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt (-2 / +2 lines)
Lines 32-43 Link Here
32
32
33
[% SET footerjs = 1 %]
33
[% SET footerjs = 1 %]
34
[% INCLUDE 'doc-head-open.inc' %]
34
[% INCLUDE 'doc-head-open.inc' %]
35
<title>Koha &rsaquo; Catalog &rsaquo;
35
<title>
36
  [% IF ( unknownbiblionumber ) %]
36
  [% IF ( unknownbiblionumber ) %]
37
    Unknown record
37
    Unknown record
38
  [% ELSE %]
38
  [% ELSE %]
39
    Details for [% INCLUDE 'biblio-title-head.inc' %]
39
    Details for [% INCLUDE 'biblio-title-head.inc' %]
40
  [% END %]
40
  [% END %] &rsaquo; Catalog &rsaquo; Koha
41
</title>
41
</title>
42
[% INCLUDE 'doc-head-close.inc' %]
42
[% INCLUDE 'doc-head-close.inc' %]
43
</head>
43
</head>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/imageviewer.tt (-1 / +1 lines)
Lines 2-8 Link Here
2
[% USE Asset %]
2
[% USE Asset %]
3
[% SET footerjs = 1 %]
3
[% SET footerjs = 1 %]
4
[% INCLUDE 'doc-head-open.inc' %]
4
[% INCLUDE 'doc-head-open.inc' %]
5
<title>Koha &rsaquo; Catalog &rsaquo; [% INCLUDE 'biblio-title-head.inc' %] &rsaquo; Images</title>
5
<title>Images &rsaquo; [% INCLUDE 'biblio-title-head.inc' %] &rsaquo; Catalog &rsaquo; Koha</title>
6
[% INCLUDE 'doc-head-close.inc' %]
6
[% INCLUDE 'doc-head-close.inc' %]
7
<style>
7
<style>
8
#largeCover {
8
#largeCover {
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/issuehistory.tt (-1 / +1 lines)
Lines 6-12 Link Here
6
[% USE TablesSettings %]
6
[% USE TablesSettings %]
7
[% SET footerjs = 1 %]
7
[% SET footerjs = 1 %]
8
[% INCLUDE 'doc-head-open.inc' %]
8
[% INCLUDE 'doc-head-open.inc' %]
9
<title>Koha &rsaquo; Catalog &rsaquo; Checkout history for [% INCLUDE 'biblio-title-head.inc' %]</title>
9
<title>Checkout history for [% INCLUDE 'biblio-title-head.inc' %] &rsaquo; Catalog &rsaquo; Koha</title>
10
[% INCLUDE 'doc-head-close.inc' %]
10
[% INCLUDE 'doc-head-close.inc' %]
11
</head>
11
</head>
12
12
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/itemsearch.tt (-1 / +1 lines)
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>Koha &rsaquo; Catalog &rsaquo; Item search</title>
145
  <title>Item search &rsaquo; Catalog &rsaquo; Koha</title>
146
  [% INCLUDE 'doc-head-close.inc' %]
146
  [% INCLUDE 'doc-head-close.inc' %]
147
  [% Asset.css("css/itemsearchform.css") | $raw %]
147
  [% Asset.css("css/itemsearchform.css") | $raw %]
148
</head>
148
</head>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/labeledMARCdetail.tt (-2 / +2 lines)
Lines 4-15 Link Here
4
[% SET footerjs = 1 %]
4
[% SET footerjs = 1 %]
5
[% INCLUDE 'doc-head-open.inc' %]
5
[% INCLUDE 'doc-head-open.inc' %]
6
6
7
<title>Koha &rsaquo; Catalog &rsaquo;
7
<title>
8
  [% IF ( unknownbiblionumber ) %]
8
  [% IF ( unknownbiblionumber ) %]
9
    Unknown record
9
    Unknown record
10
  [% ELSE %]
10
  [% ELSE %]
11
    Labeled MARC details for [% bibliotitle | html %]
11
    Labeled MARC details for [% bibliotitle | html %]
12
  [% END %]
12
  [% END %] &rsaquo; Catalog &rsaquo; Koha
13
</title>
13
</title>
14
14
15
	[% INCLUDE 'doc-head-close.inc' %]
15
	[% INCLUDE 'doc-head-close.inc' %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/moredetail.tt (-1 / +1 lines)
Lines 6-12 Link Here
6
[% USE Price %]
6
[% USE Price %]
7
[% SET footerjs = 1 %]
7
[% SET footerjs = 1 %]
8
[% INCLUDE 'doc-head-open.inc' %]
8
[% INCLUDE 'doc-head-open.inc' %]
9
<title>Koha &rsaquo; Catalog &rsaquo; Item details for [% INCLUDE 'biblio-title-head.inc' %]</title>
9
<title>Item details for [% INCLUDE 'biblio-title-head.inc' %] &rsaquo; Catalog &rsaquo; Koha</title>
10
[% INCLUDE 'doc-head-close.inc' %]
10
[% INCLUDE 'doc-head-close.inc' %]
11
<style>h3{padding-top: 1em; border-top: 2px solid #CCCCCC; clear: both}#exportLabelexportModal_{border-top: 0px;}</style>
11
<style>h3{padding-top: 1em; border-top: 2px solid #CCCCCC; clear: both}#exportLabelexportModal_{border-top: 0px;}</style>
12
</head>
12
</head>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/results.tt (-1 / +1 lines)
Lines 20-26 Link Here
20
[% END %]
20
[% END %]
21
[% INCLUDE 'doc-head-open.inc' %]
21
[% INCLUDE 'doc-head-open.inc' %]
22
22
23
<title>Koha &rsaquo; Catalog &rsaquo; [% 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 %]</title>
23
<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>
24
[% INCLUDE 'doc-head-close.inc' %]
24
[% INCLUDE 'doc-head-close.inc' %]
25
</head>
25
</head>
26
26
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/search-history.tt (-1 / +1 lines)
Lines 4-10 Link Here
4
[% INCLUDE 'doc-head-open.inc' %]
4
[% INCLUDE 'doc-head-open.inc' %]
5
[% USE Koha %]
5
[% USE Koha %]
6
[% USE KohaDates %]
6
[% USE KohaDates %]
7
<title>Koha &rsaquo; Catalog &rsaquo; Search history</title>
7
<title>Search history &rsaquo; Catalog &rsaquo; Koha</title>
8
[% INCLUDE 'doc-head-close.inc' %]
8
[% INCLUDE 'doc-head-close.inc' %]
9
</head>
9
</head>
10
10
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/showmarc.tt (-1 / +1 lines)
Lines 1-5 Link Here
1
[% INCLUDE 'doc-head-open.inc' %]
1
[% INCLUDE 'doc-head-open.inc' %]
2
<title>Koha &rsaquo; Cataloging &rsaquo; MARC import</title>
2
<title>MARC import &rsaquo; Cataloging &rsaquo; Koha</title>
3
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
3
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
4
</head>
4
</head>
5
<body id="catalog_showmarc" class="catalog">
5
<body id="catalog_showmarc" class="catalog">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/stockrotation.tt (-2 / +1 lines)
Lines 4-10 Link Here
4
[% USE Branches %]
4
[% USE Branches %]
5
[% SET footerjs = 1 %]
5
[% SET footerjs = 1 %]
6
[% INCLUDE 'doc-head-open.inc' %]
6
[% INCLUDE 'doc-head-open.inc' %]
7
<title>Koha &rsaquo; Catalog &rsaquo; Stock rotation details for [% INCLUDE 'biblio-title-head.inc' %]</title>
7
<title>Stock rotation details for [% INCLUDE 'biblio-title-head.inc' %] &rsaquo; Catalog &rsaquo; Koha</title>
8
[% INCLUDE 'doc-head-close.inc' %]
8
[% INCLUDE 'doc-head-close.inc' %]
9
</head>
9
</head>
10
<body id="catalog_stockrotation" class="catalog">
10
<body id="catalog_stockrotation" class="catalog">
11
- 

Return to bug 26703