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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/installer/auth.tt (-2 / +2 lines)
Lines 15-21 Link Here
15
        <div class="row">
15
        <div class="row">
16
            <div id="installer-login" class="installer-main col-sm-6 col-sm-offset-3 col-md-6 col-md-offset-3">
16
            <div id="installer-login" class="installer-main col-sm-6 col-sm-offset-3 col-md-6 col-md-offset-3">
17
17
18
                <h1 id="logo"><a href="#">Koha</a></h1>
18
                <div id="logo"><a href="#">Koha</a></div>
19
19
20
                [% IF ( nopermission ) %]
20
                [% IF ( nopermission ) %]
21
                    <div id="login_error" class="alert alert-danger"><strong>Error: </strong>Unauthorized user <a href="/cgi-bin/koha/mainpage.pl?logout.x=1">click to log out</a></div>
21
                    <div id="login_error" class="alert alert-danger"><strong>Error: </strong>Unauthorized user <a href="/cgi-bin/koha/mainpage.pl?logout.x=1">click to log out</a></div>
Lines 34-40 Link Here
34
                [% END %]
34
                [% END %]
35
35
36
                [% IF ( loginprompt ) %]
36
                [% IF ( loginprompt ) %]
37
                    <h2>Welcome to the Koha [%- Koha.Version.release | html -%] web installer</h2>
37
                    <h1>Welcome to the Koha [%- Koha.Version.release | html -%] web installer</h1>
38
38
39
                    <p>Before we begin, please verify you have the correct credentials to continue. Please log in with the username and password given to you by your systems administrator and located in your <code>koha-conf.xml</code> configuration file.</p>
39
                    <p>Before we begin, please verify you have the correct credentials to continue. Please log in with the username and password given to you by your systems administrator and located in your <code>koha-conf.xml</code> configuration file.</p>
40
40
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/installer/step1.tt (-6 / +6 lines)
Lines 22-31 Link Here
22
        <div class="row">
22
        <div class="row">
23
            <div id="installer-step1" class="installer-main col-sm-8 col-sm-offset-2 col-md-8 col-md-offset-2">
23
            <div id="installer-step1" class="installer-main col-sm-8 col-sm-offset-2 col-md-8 col-md-offset-2">
24
24
25
                <h1 id="logo"><a href="#">Koha</a></h1>
25
                <div id="logo"><a href="#">Koha</a></div>
26
26
27
                [% UNLESS ( language ) %]
27
                [% UNLESS ( language ) %]
28
                    <h2>Web installer &rsaquo; Choose your language</h2>
28
                    <h1>Web installer &rsaquo; Choose your language</h1>
29
                    <p>You are about to install Koha.</p>
29
                    <p>You are about to install Koha.</p>
30
30
31
                    <p>Please pick your language from the following list. If your language is not listed, please inform your system administrator.</p>
31
                    <p>Please pick your language from the following list. If your language is not listed, please inform your system administrator.</p>
Lines 56-62 Link Here
56
                [% IF ( language ) %]
56
                [% IF ( language ) %]
57
                    [% UNLESS ( checkmodule ) %]
57
                    [% UNLESS ( checkmodule ) %]
58
                        [% IF ( missing_modules ) %]
58
                        [% IF ( missing_modules ) %]
59
                            <h2>Web installer &rsaquo; Perl modules missing</h2>
59
                            <h1>Web installer &rsaquo; Perl modules missing</h1>
60
                            <p>Some Perl modules are missing. <span class="label label-danger">Important: </span>Required modules must be installed before you may continue.<br />
60
                            <p>Some Perl modules are missing. <span class="label label-danger">Important: </span>Required modules must be installed before you may continue.<br />
61
                            <ul>
61
                            <ul>
62
                                [% FOREACH missing_module IN missing_modules %]
62
                                [% FOREACH missing_module IN missing_modules %]
Lines 68-74 Link Here
68
                        [% END %]
68
                        [% END %]
69
69
70
                        [% IF ( upgrade_modules ) %]
70
                        [% IF ( upgrade_modules ) %]
71
                            <h2>Web installer &rsaquo; Perl modules due for upgrade</h2>
71
                            <h1>Web installer &rsaquo; Perl modules due for upgrade</h1>
72
                            <p>Some Perl modules require upgrade. <span class="label label-danger">Important: </span>Required modules must be installed at the correct version before you may continue.<br />
