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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/offline_circ/enqueue_koc.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 offline circulations to queue &rsaquo; Circulation &rsaquo; Koha</title>
4
<title>[% FILTER collapse %]
5
    [% t("Add offline circulations to queue") | html %] &rsaquo;
6
    [% t("Circulation") | 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="ocirc_enqueue_koc" class="circ ocirc">
11
<body id="ocirc_enqueue_koc" class="circ ocirc">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/offline_circ/list.tt (-1 / +6 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>Offline circulation &rsaquo; Circulation &rsaquo; Koha</title>
6
    <title>[% FILTER collapse %]
7
        [% t("Offline circulation") | html %] &rsaquo;
8
        [% t("Circulation") | html %] &rsaquo;
9
        [% t("Koha") | html %]
10
    [% END %]</title>
6
    [% INCLUDE "doc-head-close.inc" %]
11
    [% INCLUDE "doc-head-close.inc" %]
7
</head>
12
</head>
8
13
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/offline_circ/process_koc.tt (-1 / +6 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>Offline circulation file upload &rsaquo; Circulation &rsaquo; Koha</title>
6
<title>[% FILTER collapse %]
7
    [% t("Offline circulation file upload") | html %] &rsaquo;
8
    [% t("Circulation") | html %] &rsaquo;
9
    [% t("Koha") | html %]
10
[% END %]</title>
6
[% INCLUDE 'doc-head-close.inc' %]
11
[% INCLUDE 'doc-head-close.inc' %]
7
</head>
12
</head>
8
13
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/patron_lists/add-modify.tt (-5 / +9 lines)
Lines 1-14 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>
6
<title>[% FILTER collapse %]
6
    [% IF list.patron_list_id %]
7
    [% IF list.patron_list_id %]
7
        Modify patron list
8
        [% t("Modify patron list") | html %]
8
    [% ELSE %]
9
    [% ELSE %]
9
        New patron list
10
        [% t("New patron list") | html %]
10
    [% END %] &rsaquo; Patron lists &rsaquo; Tools &rsaquo; Koha
11
    [% END %] &rsaquo;
11
</title>
12
    [% t("Patron lists") | html %] &rsaquo;
13
    [% t("Tools") | html %] &rsaquo;
14
    [% t("Koha") | html %]
15
[% END %]</title>
12
[% INCLUDE 'doc-head-close.inc' %]
16
[% INCLUDE 'doc-head-close.inc' %]
13
</head>
17
</head>
14
18
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/patron_lists/list.tt (-1 / +8 lines)
Lines 2-11 Link Here
2
[% USE Asset %]
2
[% USE Asset %]
3
[% USE KohaDates %]
3
[% USE KohaDates %]
4
[% USE TablesSettings %]
4
[% USE TablesSettings %]
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
[% INCLUDE 'columns_settings.inc' %]
8
[% INCLUDE 'columns_settings.inc' %]
8
<title>Add patrons &rsaquo; [% list.name | html %] &rsaquo; Patron lists &rsaquo; Tools &rsaquo; Koha</title>
9
<title>[% FILTER collapse %]
10
    [% t("Add patrons") | html %] &rsaquo;
11
    [% list.name | html %] &rsaquo;
12
    [% t("Patron lists") | html %] &rsaquo;
13
    [% t("Tools") | html %] &rsaquo;
14
    [% t("Koha") | html %]
15
[% END %]</title>
9
[% INCLUDE 'doc-head-close.inc' %]
16
[% INCLUDE 'doc-head-close.inc' %]
10
17
11
<style>
18
<style>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/patron_lists/lists.tt (-2 / +6 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>Patron lists &rsaquo; Tools &rsaquo; Koha</title>
6
<title>[% FILTER collapse %]
7
    [% t("Patron lists") | html %] &rsaquo;
8
    [% t("Tools") | html %] &rsaquo;
9
    [% t("Koha") | html %]
10
[% END %]</title>
6
[% INCLUDE 'doc-head-close.inc' %]
11
[% INCLUDE 'doc-head-close.inc' %]
7
[% INCLUDE 'greybox.inc' %]
12
[% INCLUDE 'greybox.inc' %]
8
</head>
13
</head>
9
- 

Return to bug 33917