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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/article-requests.tt (-1 / +6 lines)
Lines 5-13 Link Here
5
[% USE AuthorisedValues %]
5
[% USE AuthorisedValues %]
6
[% USE Asset %]
6
[% USE Asset %]
7
[% USE raw %]
7
[% USE raw %]
8
[% PROCESS 'i18n.inc' %]
8
[% SET footerjs = 1 %]
9
[% SET footerjs = 1 %]
9
[% INCLUDE 'doc-head-open.inc' %]
10
[% INCLUDE 'doc-head-open.inc' %]
10
<title>Article requests &rsaquo; Circulation &rsaquo; Koha</title>
11
<title>[% FILTER collapse %]
12
    [% t("Article requests") | html %] &rsaquo;
13
    [% t("Circulation") | html %] &rsaquo;
14
    [% t("Koha") | html %]
15
[% END %]</title>
11
[% INCLUDE 'doc-head-close.inc' %]
16
[% INCLUDE 'doc-head-close.inc' %]
12
<style>p { margin-top: 0; } [id^="article-menu-"] { display: none; } [id^="article-menu-"]:before { content: "|"; } .starthidden { display:none; }</style>
17
<style>p { margin-top: 0; } [id^="article-menu-"] { display: none; } [id^="article-menu-"]:before { content: "|"; } .starthidden { display:none; }</style>
13
</head>
18
</head>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/bookcount.tt (-1 / +5 lines)
Lines 5-11 Link Here
5
[% SET footerjs = 1 %]
5
[% SET footerjs = 1 %]
6
[% PROCESS 'i18n.inc' %]
6
[% PROCESS 'i18n.inc' %]
7
[% INCLUDE 'doc-head-open.inc' %]
7
[% INCLUDE 'doc-head-open.inc' %]
8
<title>Circulation statistics for [% title | html %] &rsaquo; Catalog &rsaquo; Koha</title>
8
<title>[% FILTER collapse %]
9
    [% tx("Circulation statistics for {title}", { title = title }) | html %] &rsaquo;
10
    [% t("Catalog") | html %] &rsaquo;
11
    [% t("Koha") | html %]
12
[% END %]</title>
9
[% INCLUDE 'doc-head-close.inc' %]
13
[% INCLUDE 'doc-head-close.inc' %]
10
</head>
14
</head>
11
15
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/branchoverdues.tt (-1 / +5 lines)
Lines 4-10 Link Here
4
[% USE KohaDates %]
4
[% USE KohaDates %]
5
[% PROCESS 'i18n.inc' %]
5
[% PROCESS 'i18n.inc' %]
6
[% INCLUDE 'doc-head-open.inc' %]
6
[% INCLUDE 'doc-head-open.inc' %]
7
<title>Overdues at [% Branches.GetLoggedInBranchname | html %] &rsaquo; Circulation &rsaquo; Koha</title>
7
<title>[% FILTER collapse %]
8
    [% tx("Overdues at {library}", { library = Branches.GetLoggedInBranchname }) | html %] &rsaquo;
9
    [% t("Circulation") | html %] &rsaquo;
10
    [% t("Koha") | html %]
11
[% END %]</title>
8
[% INCLUDE 'doc-head-close.inc' %]
12
[% INCLUDE 'doc-head-close.inc' %]
9
</head>
13
</head>
10
<body id="circ_branchoverdues" class="circ">
14
<body id="circ_branchoverdues" class="circ">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/branchtransfers.tt (-1 / +6 lines)
Lines 3-10 Link Here
3
[% USE Branches %]
3
[% USE Branches %]
4
[% USE ItemTypes %]
4
[% USE ItemTypes %]
5
[% USE AuthorisedValues %]
5
[% USE AuthorisedValues %]
6
[% PROCESS 'i18n.inc' %]
6
[% INCLUDE 'doc-head-open.inc' %]
7
[% INCLUDE 'doc-head-open.inc' %]
7
<title>Transfers &rsaquo; Circulation &rsaquo; Koha</title>
8
<title>[% FILTER collapse %]
9
    [% t("Transfers") | html %] &rsaquo;
