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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/onboarding/onboardingstep3.tt (-3 / +3 lines)
Lines 37-43 Link Here
37
                    <fieldset class="rows">
37
                    <fieldset class="rows">
38
                        <input type="hidden" name="step" value="3" />
38
                        <input type="hidden" name="step" value="3" />
39
                        <input type="hidden" name="op" value="add_validate_patron" />
39
                        <input type="hidden" name="op" value="add_validate_patron" />
40
                        <h3>Administrator identity</h3>
40
                        <h2>Administrator identity</h2>
41
                        <ol>
41
                        <ol>
42
                            <li>
42
                            <li>
43
                                <label for="surname" class="required">Surname: </label>
43
                                <label for="surname" class="required">Surname: </label>
Lines 84-90 Link Here
84
                            </li>
84
                            </li>
85
                        </ol>
85
                        </ol>
86
86
87
                            <h3>Administrator account permissions</h3>
87
                            <h2>Administrator account permissions</h2>
88
                        <ol>
88
                        <ol>
89
                            <li>
89
                            <li>
90
                                <input type="hidden" name="newflags" value="1" />
90
                                <input type="hidden" name="newflags" value="1" />
Lines 93-99 Link Here
93
                            </li>
93
                            </li>
94
                        </ol>
94
                        </ol>
95
95
96
                            <h3>Administrator login</h3>
96
                            <h2>Administrator login</h2>
97
                        <ol>
97
                        <ol>
98
                            <li>
98
                            <li>
99
                                <label for="userid" class="required">Username: </label>
99
                                <label for="userid" class="required">Username: </label>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/onboarding/onboardingstep5.tt (-3 / +2 lines)
Lines 27-38 Link Here
27
                        </ol>
27
                        </ol>
28
                    </div>
28
                    </div>
29
29
30
                    <h3>Congratulations you have finished and are ready to use Koha</h3>
30
                    <h2>Congratulations you have finished and are ready to use Koha</h2>
31
                    <a class="btn btn-success" href="/cgi-bin/koha/mainpage.pl">Start using Koha</a>
31
                    <a class="btn btn-success" href="/cgi-bin/koha/mainpage.pl">Start using Koha</a>
32
32
33
                [% ELSE %]
33
                [% ELSE %]
34
34
35
                    <h2>Web installer &rsaquo; Create a new circulation rule </h2>
35
                    <h1>Web installer &rsaquo; Create a new circulation rule </h1>
36
36
37
                    [% INCLUDE 'onboarding_messages.inc' %]
37
                    [% INCLUDE 'onboarding_messages.inc' %]
38
38
39
- 

Return to bug 27741