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

(-)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