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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/installer/auth.tt (-7 / +20 lines)
Lines 1-12 Link Here
1
[% USE raw %]
1
[% USE Koha %]
2
[% USE Koha %]
3
[% PROCESS 'i18n.inc' %]
2
[% INCLUDE 'doc-head-open.inc' %]
4
[% INCLUDE 'doc-head-open.inc' %]
3
<title>
5
<title>[% FILTER collapse %]
4
    [% IF ( nopermission ) %]Access denied[% END %]
6
    [% IF ( nopermission ) %]
5
    [% IF ( timed_out ) %]Session timed out[% END %]
7
        [% t("Access denied") | html %]
6
    [% IF ( different_ip ) %]IP address change[% END %]
8
    [% END %]
7
    [% IF ( invalid_username_or_password ) %]Invalid username or password[% END %]
9
    [% IF ( timed_out ) %]
8
    [% IF ( loginprompt ) %]Log in to the Koha web installer[% END %] &rsaquo; Koha
10
        [% t("Session timed out") | html %]
9
</title>
11
    [% END %]
12
    [% IF ( different_ip ) %]
13
        [% t("IP address change") | html %]
14
    [% END %]
15
    [% IF ( invalid_username_or_password ) %]
16
        [% t("Invalid username or password") | html %]
17
    [% END %]
18
    [% IF ( loginprompt ) %]
19
        [% t("Log in to the Koha web installer") | html %]
20
    [% END %] &rsaquo;
21
    [% t("Koha") | html %]
22
[% END %]</title>
10
[% INCLUDE 'installer-doc-head-close.inc' %]
23
[% INCLUDE 'installer-doc-head-close.inc' %]
11
</head>
24
</head>
12
25
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/installer/step1.tt (-6 / +10 lines)
Lines 1-18 Link Here
1
[% USE raw %]
2
[% PROCESS 'i18n.inc' %]
1
[% INCLUDE 'doc-head-open.inc' %]
3
[% INCLUDE 'doc-head-open.inc' %]
2
<title>
4
<title>[% FILTER collapse %]
3
    [% UNLESS ( language ) %] Choose your language [% END %]
5
    [% UNLESS ( language ) %] Choose your language [% END %]
4
    [% IF ( language ) %]
6
    [% IF ( language ) %]
5
        [% UNLESS ( checkmodule ) %]
7
        [% UNLESS ( checkmodule ) %]
6
            [% IF ( missing_modules ) %]
8
            [% IF ( missing_modules ) %]
7
                Perl modules missing
9
                [% t("Perl modules missing") | html %]
8
            [% END %]
10
            [% END %]
9
            [% IF ( problems ) %]
11
            [% IF ( problems ) %]
10
                Perl version obsolete
12
                [% t("Perl version obsolete") | html %]
11
            [% END %]
13
            [% END %]
12
        [% END %]
14
        [% END %]
13
        Check Perl dependencies
15
        [% t("Check Perl dependencies") | html %]
14
    [% END %] &rsaquo; Web installer &rsaquo; Koha
16
    [% END %] &rsaquo;
15
</title>
17
    [% t("Web installer") | html %] &rsaquo;
18
    [% t("Koha") | html %]
19
[% END %]</title>
16
[% INCLUDE 'installer-doc-head-close.inc' %]
20
[% INCLUDE 'installer-doc-head-close.inc' %]
17
</head>
21
</head>
18
22
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/installer/step2.tt (-1 / +8 lines)
Lines 1-5 Link Here
1
[% USE raw %]
1
[% USE HtmlTags %]
2
[% USE HtmlTags %]
2
[% INCLUDE 'doc-head-open.inc' %]<title>Database settings &rsaquo; Web installer &rsaquo; Koha</title>
3
[% PROCESS 'i18n.inc' %]
4
[% INCLUDE 'doc-head-open.inc' %]
5
<title>[% FILTER collapse %]
6
    [% t("Database settings") | html %] &rsaquo;
7
    [% t("Web installer") | html %] &rsaquo;
8
    [% t("Koha") | html %]
9
[% END %]</title>
3
[% INCLUDE 'installer-doc-head-close.inc' %]
10
[% INCLUDE 'installer-doc-head-close.inc' %]
4
</head>
11
</head>
5
12
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/installer/step3.tt (-29 / +32 lines)
Lines 1-37 Link Here
1
[% USE raw %]
1
[% USE raw %]
2
[% PROCESS 'i18n.inc' %]
2
[% INCLUDE 'doc-head-open.inc' %]
3
[% INCLUDE 'doc-head-open.inc' %]
3
4
4
<title>
5
<title>[% FILTER collapse %]
5
     [% IF ( proposeimport ) %]
6
    [% IF ( proposeimport ) %]
6
         Set up database
7
        [% t("Set up database") | html %]
7
     [% END %]
8
    [% END %]
8
     [% IF ( importdatastructure ) %]
9
    [% IF ( importdatastructure ) %]
9
         [% IF ( error ) %]
10
        [% IF ( error ) %]
10
           Error creating database tables
11
            [% t("Error creating database tables") | html %]
11
         [% ELSE %]
12
           Database tables created
13
         [% END %]
14
     [% END %]
15
     [% IF ( default ) %]
16
        [% IF ( upgrading ) %]
17
            Update database
18
        [% ELSE %]
12
        [% ELSE %]
19
            Install basic configuration settings
13
            [% t("Database tables created") | html %]
20
        [% END %]
14
        [% END %]
21
     [% END %]
15
    [% END %]
22
     [% IF ( choosemarc ) %]
16
    [% IF ( default ) %]
23
        Select your MARC flavor
17
       [% IF ( upgrading ) %]
24
     [% END %]
