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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/authorities/auth_finder.tt (-1 / +5 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>Cataloging authority plugin &rsaquo; Koha</title>
6
<title>[% FILTER collapse %]
7
    [% t("Cataloging authority plugin") | html %] &rsaquo;
8
    [% t("Koha") | html %]
9
[% END %]</title>
6
[% INCLUDE 'doc-head-close.inc' %]
10
[% INCLUDE 'doc-head-close.inc' %]
7
</head>
11
</head>
8
12
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/authorities/authorities-home.tt (-1 / +5 lines)
Lines 1-7 Link Here
1
[% USE raw %]
1
[% USE raw %]
2
[% PROCESS 'i18n.inc' %]
2
[% SET footerjs = 1 %]
3
[% SET footerjs = 1 %]
3
[% INCLUDE 'doc-head-open.inc' %]
4
[% INCLUDE 'doc-head-open.inc' %]
4
<title>Authorities &rsaquo; Koha</title>
5
<title>[% FILTER collapse %]
6
    [% t("Authorities") | html %] &rsaquo;
7
    [% t("Koha") | html %]
8
[% END %]</title>
5
[% INCLUDE 'doc-head-close.inc' %]
9
[% INCLUDE 'doc-head-close.inc' %]
6
</head>
10
</head>
7
11
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/authorities/authorities.tt (-1 / +10 lines)
Lines 1-8 Link Here
1
[% USE raw %]
1
[% USE raw %]
2
[% USE To %]
2
[% USE To %]
3
[% USE Asset %]
3
[% USE Asset %]
4
[% PROCESS 'i18n.inc' %]
4
[% INCLUDE 'doc-head-open.inc' %]
5
[% INCLUDE 'doc-head-open.inc' %]
5
<title>[% IF ( authid ) %]Modify authority #[% authid | html %] ([% authtypetext | html %])[% ELSE %]Adding authority ([% authtypetext | html %])[% END %] &rsaquo; Authorities &rsaquo; Koha</title>
6
<title>[% FILTER collapse %]
7
    [% IF ( authid ) %]
8
        [% tx("Modify authority #{authority_id} ({authtypetext})", { authority_id = authid, authtypetext = authtypetext }) | html %]
9
    [% ELSE %]
10
        [% tx("Adding authority ({authtypetext})", { authtypetext = authtypetext }) | html %]
11
    [% END %] &rsaquo;
12
    [% t("Authorities") | html %] &rsaquo;
13
    [% t("Koha") | html %]
14
[% END %]</title>
6
[% INCLUDE 'doc-head-close.inc' %]
15
[% INCLUDE 'doc-head-close.inc' %]
7
[% Asset.js("lib/hc-sticky.js") | $raw %]
16
[% Asset.js("lib/hc-sticky.js") | $raw %]
8
<script>
17
<script>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/authorities/blinddetail-biblio-search.tt (-1 / +6 lines)
Lines 1-7 Link Here
1
[% USE To %]
1
[% USE To %]
2
[% USE raw %]
3
[% PROCESS 'i18n.inc' %]
2
[% SET footerjs = 1 %]
4
[% SET footerjs = 1 %]
3
[% INCLUDE 'doc-head-open.inc' %]
5
[% INCLUDE 'doc-head-open.inc' %]
4
<title>Authority details &rsaquo; Koha</title>
6
<title>[% FILTER collapse %]
7
    [% t("Authority details") | html %] &rsaquo;
8
    [% t("Koha") | html %]
9
[% END %]</title>
5
[% INCLUDE 'doc-head-close.inc' %]
10
[% INCLUDE 'doc-head-close.inc' %]
6
</head>
11
</head>
7
12
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/authorities/detail.tt (-5 / +8 lines)
Lines 1-15 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
[% PROCESS 'authorities.inc' %]
5
[% PROCESS 'authorities.inc' %]
5
[% INCLUDE 'doc-head-open.inc' %]
6
[% INCLUDE 'doc-head-open.inc' %]
6
<title>
7
<title>[% FILTER collapse %]
7
    [% IF ( unknownauthid ) %]
8
    [% IF ( unknownauthid ) %]
8
        Unknown authority record
9
        [% t("Unknown authority record") | html %]
9
    [% ELSE %]
10
    [% ELSE %]
10
        Details for authority #[% authid | html %] ([% authtypetext | html %])
11
        [% tx("Details for authority #{authid} ({authtypetext})", { authid = authid, authtypetext = authtypetext }) | html %]
11
    [% END %] &rsaquo; Authorities &rsaquo; Koha
12
    [% END %] &rsaquo;
12
</title>
13
    [% t("Authorities") | html %] &rsaquo;
14
    [% t("Koha") | html %]
15
[% END %]</title>
13
[% INCLUDE 'doc-head-close.inc' %]
16
[% INCLUDE 'doc-head-close.inc' %]
14
[% Asset.css("css/addbiblio.css") | $raw %]
17
[% Asset.css("css/addbiblio.css") | $raw %]
15
[% IF ( displayhierarchy ) %]
18
[% IF ( displayhierarchy ) %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/authorities/merge.tt (-1 / +6 lines)
Lines 1-9 Link Here
1
[% USE raw %]
1
[% USE raw %]
2
[% USE Asset %]
2
[% USE Asset %]
3
[% PROCESS 'i18n.inc' %]
3
[% PROCESS 'merge-record.inc' %]
4
[% PROCESS 'merge-record.inc' %]
4
[% SET footerjs = 1 %]
5
[% SET footerjs = 1 %]
5
[% INCLUDE 'doc-head-open.inc' %]
6
[% INCLUDE 'doc-head-open.inc' %]
6
<title>Merging records &rsaquo; Cataloging &rsaquo; Koha</title>
7
<title>[% FILTER collapse %]
8
    [% t("Merging records") | html %] &rsaquo;
9
    [% t("Authorities") | html %] &rsaquo;
10
    [% t("Koha") | html %]
11
[% END %]</title>
7
[% INCLUDE 'doc-head-close.inc' %]
12
[% INCLUDE 'doc-head-close.inc' %]
8
<style>
13
<style>
9
div.record ul, div.record li { float:none; display:block; }
14
div.record ul, div.record li { float:none; display:block; }
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/authorities/searchresultlist-auth.tt (-1 / +5 lines)
Lines 1-10 Link Here
1
[% USE raw %]
1
[% USE raw %]
2
[% USE Asset %]
2
[% USE Asset %]
3
[% USE Koha %]
3
[% USE Koha %]
4
[% PROCESS 'i18n.inc' %]
4
[% SET footerjs = 1 %]
5
[% SET footerjs = 1 %]
5
[% PROCESS 'authorities-search-results.inc' %]
6
[% PROCESS 'authorities-search-results.inc' %]
6
[% INCLUDE 'doc-head-open.inc' %]
7
[% INCLUDE 'doc-head-open.inc' %]
7
<title>Cataloging authority plugin &rsaquo; Koha</title>
8
<title>[% FILTER collapse %]
9
    [% t("Cataloging authority plugin") | html %] &rsaquo;
10
    [% t("Koha") | html %]
11
[% END %]</title>
8
[% INCLUDE 'doc-head-close.inc' %]
12
[% INCLUDE 'doc-head-close.inc' %]
9
[% Asset.css("css/addbiblio.css") | $raw %]
13
[% Asset.css("css/addbiblio.css") | $raw %]
10
<style>
14
<style>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/authorities/searchresultlist.tt (-2 / +6 lines)
Lines 1-10 Link Here
1
[% USE raw %]
1
[% USE raw %]
2
[% USE Asset %]
2
[% USE Asset %]
3
[% USE Koha %]
3
[% USE Koha %]
4
[% PROCESS 'i18n.inc' %]
4
[% SET footerjs = 1 %]
5
[% SET footerjs = 1 %]
5
[% PROCESS 'authorities-search-results.inc' %]
6
[% PROCESS 'authorities-search-results.inc' %]
6
[% INCLUDE 'doc-head-open.inc' %]
7
[% INCLUDE 'doc-head-open.inc' %]
7
<title>Authority search results &rsaquo; Authorities &rsaquo; Koha</title>
8
<title>[% FILTER collapse %]
9
    [% t("Authority search results") | html %] &rsaquo;
10
    [% t("Authorities") | html %] &rsaquo;
11
    [% t("Koha") | html %]
12
[% END %]</title>
8
[% INCLUDE 'doc-head-close.inc' %]
13
[% INCLUDE 'doc-head-close.inc' %]
9
[% Asset.css("css/addbiblio.css") | $raw %]
14
[% Asset.css("css/addbiblio.css") | $raw %]
10
<style>
15
<style>
11
- 

Return to bug 33910