72
                            <p>Some Perl modules require upgrade. <span class="label label-danger">Important: </span>Required modules must be installed at the correct version before you may continue.<br />
73
                            <ul>
73
                            <ul>
74
                                [% FOREACH upgrade_module IN upgrade_modules %]
74
                                [% FOREACH upgrade_module IN upgrade_modules %]
Lines 82-88 Link Here
82
                        [% END %]
82
                        [% END %]
83
83
84
                        [% IF ( problems ) %]
84
                        [% IF ( problems ) %]
85
                            <h2>Web installer &rsaquo; Perl version too old</h2>
85
                            <h1>Web installer &rsaquo; Perl version too old</h1>
86
                            <p>I encountered some problems.</p>
86
                            <p>I encountered some problems.</p>
87
                            <ul>
87
                            <ul>
88
                                [% IF ( perlversion ) %]
88
                                [% IF ( perlversion ) %]
Lines 97-103 Link Here
97
                        </form>
97
                        </form>
98
98
99
                    [% ELSE # IF checkmodule %]
99
                    [% ELSE # IF checkmodule %]
100
                        <h2>Web installer &rsaquo; Check Perl dependencies</h2>
100
                        <h1>Web installer &rsaquo; Check Perl dependencies</h1>
101
                        <p>All required Perl modules appear to be installed.</p>
101
                        <p>All required Perl modules appear to be installed.</p>
102
                        <p> All dependencies installed.</p>
102
                        <p> All dependencies installed.</p>
103
103
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/installer/step2.tt (-2 / +2 lines)
Lines 8-15 Link Here
8
        <div class="row">
8
        <div class="row">
9
            <div id="installer-step2" class="installer-main col-sm-8 col-sm-offset-2 col-md-8 col-md-offset-2">
9
            <div id="installer-step2" class="installer-main col-sm-8 col-sm-offset-2 col-md-8 col-md-offset-2">
10
10
11
                <h1 id="logo"><a href="#">Koha</a></h1>
11
                <div id="logo"><a href="#">Koha</a></div>
12
                <h2>Web installer &rsaquo; Database settings</h2>
12
                <h1>Web installer &rsaquo; Database settings</h1>
13
                <h3>Database settings:</h3>
13
                <h3>Database settings:</h3>
14
                <ul>
14
                <ul>
15
                    <li><em>Database type: </em> [%- dbms | $HtmlTags tag=>'code' -%]</li>
15
                    <li><em>Database type: </em> [%- dbms | $HtmlTags tag=>'code' -%]</li>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/installer/step3.tt (-8 / +8 lines)
Lines 40-48 Link Here
40
    <div class="container-fluid">
40
    <div class="container-fluid">
41
        <div class="row">
41
        <div class="row">
42
            <div id="installer-step3" class="installer-main col-sm-8 col-sm-offset-2 col-md-8 col-md-offset-2">
42
            <div id="installer-step3" class="installer-main col-sm-8 col-sm-offset-2 col-md-8 col-md-offset-2">
43
                <h1 id="logo"><a href="#">Koha</a></h1>
43
                <div id="logo"><a href="#">Koha</a></div>
44
                [% IF ( finish ) %]
44
                [% IF ( finish ) %]
45
                    <h2>Web installer &rsaquo; Installation complete</h2>
45
                    <h1>Web installer &rsaquo; Installation complete</h1>
46
                    <h3>Congratulations, installation complete</h3>
46
                    <h3>Congratulations, installation complete</h3>
47
                    <p><a class="btn btn-primary" href="/cgi-bin/koha/installer/onboarding.pl">Begin the onboarding process</a></p>
47
                    <p><a class="btn btn-primary" href="/cgi-bin/koha/installer/onboarding.pl">Begin the onboarding process</a></p>
48
                [% END %]
48
                [% END %]
Lines 72-78 Link Here
72
                [% END # / IF choosemarc %]
72
                [% END # / IF choosemarc %]
73
73
74
                [% IF ( selectframeworks ) %]
74
                [% IF ( selectframeworks ) %]
75
                    <h2>Web installer &rsaquo; Selecting default settings</h2>
75
                    <h1>Web installer &rsaquo; Selecting default settings</h1>
76
76
77
77
78
                    <form name="frameworkselection" method="post" action="install.pl">
78
                    <form name="frameworkselection" method="post" action="install.pl">
Lines 161-167 Link Here
161
                [% END # / IF selectframeworks %]
161
                [% END # / IF selectframeworks %]
162
162
163
                [% IF ( addframeworks ) %]
163
                [% IF ( addframeworks ) %]
164
                    <h2>Web installer &rsaquo; Default data loaded</h2>
164
                    <h1>Web installer &rsaquo; Default data loaded</h1>
165
                    [% FOREACH lis IN list %]
165
                    [% FOREACH lis IN list %]
166
                        [% IF lis.level == 'mandatory' %]
166
                        [% IF lis.level == 'mandatory' %]
167
                            <h3>Mandatory data added</h3>
167
                            <h3>Mandatory data added</h3>
Lines 211-217 Link Here
211
                        <div class="alert alert-warning"><p>[% error | html %] </p></div>
211
                        <div class="alert alert-warning"><p>[% error | html %] </p></div>
212
                        <p>Please contact your system administrator</p>
212
                        <p>Please contact your system administrator</p>
213
                    [% ELSE %]
213
                    [% ELSE %]
214
                        <h2>Web installer &rsaquo; Success</h2>
214
                        <h1>Web installer &rsaquo; Success</h1>
215
                        <div class="alert alert-success"><p>Database tables created</p></div>
215
                        <div class="alert alert-success"><p>Database tables created</p></div>
216
                        <form action="install.pl" method="post">
216
                        <form action="install.pl" method="post">
217
                            <input type="hidden" name="step" value="3" />
217
                            <input type="hidden" name="step" value="3" />
Lines 221-227 Link Here
221
                [% END # / IF importdatastructure %]
221
                [% END # / IF importdatastructure %]
222
222
223
                [% IF ( proposeimport ) %]
223
                [% IF ( proposeimport ) %]
224
                    <h2>Web installer &rsaquo; Set up database</h2>
224
                    <h1>Web installer &rsaquo; Set up database</h1>
225
                    <p>Now we're ready to create the database tables and fill them with some default data.</p>
225
                    <p>Now we're ready to create the database tables and fill them with some default data.</p>
226
                    <form action="install.pl" method="post">
226
                    <form action="install.pl" method="post">
227
                        <input type="hidden" name="step" value="3" />
227
                        <input type="hidden" name="step" value="3" />
Lines 232-242 Link Here
232
232
233
                [% IF ( default ) %]
233
                [% IF ( default ) %]
234
                    [% IF ( upgrading ) %]
234
                    [% IF ( upgrading ) %]
235
                        <h2>Web installer &rsaquo; Update database</h2>
235
                        <h1>Web installer &rsaquo; Update database</h1>
236
                        <p>We are upgrading from Koha [% dbversion | html %] to [% kohaversion | html %]</p>
236
                        <p>We are upgrading from Koha [% dbversion | html %] to [% kohaversion | html %]</p>
237
                        <p><a href="install.pl?step=3&amp;op=updatestructure" class="btn btn-primary">Update your database</a></p>
237
                        <p><a href="install.pl?step=3&amp;op=updatestructure" class="btn btn-primary">Update your database</a></p>
238
                    [% ELSE %]
238
                    [% ELSE %]
239
                        <h2>Web installer &rsaquo; Install basic configuration settings</h2>
239
                        <h1>Web installer &rsaquo; Install basic configuration settings</h1>
240
                        <p>We are ready to do some basic configuration.</p>
240
                        <p>We are ready to do some basic configuration.</p>
241
                        <p><a href="install.pl?step=3&amp;op=choosemarc" class="btn btn-primary">Continue to the next step</a></p>
241
                        <p><a href="install.pl?step=3&amp;op=choosemarc" class="btn btn-primary">Continue to the next step</a></p>
242
                    [% END %]
242
                    [% END %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/onboarding/onboardingstep1.tt (-2 / +2 lines)
Lines 8-15 Link Here
8
    <div class="container-fluid">
8
    <div class="container-fluid">
9
        <div class="row">
9
        <div class="row">
10
            <div id="onboarding-step1" class="installer-main col-sm-8 col-sm-offset-2 col-md-8 col-md-offset-2">
10
            <div id="onboarding-step1" class="installer-main col-sm-8 col-sm-offset-2 col-md-8 col-md-offset-2">
11
                <h1 id="logo"><a href="#">Koha</a></h1>
11
                <div id="logo"><a href="#">Koha</a></div>
12
                <h2>Web installer &rsaquo; Create a library</h2>
12
                <h1>Web installer &rsaquo; Create a library</h1>
13
13
14
                [% INCLUDE 'onboarding_messages.inc' %]
14
                [% INCLUDE 'onboarding_messages.inc' %]
15
15
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/onboarding/onboardingstep2.tt (-2 / +2 lines)
Lines 17-25 Link Here
17
    <div class="container-fluid">
17
    <div class="container-fluid">
18
        <div class="row">
18
        <div class="row">
19
            <div id="onboarding-step2" class="installer-main col-sm-8 col-sm-offset-2 col-md-8 col-md-offset-2">
19
            <div id="onboarding-step2" class="installer-main col-sm-8 col-sm-offset-2 col-md-8 col-md-offset-2">
20
                <h1 id="logo"><a href="#">Koha</a></h1>
20
                <div id="logo"><a href="#">Koha</a></div>
21
21
22
                <h2>Web installer &rsaquo; Create a patron category</h2>
22
                <h1>Web installer &rsaquo; Create a patron category</h1>
23
23
24
                [% INCLUDE 'onboarding_messages.inc' %]
24
                [% INCLUDE 'onboarding_messages.inc' %]
25
25
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/onboarding/onboardingstep3.tt (-2 / +2 lines)
Lines 10-17 Link Here
10
    <div class="container-fluid">
10
    <div class="container-fluid">
11
        <div class="row">
11
        <div class="row">
12
            <div id="onboarding-step3" class="installer-main col-sm-8 col-sm-offset-2 col-md-8 col-md-offset-2">
12
            <div id="onboarding-step3" class="installer-main col-sm-8 col-sm-offset-2 col-md-8 col-md-offset-2">
13
                <h1 id="logo"><a href="#">Koha</a></h1>
13
                <div id="logo"><a href="#">Koha</a></div>
14
                <h2>Web installer &rsaquo; Create Koha administrator patron</h2>
14
                <h1>Web installer &rsaquo; Create Koha administrator patron</h1>
15
15
16
                [% INCLUDE 'onboarding_messages.inc' %]
16
                [% INCLUDE 'onboarding_messages.inc' %]
17
17
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/onboarding/onboardingstep4.tt (-2 / +2 lines)
Lines 7-14 Link Here
7
    <div class="container-fluid">
7
    <div class="container-fluid">
8
        <div class="row">
8
        <div class="row">
9
            <div id="onboarding-step4" class="installer-main col-sm-8 col-sm-offset-2 col-md-8 col-md-offset-2">
9
            <div id="onboarding-step4" class="installer-main col-sm-8 col-sm-offset-2 col-md-8 col-md-offset-2">
10
                <h1 id="logo"><a href="#">Koha</a></h1>
10
                <div id="logo"><a href="#">Koha</a></div>
11
                <h2>Web installer &rsaquo; Create a new item type </h2>
11
                <h1>Web installer &rsaquo; Create a new item type</h1>
12
12
13
                [% INCLUDE 'onboarding_messages.inc' %]
13
                [% INCLUDE 'onboarding_messages.inc' %]
14
14
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/onboarding/onboardingstep5.tt (-3 / +2 lines)
Lines 13-23 Link Here
13
    <div class="container-fluid">
13
    <div class="container-fluid">
14
        <div class="row">
14
        <div class="row">
15
            <div id="onboarding-step5" class="installer-main col-sm-8 col-sm-offset-2 col-md-8 col-md-offset-2">
15
            <div id="onboarding-step5" class="installer-main col-sm-8 col-sm-offset-2 col-md-8 col-md-offset-2">
16
                <h1 id="logo"><a href="#">Koha</a></h1>
16
                <div id="logo"><a href="#">Koha</a></div>
17
17
18
                [% IF all_done %]
18
                [% IF all_done %]
19
19
20
                    <h2>Web installer &rsaquo; Complete</h2>
20
                    <h1>Web installer &rsaquo; Complete</h1>
21
                    [% INCLUDE 'onboarding_messages.inc' %]
21
                    [% INCLUDE 'onboarding_messages.inc' %]
22
                    <h3>Congratulations you have finished and are ready to use Koha</h3>
22
                    <h3>Congratulations you have finished and are ready to use Koha</h3>
23
                    <a class="btn btn-success" href="/cgi-bin/koha/mainpage.pl">Start using Koha</a>
23
                    <a class="btn btn-success" href="/cgi-bin/koha/mainpage.pl">Start using Koha</a>
24
- 

Return to bug 27631