10
    [% t("Circulation") | 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="circ_branchtransfers" class="circ">
15
<body id="circ_branchtransfers" class="circ">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/checkout-notes.tt (-1 / +6 lines)
Lines 3-11 Link Here
3
[% USE Koha %]
3
[% USE Koha %]
4
[% USE KohaDates %]
4
[% USE KohaDates %]
5
[% USE Branches %]
5
[% USE Branches %]
6
[% PROCESS 'i18n.inc' %]
6
[% SET footerjs = 1 %]
7
[% SET footerjs = 1 %]
7
[% INCLUDE 'doc-head-open.inc' %]
8
[% INCLUDE 'doc-head-open.inc' %]
8
<title>Checkout notes &rsaquo; Circulation &rsaquo; Koha</title>
9
<title>[% FILTER collapse %]
10
    [% t("Checkout notes") | html %] &rsaquo;
11
    [% t("Circulation") | html %] &rsaquo;
12
    [% t("Koha") | html %]
13
[% END %]</title>
9
[% INCLUDE 'doc-head-close.inc' %]
14
[% INCLUDE 'doc-head-close.inc' %]
10
</head>
15
</head>
11
16
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation-home.tt (-1 / +5 lines)
Lines 1-8 Link Here
1
[% USE raw %]
1
[% USE raw %]
2
[% USE Koha %]
2
[% USE Koha %]
3
[% USE Branches %]
3
[% USE Branches %]
4
[% PROCESS 'i18n.inc' %]
4
[% INCLUDE 'doc-head-open.inc' %]
5
[% INCLUDE 'doc-head-open.inc' %]
5
<title>Circulation &rsaquo; Koha</title>
6
<title>[% FILTER collapse %]
7
    [% t("Circulation") | 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
<body id="circ_circulation-home" class="circ">
12
<body id="circ_circulation-home" class="circ">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt (-5 / +6 lines)
Lines 14-25 Link Here
14
[% INCLUDE 'doc-head-open.inc' %]
14
[% INCLUDE 'doc-head-open.inc' %]
15
[% Asset.css("lib/jquery/plugins/rowGroup/stylesheets/rowGroup.dataTables.min.css") | $raw %]
15
[% Asset.css("lib/jquery/plugins/rowGroup/stylesheets/rowGroup.dataTables.min.css") | $raw %]
16
[% SET destination = "circ" %]
16
[% SET destination = "circ" %]
17
<title>
17
<title>[% FILTER collapse %]
18
    [% IF patron %]
18
    [% IF patron %]
19
        Checking out to [% INCLUDE 'patron-title.inc' invert_name = 1 no_html = 1 %] &rsaquo; [% END %]
19
        [% t("Checking out to") | html %] [% INCLUDE 'patron-title.inc' invert_name = 1 no_html = 1 %] &rsaquo;
20
20
    [% END %]
21
    Circulation &rsaquo; Koha
21
    [% t("Circulation") | html %] &rsaquo;
22
</title>
22
    [% t("Koha") | html %]
23
[% END %]</title>
23
[% INCLUDE 'doc-head-close.inc' %]
24
[% INCLUDE 'doc-head-close.inc' %]
24
</head>
25
</head>
25
26
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation_batch_checkouts.tt (-4 / +6 lines)
Lines 5-20 Link Here
5
[% USE KohaDates %]
5
[% USE KohaDates %]
6
[% USE Price %]
6
[% USE Price %]
7
[% USE AuthorisedValues %]
7
[% USE AuthorisedValues %]
8
[% PROCESS 'i18n.inc' %]
8
[% SET footerjs = 1 %]
9
[% SET footerjs = 1 %]
9
[% INCLUDE 'doc-head-open.inc' %]
10
[% INCLUDE 'doc-head-open.inc' %]
10
[% SET destination = "circ" %]
11
[% SET destination = "circ" %]
11
<title>
12
<title>[% FILTER collapse %]
12
    [% IF patron %]
13
    [% IF patron %]
13
        Batch check out to [% INCLUDE 'patron-title.inc' invert_name = 1 no_html = 1 %] &rsaquo;
14
        [% t("Batch check out to") | html %] [% INCLUDE 'patron-title.inc' invert_name = 1 no_html = 1 %] &rsaquo;
14
    [% END %]
15
    [% END %]
15
16
16
    Circulation &rsaquo; Koha
17
    [% t("Circulation") | html %] &rsaquo;
17
</title>
18
    [% t("Koha") | html %]
19
[% END %]</title>
18
[% INCLUDE 'doc-head-close.inc' %]
20
[% INCLUDE 'doc-head-close.inc' %]
19
</head>
21
</head>
20
22
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/curbside_pickups.tt (-1 / +6 lines)
Lines 6-14 Link Here
6
[% USE Asset %]
6
[% USE Asset %]
7
[% USE raw %]
7
[% USE raw %]
8
[% USE To %]
8
[% USE To %]
9
[% PROCESS 'i18n.inc' %]
9
[% SET footerjs = 1 %]
10
[% SET footerjs = 1 %]
10
[% INCLUDE 'doc-head-open.inc' %]
11
[% INCLUDE 'doc-head-open.inc' %]
11
<title>Curbside pickups &rsaquo; Circulation &rsaquo; Koha</title>
12
<title>[% FILTER collapse %]
13
    [% t("Curbside pickups") | html %] &rsaquo;
14
    [% t("Circulation") | html %] &rsaquo;
15
    [% t("Koha") | html %]
16
[% END %]</title>
12
<style>
17
<style>
13
    #pickup-times {
18
    #pickup-times {
14
        width: 50%;
19
        width: 50%;
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/on-site_checkouts.tt (-1 / +6 lines)
Lines 4-12 Link Here
4
[% USE Branches %]
4
[% USE Branches %]
5
[% USE KohaDates %]
5
[% USE KohaDates %]
6
[% USE AuthorisedValues %]
6
[% USE AuthorisedValues %]
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>Pending on-site checkouts &rsaquo; Circulation &rsaquo; Koha</title>
10
<title>[% FILTER collapse %]
11
    [% t("Pending on-site checkouts") | html %] &rsaquo;
12
    [% t("Circulation") | 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/circ/overdue.tt (-1 / +6 lines)
Lines 8-17 Link Here
8
[%- USE ItemTypes -%]
8
[%- USE ItemTypes -%]
9
[%- USE Categories -%]
9
[%- USE Categories -%]
10
[%- USE TablesSettings -%]
10
[%- USE TablesSettings -%]
11
[% PROCESS 'i18n.inc' %]
11
[% SET footerjs = 1 %]
12
[% SET footerjs = 1 %]
12
[% INCLUDE 'doc-head-open.inc' %]
13
[% INCLUDE 'doc-head-open.inc' %]
13
[% PROCESS 'modal-claims.inc' %]
14
[% PROCESS 'modal-claims.inc' %]
14
<title>Items overdue as of [% todaysdate | $KohaDates %] &rsaquo; Circulation &rsaquo; Koha</title>
15
<title>[% FILTER collapse %]
16
    [% t("Items overdue as of") | html %] [% todaysdate | $KohaDates %] &rsaquo;
17
    [% t("Circulation") | html %] &rsaquo;
18
    [% t("Koha") | html %]
19
[% END %]</title>
15
[% INCLUDE 'doc-head-close.inc' %]
20
[% INCLUDE 'doc-head-close.inc' %]
16
[% FILTER collapse %]
21
[% FILTER collapse %]
17
    <style>
22
    <style>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/pendingreserves.tt (-1 / +6 lines)
Lines 6-14 Link Here
6
[% USE AuthorisedValues %]
6
[% USE AuthorisedValues %]
7
[%- USE Branches -%]
7
[%- USE Branches -%]
8
[%- USE ItemTypes -%]
8
[%- USE ItemTypes -%]
9
[% PROCESS 'i18n.inc' %]
9
[% SET footerjs = 1 %]
10
[% SET footerjs = 1 %]
10
[% INCLUDE 'doc-head-open.inc' %]
11
[% INCLUDE 'doc-head-open.inc' %]
11
<title>Holds to pull &rsaquo; Circulation &rsaquo; Koha</title>
12
<title>[% FILTER collapse %]
13
    [% t("Holds to pull") | html %] &rsaquo;
14
    [% t("Circulation") | html %] &rsaquo;
15
    [% t("Koha") | html %]
16
[% END %]</title>
12
[% INCLUDE 'doc-head-close.inc' %]
17
[% INCLUDE 'doc-head-close.inc' %]
13
</head>
18
</head>
14
19
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/printslip.tt (-5 / +14 lines)
Lines 1-18 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
[% INCLUDE 'doc-head-open.inc' %]
5
[% INCLUDE 'doc-head-open.inc' %]
6
<title>[% FILTER collapse %]
5
[% IF ( caller == 'hold-transfer' ) %]
7
[% IF ( caller == 'hold-transfer' ) %]
6
<title>Hold transfer print receipt &rsaquo; Circulation &rsaquo; Koha</title>
8
    [% t("Hold transfer print receipt") | html %] &rsaquo;
9
    [% t("Circulation") | html %] &rsaquo;
7
[% ELSIF ( caller == 'transfer' ) %]
10
[% ELSIF ( caller == 'transfer' ) %]
8
<title>Transfers print receipt &rsaquo; Circulation &rsaquo; Koha</title>
11
    [% t("Transfers print receipt") | html %] &rsaquo;
12
    [% t("Circulation") | html %] &rsaquo;
9
[% ELSIF ( caller == 'members' ) %]
13
[% ELSIF ( caller == 'members' ) %]
10
<title>Print receipt for [% borrowernumber | html %] &rsaquo; Patrons &rsaquo; Koha</title>
14
    [% tx("Print receipt for {borrowernumber}", { borrowernumber = borrowernumber }) | html %] &rsaquo;
15
    [% t("Patrons") | html %] &rsaquo;
11
[% ELSIF ( caller == 'recall' ) %]
16
[% ELSIF ( caller == 'recall' ) %]
12
<title>Recall print receipt &rsaquo; Circulation &rsqaquo; Koha</title>
17
    [% t("Recall print receipt") | html %] &rsaquo;
18
    [% t("Circulation") | html %] &rsqaquo;
13
[% ELSIF ( title ) %][%# FIXME title is never defined %]
19
[% ELSIF ( title ) %][%# FIXME title is never defined %]
14
<title>[% title | html %] &rsaquo; Patrons &rsaquo; Koha</title>
20
    [% title | html %] &rsaquo;
21
    [% t("Patrons") | html %] &rsaquo;
15
[% END %]
22
[% END %]
23
    [% t("Koha") | html %]
24
[% END %]</title>
16
[% INCLUDE 'doc-head-close.inc' %]
25
[% INCLUDE 'doc-head-close.inc' %]
17
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
26
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
18
<link rel="shortcut icon" href="[% IF ( IntranetFavicon ) %][% IntranetFavicon | url %][% ELSE %][% interface | html %]/[% theme | html %]/img/favicon.ico[% END %]" type="image/x-icon" />
27
<link rel="shortcut icon" href="[% IF ( IntranetFavicon ) %][% IntranetFavicon | url %][% ELSE %][% interface | html %]/[% theme | html %]/img/favicon.ico[% END %]" type="image/x-icon" />
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/renew.tt (-1 / +6 lines)
Lines 2-11 Link Here
2
[% USE Asset %]
2
[% USE Asset %]
3
[% USE Koha %]
3
[% USE Koha %]
4
[% USE KohaDates %]
4
[% USE KohaDates %]
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
8
8
<title>Renew [% title | html %] &rsaquo; Circulation &rsaquo; Koha</title>
9
<title>[% FILTER collapse %]
10
    [% tx("Renew {title}", { title = title }) | html %] &rsaquo;
11
    [% t("Circulation") | html %] &rsaquo;
12
    [% t("Koha") | html %]
13
[% END %]</title>
9
[% INCLUDE 'doc-head-close.inc' %]
14
[% INCLUDE 'doc-head-close.inc' %]
10
</head>
15
</head>
11
16
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/request-article.tt (-1 / +6 lines)
Lines 7-12 Link Here
7
[% USE ItemTypes %]
7
[% USE ItemTypes %]
8
[% USE AuthorisedValues %]
8
[% USE AuthorisedValues %]
9
[% USE Price %]
9
[% USE Price %]
10
[% PROCESS 'i18n.inc' %]
10
[% SET footerjs = 1 %]
11
[% SET footerjs = 1 %]
11
[% SET article_requests_view = 1 %]
12
[% SET article_requests_view = 1 %]
12
[% SET biblionumber = biblio.biblionumber %]
13
[% SET biblionumber = biblio.biblionumber %]
Lines 15-21 Link Here
15
[% SET categories = Categories.all.unblessed %]
16
[% SET categories = Categories.all.unblessed %]
16
[% SET columns = ['name', 'address', 'cardnumber', 'dateofbirth', 'category', 'branch', 'phone'] %]
17
[% SET columns = ['name', 'address', 'cardnumber', 'dateofbirth', 'category', 'branch', 'phone'] %]
17
[% PROCESS "patron-search.inc" %]
18
[% PROCESS "patron-search.inc" %]
18
<title>Request article &rsaquo; Circulation &rsaquo; Koha</title>
19
<title>[% FILTER collapse %]
20
    [% t("Request article") | html %] &rsaquo;
21
    [% t("Circulation") | html %] &rsaquo;
22
    [% t("Koha") | html %]
23
[% END %]</title>
19
[% INCLUDE 'doc-head-close.inc' %]
24
[% INCLUDE 'doc-head-close.inc' %]
20
</head>
25
</head>
21
26
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/reserveratios.tt (-1 / +6 lines)
Lines 5-13 Link Here
5
[% USE Branches %]
5
[% USE Branches %]
6
[% USE ItemTypes %]
6
[% USE ItemTypes %]
7
[% USE TablesSettings %]
7
[% USE TablesSettings %]
8
[% PROCESS 'i18n.inc' %]
8
[% SET footerjs = 1 %]
9
[% SET footerjs = 1 %]
9
[% INCLUDE 'doc-head-open.inc' %]
10
[% INCLUDE 'doc-head-open.inc' %]
10
<title>Hold ratios &rsaquo; Circulation &rsaquo; Koha</title>
11
<title>[% FILTER collapse %]
12
    [% t("Hold ratios") | html %] &rsaquo;
13
    [% t("Circulation") | html %] &rsaquo;
14
    [% t("Koha") | html %]
15
[% END %]</title>
11
[% INCLUDE 'doc-head-close.inc' %]
16
[% INCLUDE 'doc-head-close.inc' %]
12
<style>
17
<style>
13
    .sql { display: none; }
18
    .sql { display: none; }
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt (-1 / +5 lines)
Lines 29-35 Link Here
29
[% END %]
29
[% END %]
30
30
31
[% INCLUDE 'doc-head-open.inc' %]
31
[% INCLUDE 'doc-head-open.inc' %]
32
<title>Check in [% title | html %] &rsaquo; Circulation &rsaquo; Koha</title>
32
<title>[% FILTER collapse %]
33
    [% tx("Check in {title}", { title = title }) | html %] &rsaquo;
34
    [% t("Circulation") | html %] &rsaquo;
35
    [% t("Koha") | html %]
36
[% END %]</title>
33
[% INCLUDE 'doc-head-close.inc' %]
37
[% INCLUDE 'doc-head-close.inc' %]
34
</head>
38
</head>
35
39
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/set-library.tt (-5 / +10 lines)
Lines 4-16 Link Here
4
[% USE Desks %]
4
[% USE Desks %]
5
[% USE Registers %]
5
[% USE Registers %]
6
[% USE Koha %]
6
[% USE Koha %]
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
[% IF Koha.Preference('UseCirculationDesks') %]
10
<title>[% FILTER collapse %]
10
<title>Set library and desk &rsaquo; Circulation &rsaquo; Koha</title>
11
    [% IF Koha.Preference('UseCirculationDesks') %]
11
[% ELSE %]
12
        [% t("Set library and desk") | html %] &rsaquo;
12
<title>Set library &rsaquo; Circulation &rsaquo; Koha</title>
13
    [% ELSE %]
13
[% END %]
14
        [% t("Set library") | html %] &rsaquo;
15
    [% END %]
16
    [% t("Circulation") | html %] &rsaquo;
17
    [% t("Koha") | html %]
18
[% END %]</title>
14
[% INCLUDE 'doc-head-close.inc' %]
19
[% INCLUDE 'doc-head-close.inc' %]
15
<style>
20
<style>
16
    .noshow {display: none;}
21
    .noshow {display: none;}
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/transfers_to_send.tt (-1 / +6 lines)
Lines 4-13 Link Here
4
[% USE KohaDates %]
4
[% USE KohaDates %]
5
[% USE Branches %]
5
[% USE Branches %]
6
[% USE ItemTypes %]
6
[% USE ItemTypes %]
7
[% PROCESS 'i18n.inc' %]
7
[% SET footerjs = 1 %]
8
[% SET footerjs = 1 %]
8
[% PROCESS 'transfer_reasons.inc' %]
9
[% PROCESS 'transfer_reasons.inc' %]
9
[% INCLUDE 'doc-head-open.inc' %]
10
[% INCLUDE 'doc-head-open.inc' %]
10
<title>Transfers to send &rsaquo; Circulation &rsaquo; Koha</title>
11
<title>[% FILTER collapse %]
12
    [% t("Transfers to send") | html %] &rsaquo;
13
    [% t("Circulation") | html %] &rsaquo;
14
    [% t("Koha") | html %]
15
[% END %]</title>
11
[% INCLUDE 'doc-head-close.inc' %]
16
[% INCLUDE 'doc-head-close.inc' %]
12
</head>
17
</head>
13
18
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/transferstoreceive.tt (-1 / +6 lines)
Lines 3-11 Link Here
3
[% USE Koha %]
3
[% USE Koha %]
4
[% USE KohaDates %]
4
[% USE KohaDates %]
5
[% USE Branches %]
5
[% USE Branches %]
6
[% PROCESS 'i18n.inc' %]
6
[% SET footerjs = 1 %]
7
[% SET footerjs = 1 %]
7
[% INCLUDE 'doc-head-open.inc' %]
8
[% INCLUDE 'doc-head-open.inc' %]
8
<title>Transfers to receive &rsaquo; Circulation &rsaquo; Koha</title>
9
<title>[% FILTER collapse %]
10
    [% t("Transfers to receive") | html %] &rsaquo;
11
    [% t("Circulation") | html %] &rsaquo;
12
    [% t("Koha") | html %]
13
[% END %]</title>
9
[% INCLUDE 'doc-head-close.inc' %]
14
[% INCLUDE 'doc-head-close.inc' %]
10
</head>
15
</head>
11
16
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/view_holdsqueue.tt (-1 / +6 lines)
Lines 7-15 Link Here
7
[% USE AuthorisedValues %]
7
[% USE AuthorisedValues %]
8
[% USE TablesSettings %]
8
[% USE TablesSettings %]
9
[% USE Koha %]
9
[% USE Koha %]
10
[% PROCESS 'i18n.inc' %]
10
[% SET footerjs = 1 %]
11
[% SET footerjs = 1 %]
11
[% INCLUDE 'doc-head-open.inc' %]
12
[% INCLUDE 'doc-head-open.inc' %]
12
<title>Holds queue &rsaquo; Circulation &rsaquo; Koha</title>
13
<title>[% FILTER collapse %]
14
    [% t("Holds queue") | html %] &rsaquo;
15
    [% t("Circulation") | html %] &rsaquo;
16
    [% t("Koha") | html %]
17
[% END %]</title>
13
[% INCLUDE 'doc-head-close.inc' %]
18
[% INCLUDE 'doc-head-close.inc' %]
14
<style> p { margin-top: 0; }</style>
19
<style> p { margin-top: 0; }</style>
15
</head>
20
</head>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/waitingreserves.tt (-1 / +5 lines)
Lines 8-14 Link Here
8
[% PROCESS 'i18n.inc' %]
8
[% PROCESS 'i18n.inc' %]
9
[% SET footerjs = 1 %]
9
[% SET footerjs = 1 %]
10
[% INCLUDE 'doc-head-open.inc' %]
10
[% INCLUDE 'doc-head-open.inc' %]
11
<title>Holds awaiting pickup &rsaquo; Circulation &rsaquo; Koha</title>
11
<title>[% FILTER collapse %]
12
    [% t("Holds awaiting pickup") | html %] &rsaquo;
13
    [% t("Circulation") | 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/ill/ill-requests.tt (-3 / +6 lines)
Lines 3-15 Link Here
3
[% USE Branches %]
3
[% USE Branches %]
4
[% USE Koha %]
4
[% USE Koha %]
5
[% USE KohaDates %]
5
[% USE KohaDates %]
6
[% SET footerjs = 1 %]
7
[% USE AuthorisedValues %]
6
[% USE AuthorisedValues %]
8
[% USE TablesSettings %]
7
[% USE TablesSettings %]
9
[% USE Price %]
8
[% USE Price %]
10
9
[% PROCESS 'i18n.inc' %]
10
[% SET footerjs = 1 %]
11
[% INCLUDE 'doc-head-open.inc' %]
11
[% INCLUDE 'doc-head-open.inc' %]
12
<title>ILL requests &rsaquo; Koha</title>
12
<title>[% FILTER collapse %]
13
    [% t("ILL requests") | 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/reserve/request.tt (-6 / +10 lines)
Lines 18-28 Link Here
18
[% SET categories = Categories.all.unblessed %]
18
[% SET categories = Categories.all.unblessed %]
19
[% SET columns = ['name', 'cardnumber', 'dateofbirth', 'category', 'branch', 'address', 'phone'] %]
19
[% SET columns = ['name', 'cardnumber', 'dateofbirth', 'category', 'branch', 'address', 'phone'] %]
20
[% PROCESS "patron-search.inc" %]
20
[% PROCESS "patron-search.inc" %]
21
[% UNLESS ( multi_hold ) %]
21
<title>[% FILTER collapse %]
22
    <title>Place a hold on [% INCLUDE 'biblio-title-head.inc' %] &rsaquo; Holds &rsaquo; Circulation &rsaquo; Koha</title>
22
    [% UNLESS ( multi_hold ) %]
23
[% ELSE %]
23
        [% t("Place a hold on") | html %] [% INCLUDE 'biblio-title-head.inc' %] &rsaquo;
24
    <title>Confirm holds &rsaquo; Holds &rsaquo; Circulation &rsaquo; Koha</title>
24
    [% ELSE %]
25
[% END %]
25
        [% t("Confirm holds") | html %] &rsaquo;
26
    [% END %]
27
    [% t("Holds") | html %] &rsaquo;
28
    [% t("Circulation") | html %] &rsaquo;
29
    [% t("Koha") | html %]
30
[% END %]</title>
26
[% INCLUDE 'doc-head-close.inc' %]
31
[% INCLUDE 'doc-head-close.inc' %]
27
[% FILTER collapse %]
32
[% FILTER collapse %]
28
    <style>
33
    <style>
29
- 

Return to bug 33913