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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/offline_circ/enqueue_koc.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; Circulation &rsaquo; Add offline circulations to queue</title>
2
<title>Add offline circulations to queue &rsaquo; Circulation &rsaquo; Koha</title>
3
[% INCLUDE 'doc-head-close.inc' %]
3
[% INCLUDE 'doc-head-close.inc' %]
4
</head>
4
</head>
5
<body id="ocirc_enqueue_koc" class="circ ocirc">
5
<body id="ocirc_enqueue_koc" class="circ ocirc">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/offline_circ/list.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; Circulation &rsaquo; Offline circulation</title>
5
    <title>Offline circulation &rsaquo; Circulation &rsaquo; Koha</title>
6
    [% INCLUDE "doc-head-close.inc" %]
6
    [% INCLUDE "doc-head-close.inc" %]
7
</head>
7
</head>
8
8
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/offline_circ/process_koc.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; Circulation &rsaquo; Offline circulation file upload</title>
5
<title>Offline circulation file upload &rsaquo; Circulation &rsaquo; Koha</title>
6
[% INCLUDE 'doc-head-close.inc' %]
6
[% INCLUDE 'doc-head-close.inc' %]
7
</head>
7
</head>
8
8
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/onboarding/onboardingstep1.tt (-1 / +1 lines)
Lines 1-6 Link Here
1
[% INCLUDE 'doc-head-open.inc' %]
1
[% INCLUDE 'doc-head-open.inc' %]
2
2
3
<title>Koha &rsaquo; Web installer &rsaquo; Create a library</title>
3
<title>Create a library &rsaquo; Web installer &rsaquo; Koha</title>
4
[% INCLUDE 'installer-doc-head-close.inc' %]
4
[% INCLUDE 'installer-doc-head-close.inc' %]
5
</head>
5
</head>
6
6
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/onboarding/onboardingstep2.tt (-1 / +1 lines)
Lines 1-7 Link Here
1
[% USE Koha %]
1
[% USE Koha %]
2
[% USE KohaDates %]
2
[% USE KohaDates %]
3
[% INCLUDE 'doc-head-open.inc' %]
3
[% INCLUDE 'doc-head-open.inc' %]
4
<title>Koha &rsaquo; Web installer &rsaquo; Add a patron category</title>
4
<title>Add a patron category &rsaquo; Web installer &rsaquo; Koha</title>
5
[%# The following if statement checks if the categories variable handed to this template %]
5
[%# The following if statement checks if the categories variable handed to this template %]
6
[%# by onboarding.pl has data in it. If the categories variable does have data %]
6
[%# by onboarding.pl has data in it. If the categories variable does have data %]
7
[%# in it this means that the user has previously imported sample patron category %]
7
[%# in it this means that the user has previously imported sample patron category %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/onboarding/onboardingstep3.tt (-1 / +1 lines)
Lines 2-8 Link Here
2
[% USE raw %]
2
[% USE raw %]
3
[% USE Asset %]
3
[% USE Asset %]
4
[% INCLUDE 'doc-head-open.inc' %]
4
[% INCLUDE 'doc-head-open.inc' %]
5
<title>Koha &rsaquo; Web installer &rsaquo; Create Koha administrator patron</title>
5
<title>Create Koha administrator patron &rsaquo; Web installer &rsaquo; Koha</title>
6
[% INCLUDE 'installer-doc-head-close.inc' %]
6
[% INCLUDE 'installer-doc-head-close.inc' %]
7
</head>
7
</head>
8
8
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/onboarding/onboardingstep4.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; Web installer &rsaquo; Create a new item type </title>
2
<title>Create a new item type &rsaquo; Web installer &rsaquo; Koha</title>
3
[% INCLUDE 'installer-doc-head-close.inc' %]
3
[% INCLUDE 'installer-doc-head-close.inc' %]
4
</head>
4
</head>
5
5
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/onboarding/onboardingstep5.tt (-3 / +2 lines)
Lines 1-10 Link Here
1
[% INCLUDE 'doc-head-open.inc' %]
1
[% INCLUDE 'doc-head-open.inc' %]
2
<title>Koha &rsaquo; Web installer &rsaquo;
2
<title>
3
    [% IF all_done %]
3
    [% IF all_done %]
4
        Complete
4
        Complete
5
    [% ELSE %]
5
    [% ELSE %]
6
        Create circulation rule
6
        Create circulation rule
7
    [% END %]
7
    [% END %] &rsaquo; Web installer &rsaquo; Koha
8
</title>
8
</title>
9
[% INCLUDE 'installer-doc-head-close.inc' %]
9
[% INCLUDE 'installer-doc-head-close.inc' %]
10
</head>
10
</head>
11
- 

Return to bug 26703