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 22-28 Link Here
22
                    <fieldset class="rows">
22
                    <fieldset class="rows">
23
                        <input type="hidden" name="step" value="3" />
23
                        <input type="hidden" name="step" value="3" />
24
                        <input type="hidden" name="op" value="add_validate_patron" />
24
                        <input type="hidden" name="op" value="add_validate_patron" />
25
                        <h3>Administrator identity</h3>
25
                        <h2>Administrator identity</h2>
26
                        <ol>
26
                        <ol>
27
                            <li>
27
                            <li>
28
                                <label for="surname" class="required">Surname: </label>
28
                                <label for="surname" class="required">Surname: </label>
Lines 69-75 Link Here
69
                            </li>
69
                            </li>
70
                        </ol>
70
                        </ol>
71
71
72
                            <h3>Administrator account permissions</h3>
72
                            <h2>Administrator account permissions</h2>
73
                        <ol>
73
                        <ol>
74
                            <li>
74
                            <li>
75
                                <input type="hidden" name="newflags" value="1" />
75
                                <input type="hidden" name="newflags" value="1" />
Lines 78-84 Link Here
78
                            </li>
78
                            </li>
79
                        </ol>
79
                        </ol>
80
80
81
                            <h3>Administrator login</h3>
81
                            <h2>Administrator login</h2>
82
                        <ol>
82
                        <ol>
83
                            <li>
83
                            <li>
84
                                <label for="userid" class="required">Username: </label>
84
                                <label for="userid" class="required">Username: </label>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/onboarding/onboardingstep5.tt (-3 / +2 lines)
Lines 19-30 Link Here
19
19
20
                    <h1>Web installer &rsaquo; Complete</h1>
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
                    <h2>Congratulations you have finished and are ready to use Koha</h2>
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
24
25
                [% ELSE %]
25
                [% ELSE %]
26
26
27
                    <h2>Web installer &rsaquo; Create a new circulation rule </h2>
27
                    <h1>Web installer &rsaquo; Create a new circulation rule </h1>
28
28
29
                    [% INCLUDE 'onboarding_messages.inc' %]
29
                    [% INCLUDE 'onboarding_messages.inc' %]
30
30
31
- 

Return to bug 27741