18
            [% t("Update database") | html %]
25
     [% IF ( selectframeworks ) %]
19
       [% ELSE %]
26
        Selecting default settings
20
            [% t("Install basic configuration settings") | html %]
27
     [% END %]
21
       [% END %]
28
     [% IF ( addframeworks ) %]
22
    [% END %]
29
        Default data loaded
23
    [% IF ( choosemarc ) %]
30
     [% END %]
24
        [% t("Select your MARC flavor") | html %]
31
     [% IF ( finish ) %]
25
    [% END %]
32
        Installation complete
26
    [% IF ( selectframeworks ) %]
33
     [% END %] &rsaquo; Web installer &rsaquo; Koha
27
        [% t("Selecting default settings") | html %]
34
</title>
28
    [% END %]
29
    [% IF ( addframeworks ) %]
30
        [% t("Default data loaded") | html %]
31
    [% END %]
32
    [% IF ( finish ) %]
33
        [% t("Installation complete") | html %]
34
    [% END %] &rsaquo;
35
    [% t("Web installer") | html %] &rsaquo;
36
    [% t("Koha") | html %]
37
[% END %]</title>
35
38
36
[% INCLUDE 'installer-doc-head-close.inc' %]
39
[% INCLUDE 'installer-doc-head-close.inc' %]
37
</head>
40
</head>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/onboarding/onboardingstep1.tt (-1 / +7 lines)
Lines 1-6 Link Here
1
[% USE raw %]
2
[% PROCESS 'i18n.inc' %]
1
[% INCLUDE 'doc-head-open.inc' %]
3
[% INCLUDE 'doc-head-open.inc' %]
2
4
3
<title>Create a library &rsaquo; Web installer &rsaquo; Koha</title>
5
<title>[% FILTER collapse %]
6
    [% t("Create a library") | html %] &rsaquo;
7
    [% t("Web installer") | html %] &rsaquo;
8
    [% t("Koha") | html %]
9
[% END %]</title>
4
[% INCLUDE 'installer-doc-head-close.inc' %]
10
[% INCLUDE 'installer-doc-head-close.inc' %]
5
</head>
11
</head>
6
12
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/onboarding/onboardingstep2.tt (-1 / +7 lines)
Lines 1-7 Link Here
1
[% USE raw %]
1
[% USE Koha %]
2
[% USE Koha %]
2
[% USE KohaDates %]
3
[% USE KohaDates %]
4
[% PROCESS 'i18n.inc' %]
3
[% INCLUDE 'doc-head-open.inc' %]
5
[% INCLUDE 'doc-head-open.inc' %]
4
<title>Add a patron category &rsaquo; Web installer &rsaquo; Koha</title>
6
<title>[% FILTER collapse %]
7
    [% t("Add a patron category") | html %] &rsaquo;
8
    [% t("Web installer") | html %] &rsaquo;
9
    [% t("Koha") | html %]
10
[% END %]</title>
5
[%# The following if statement checks if the categories variable handed to this template %]
11
[%# 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 %]
12
[%# 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 %]
13
[%# in it this means that the user has previously imported sample patron category %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/onboarding/onboardingstep3.tt (-2 / +7 lines)
Lines 1-8 Link Here
1
[% USE Koha %]
2
[% USE raw %]
1
[% USE raw %]
2
[% USE Koha %]
3
[% USE Asset %]
3
[% USE Asset %]
4
[% PROCESS 'i18n.inc' %]
4
[% INCLUDE 'doc-head-open.inc' %]
5
[% INCLUDE 'doc-head-open.inc' %]
5
<title>Create Koha administrator patron &rsaquo; Web installer &rsaquo; Koha</title>
6
<title>[% FILTER collapse %]
7
    [% t("Create Koha administrator patron") | html %] &rsaquo;
8
    [% t("Web installer") | html %] &rsaquo;
9
    [% t("Koha") | html %]
10
[% END %]</title>
6
[% INCLUDE 'installer-doc-head-close.inc' %]
11
[% INCLUDE 'installer-doc-head-close.inc' %]
7
</head>
12
</head>
8
13
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/onboarding/onboardingstep4.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>Create a new item type &rsaquo; Web installer &rsaquo; Koha</title>
4
<title>[% FILTER collapse %]
5
    [% t("Create a new item type") | html %] &rsaquo;
6
    [% t("Web installer") | html %] &rsaquo;
7
    [% t("Koha") | html %]
8
[% END %]</title>
3
[% INCLUDE 'installer-doc-head-close.inc' %]
9
[% INCLUDE 'installer-doc-head-close.inc' %]
4
</head>
10
</head>
5
11
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/onboarding/onboardingstep5.tt (-6 / +9 lines)
Lines 1-11 Link Here
1
[% USE raw %]
2
[% PROCESS 'i18n.inc' %]
1
[% INCLUDE 'doc-head-open.inc' %]
3
[% INCLUDE 'doc-head-open.inc' %]
2
<title>
4
<title>[% FILTER collapse %]
3
    [% IF all_done %]
5
    [% IF all_done %]
4
        Complete
6
        [% t("Onboarding complete") | html %]
5
    [% ELSE %]
7
    [% ELSE %]
6
        Create circulation rule
8
        [% t("Create circulation rule") | html %]
7
    [% END %] &rsaquo; Web installer &rsaquo; Koha
9
    [% END %] &rsaquo;
8
</title>
10
    [% t("Web installer") | html %] &rsaquo;
11
    [% t("Koha") | html %]
12
[% END %]</title>
9
[% INCLUDE 'installer-doc-head-close.inc' %]
13
[% INCLUDE 'installer-doc-head-close.inc' %]
10
</head>
14
</head>
11
15
12
- 

Return to bug 33915