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

(-)a/koha-tmpl/intranet-tmpl/prog/en/includes/onboarding_messages.inc (-1 / +1 lines)
Lines 32-41 Link Here
32
            <div class="alert alert-danger">The patron has not been created the entered password was too weak, must contain at least one uppercase, and lower case letter and one number</div>
32
            <div class="alert alert-danger">The patron has not been created the entered password was too weak, must contain at least one uppercase, and lower case letter and one number</div>
33
        [% CASE 'ERROR_password_has_whitespaces' %]
33
        [% CASE 'ERROR_password_has_whitespaces' %]
34
            <div class="alert alert-danger">The patron has not been created the entered password contained whitespaces</div>
34
            <div class="alert alert-danger">The patron has not been created the entered password contained whitespaces</div>
35
        [% CASE %][% message | html %]
36
        [% CASE 'success_on_update_minPasswordLength_syspref' %]
35
        [% CASE 'success_on_update_minPasswordLength_syspref' %]
37
            <div class="alert alert-success">Minimum password length set!</div>
36
            <div class="alert alert-success">Minimum password length set!</div>
38
        [% CASE 'error_on_update_minPasswordLength_syspref' %]
37
        [% CASE 'error_on_update_minPasswordLength_syspref' %]
39
            <div class="alert alert-danger">Minimum password length not set!</div>
38
            <div class="alert alert-danger">Minimum password length not set!</div>
39
        [% CASE %][% message | html %]
40
    [% END %]
40
    [% END %]
41
[% END %]
41
[% END %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/onboarding/onboardingstep6.tt (-6 / +9 lines)
Lines 3-15 Link Here
3
    [% IF all_done %]
3
    [% IF all_done %]
4
        Complete
4
        Complete
5
    [% ELSE %]
5
    [% ELSE %]
6
        Create circulation rule
6
        Set minPasswordLength system preference
7
    [% END %]
7
    [% END %]
8
</title>
8
</title>
9
[% INCLUDE 'installer-doc-head-close.inc' %]
9
[% INCLUDE 'installer-doc-head-close.inc' %]
10
[% INCLUDE 'validator-strings.inc' %]
11
[% INCLUDE 'installer-strings.inc' %]
12
<script type="text/javascript" src="[% interface %]/[% theme %]/js/onboarding.js"></script>
13
</head>
10
</head>
14
11
15
<body id="installer" class="installer">
12
<body id="installer" class="installer">
Lines 50-54 Link Here
50
                [% END %]
47
                [% END %]
51
            </div> <!-- / #onboarding-step6 -->
48
            </div> <!-- / #onboarding-step6 -->
52
        </div> <!-- / .row -->
49
        </div> <!-- / .row -->
50
    </div> <!-- / #container-fluid -->
53
51
54
[% INCLUDE 'intranet-bottom.inc' %]
52
[% MACRO jsinclude BLOCK %]
53
    [% INCLUDE 'validator-strings.inc' %]
54
    [% INCLUDE 'installer-strings.inc' %]
55
    <script src="[% interface | html %]/[% theme | html %]/js/onboarding.js"></script>
56
[% END %]
57
58
[% INCLUDE 'installer-intranet-bottom.inc' %]
55
- 

Return to bug 18308