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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/installer/step2.tt (-1 / +1 lines)
Lines 23-29 Link Here
23
                    </ol>
23
                    </ol>
24
                </div>
24
                </div>
25
25
26
                <h3>Database settings:</h3>
26
                <h2>Database settings:</h2>
27
                <ul>
27
                <ul>
28
                    <li><em>Database type: </em> [%- dbms | $HtmlTags tag=>'code' -%]</li>
28
                    <li><em>Database type: </em> [%- dbms | $HtmlTags tag=>'code' -%]</li>
29
                    <li><em>Database name: </em> [%- dbname | $HtmlTags tag=>'code' -%]</li>
29
                    <li><em>Database name: </em> [%- dbname | $HtmlTags tag=>'code' -%]</li>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/installer/step3.tt (-21 / +20 lines)
Lines 55-66 Link Here
55
                        </ol>
55
                        </ol>
56
                    </div>
56
                    </div>
57
57
58
                    <h3>Congratulations, installation complete</h3>
58
                    <h2>Congratulations, installation complete</h2>
59
                    <p><a class="btn btn-primary" href="/cgi-bin/koha/installer/onboarding.pl">Begin the onboarding process</a></p>
59
                    <p><a class="btn btn-primary" href="/cgi-bin/koha/installer/onboarding.pl">Begin the onboarding process</a></p>
60
                [% END %]
60
                [% END %]
61
61
62
                [% IF ( choosemarc ) %]
62
                [% IF ( choosemarc ) %]
63
                    <h2>Select your MARC flavor</h2>
63
                    <h1>Select your MARC flavor</h1>
64
64
65
                    <div id="steps">
65
                    <div id="steps">
66
                        <ol>
66
                        <ol>
Lines 120-134 Link Here
120
                        <input type="hidden" name="step" value="3" />
120
                        <input type="hidden" name="step" value="3" />
121
                        <input type="hidden" name="op" value="addframeworks" />
121
                        <input type="hidden" name="op" value="addframeworks" />
122
                        [% IF ( frameworksloop ) %]
122
                        [% IF ( frameworksloop ) %]
123
                            <h3>MARC frameworks: [% marcflavour | html %]</h3>
123
                            <h2>MARC frameworks: [% marcflavour | html %]</h2>
124
                            [% IF ( en_marc_frameworks ) %]
124
                            [% IF ( en_marc_frameworks ) %]
125
                                <h4><span class="error">No MARC frameworks are available for your language.
125
                                <h3><span class="error">No MARC frameworks are available for your language.
126
                                Defaulting to the frameworks supplied for English (en)<span></h4>
126
                                Defaulting to the frameworks supplied for English (en)<span></h3>
127
                            [% END %]
127
                            [% END %]
128
                            [% FOREACH frameworksloo IN frameworksloop %]
128
                            [% FOREACH frameworksloo IN frameworksloop %]
129
                                [%- SWITCH frameworksloo.label -%]
129
                                [%- SWITCH frameworksloo.label -%]
130
                                  [%- CASE 'mandatory' -%]<h4>Mandatory</h4>
130
                                  [%- CASE 'mandatory' -%]<h3>Mandatory</h3>
131
                                  [%- CASE 'optional'  -%]<h4>Optional</h4>
131
                                  [%- CASE 'optional'  -%]<h3>Optional</h3>
132
                                [%- END -%]
132
                                [%- END -%]
133
133
134
                                <div class="checkboxes">
134
                                <div class="checkboxes">
Lines 158-174 Link Here
158
                            [% END # / FOREACH frameworksloo %]
158
                            [% END # / FOREACH frameworksloo %]
159
                        [% END # / IF frameworkdsloop %]
159
                        [% END # / IF frameworkdsloop %]
160
160
161
                        <h3>Other data</h3>
161
                        <h2>Other data</h2>
162
162
163
                        [% IF ( en_sample_data ) %]
163
                        [% IF ( en_sample_data ) %]
164
                            <h4><span class="error">No sample data and settings are available for your language.
164
                            <h3><span class="error">No sample data and settings are available for your language.
165
                            Defaulting to the samples supplied for English (en)<span></h4>
165
                            Defaulting to the samples supplied for English (en)<span></h3>
166
                        [% END %]
166
                        [% END %]
167
167
168
                        [% FOREACH levelloo IN levelloop %]
168
                        [% FOREACH levelloo IN levelloop %]
169
                            [%- SWITCH levelloo.label -%]
169
                            [%- SWITCH levelloo.label -%]
170
                              [%- CASE 'mandatory' -%]<h4>Mandatory</h4>
170
                              [%- CASE 'mandatory' -%]<h3>Mandatory</h3>
171
                              [%- CASE 'optional'  -%]<h4>Optional</h4>
171
                              [%- CASE 'optional'  -%]<h3>Optional</h3>
172
                            [%- END -%]
172
                            [%- END -%]
173
173
174
                            <div class="checkboxes">
174
                            <div class="checkboxes">
Lines 221-235 Link Here
221
221
222
                    [% FOREACH lis IN list %]
222
                    [% FOREACH lis IN list %]
223
                        [% IF lis.level == 'mandatory' %]
223
                        [% IF lis.level == 'mandatory' %]
224
                            <h3>Mandatory data added</h3>
224
                            <h2>Mandatory data added</h2>
225
                        [% ELSIF lis.level == 'optional' %]
225
                        [% ELSIF lis.level == 'optional' %]
226
                            <h3>Optional data added</h3>
226
                            <h2>Optional data added</h2>
227
                        [% ELSIF lis.level == 'mysql' %]
227
                        [% ELSIF lis.level == 'mysql' %]
228
                            <h3>MySQL data added</h3>
228
                            <h2>MySQL data added</h2>
229
                        [% ELSIF lis.level == 'localization' %]
229
                        [% ELSIF lis.level == 'localization' %]
230
                            <h3>Localization data added</h3>
230
                            <h2>Localization data added</h2>
231
                        [% ELSE %]
231
                        [% ELSE %]
232
                            <h3>[% lis.level FILTER ucfirst | html %] data added</h3>
232
                            <h2>[% lis.level FILTER ucfirst | html %] data added</h2>
233
                        [% END %]
233
                        [% END %]
234
                        <ul>
234
                        <ul>
235
                            [% FOREACH fwklis IN lis.fwklist %]
235
                            [% FOREACH fwklis IN lis.fwklist %]
Lines 241-254 Link Here
241
                        </ul>
241
                        </ul>
242
                    [% END %]
242
                    [% END %]
243
243
244
                    <h3>Basic installation complete.</h3>
244
                    <h2>Basic installation complete.</h2>
245
245
246
                    <p>In the next steps you will be guided through some basic requirements like defining Koha user with all administrative privileges (superlibrarian).</p>
246
                    <p>In the next steps you will be guided through some basic requirements like defining Koha user with all administrative privileges (superlibrarian).</p>
247
247
248
                    <form action="/cgi-bin/koha/installer/install.pl" method="post" name="finish">
248
                    <form action="/cgi-bin/koha/installer/install.pl" method="post" name="finish">
249
                        <h4>
249
                        <h2>
250
                            You can help the Koha community by sharing your statistics with us.
250
                            You can help the Koha community by sharing your statistics with us.
251
                        </h4>
251
                        </h2>
252
                        <p>
252
                        <p>
253
                            If you wish to share some of your data, please enable the functionality in the "Share your usage statistics" section of the Administration module.
253
                            If you wish to share some of your data, please enable the functionality in the "Share your usage statistics" section of the Administration module.
254
                        </p>
254
                        </p>
255
- 

Return to bug 27741