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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/onboarding/onboardingstep2.tt (-2 / +4 lines)
Lines 1-5 Link Here
1
[% USE Koha %]
1
[% USE Koha %]
2
[% USE KohaDates %]
2
[% USE KohaDates %]
3
[% USE raw %]
4
[% USE Asset %]
3
[% INCLUDE 'doc-head-open.inc' %]
5
[% INCLUDE 'doc-head-open.inc' %]
4
<title>Koha &rsaquo; Web installer &rsaquo; Add a patron category</title>
6
<title>Koha &rsaquo; Web installer &rsaquo; Add a patron category</title>
5
[%# The following if statement checks if the categories variable handed to this template %]
7
[%# The following if statement checks if the categories variable handed to this template %]
Lines 129-135 Link Here
129
[% MACRO jsinclude BLOCK %]
131
[% MACRO jsinclude BLOCK %]
130
    [% INCLUDE 'validator-strings.inc' %]
132
    [% INCLUDE 'validator-strings.inc' %]
131
    [% INCLUDE 'installer-strings.inc' %]
133
    [% INCLUDE 'installer-strings.inc' %]
132
    <script src="[% interface | html %]/[% theme | html %]/js/onboarding.js"></script>
134
    [% Asset.js("js/onboarding.js") | $raw %]>
133
[% END %]
135
[% END %]
134
136
135
[% INCLUDE 'installer-intranet-bottom.inc' %]
137
[% INCLUDE 'installer-intranet-bottom.inc' %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/onboarding/onboardingstep4.tt (-1 / +3 lines)
Lines 1-4 Link Here
1
[% USE Koha %]
1
[% USE Koha %]
2
[% USE raw %]
3
[% USE Asset %]
2
[% INCLUDE 'doc-head-open.inc' %]
4
[% INCLUDE 'doc-head-open.inc' %]
3
<title>Koha &rsaquo; Web installer &rsaquo; Create Koha administrator patron</title>
5
<title>Koha &rsaquo; Web installer &rsaquo; Create Koha administrator patron</title>
4
[% INCLUDE 'installer-doc-head-close.inc' %]
6
[% INCLUDE 'installer-doc-head-close.inc' %]
Lines 113-119 Link Here
113
[% MACRO jsinclude BLOCK %]
115
[% MACRO jsinclude BLOCK %]
114
    [% INCLUDE 'validator-strings.inc' %]
116
    [% INCLUDE 'validator-strings.inc' %]
115
    [% INCLUDE 'installer-strings.inc' %]
117
    [% INCLUDE 'installer-strings.inc' %]
116
    <script src="[% interface | html %]/[% theme | html %]/js/onboarding.js"></script>
118
    [% Asset.js("js/onboarding.js") | $raw %]
117
    [% PROCESS 'password_check.inc' %]
119
    [% PROCESS 'password_check.inc' %]
118
    [% PROCESS 'add_password_check' new_password => 'password' %]
120
    [% PROCESS 'add_password_check' new_password => 'password' %]
119
[% END %]
121
[% END %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/onboarding/onboardingstep5.tt (-1 / +3 lines)
Lines 1-3 Link Here
1
[% USE raw %]
2
[% USE Asset %]
1
[% INCLUDE 'doc-head-open.inc' %]
3
[% INCLUDE 'doc-head-open.inc' %]
2
<title>Koha &rsaquo; Web installer &rsaquo; Create a new item type </title>
4
<title>Koha &rsaquo; Web installer &rsaquo; Create a new item type </title>
3
[% INCLUDE 'installer-doc-head-close.inc' %]
5
[% INCLUDE 'installer-doc-head-close.inc' %]
Lines 49-55 Link Here
49
[% MACRO jsinclude BLOCK %]
51
[% MACRO jsinclude BLOCK %]
50
    [% INCLUDE 'validator-strings.inc' %]
52
    [% INCLUDE 'validator-strings.inc' %]
51
    [% INCLUDE 'installer-strings.inc' %]
53
    [% INCLUDE 'installer-strings.inc' %]
52
    <script src="[% interface | html %]/[% theme | html %]/js/onboarding.js"></script>
54
    [% Asset.js("js/onboarding.js") | $raw %]
53
[% END %]
55
[% END %]
54
56
55
[% INCLUDE 'installer-intranet-bottom.inc' %]
57
[% INCLUDE 'installer-intranet-bottom.inc' %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/onboarding/onboardingstep6.tt (-1 / +3 lines)
Lines 1-3 Link Here
1
[% USE raw %]
2
[% USE Asset %]
1
[% INCLUDE 'doc-head-open.inc' %]
3
[% INCLUDE 'doc-head-open.inc' %]
2
<title>Koha &rsaquo; Web installer &rsaquo;
4
<title>Koha &rsaquo; Web installer &rsaquo;
3
    [% IF all_done %]
5
    [% IF all_done %]
Lines 134-140 Link Here
134
[% MACRO jsinclude BLOCK %]
136
[% MACRO jsinclude BLOCK %]
135
    [% INCLUDE 'validator-strings.inc' %]
137
    [% INCLUDE 'validator-strings.inc' %]
136
    [% INCLUDE 'installer-strings.inc' %]
138
    [% INCLUDE 'installer-strings.inc' %]
137
    <script src="[% interface | html %]/[% theme | html %]/js/onboarding.js"></script>
139
    [% Asset.js("js/onboarding.js") | $raw %]
138
[% END %]
140
[% END %]
139
141
140
[% INCLUDE 'installer-intranet-bottom.inc' %]
142
[% INCLUDE 'installer-intranet-bottom.inc' %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/onboarding/onboardingstep8.tt (-2 / +3 lines)
Lines 1-3 Link Here
1
[% USE raw %]
2
[% USE Asset %]
1
[% INCLUDE 'doc-head-open.inc' %]
3
[% INCLUDE 'doc-head-open.inc' %]
2
<title>Koha &rsaquo; Web installer &rsaquo;
4
<title>Koha &rsaquo; Web installer &rsaquo;
3
    [% IF all_done %]
5
    [% IF all_done %]
Lines 134-140 Link Here
134
[% MACRO jsinclude BLOCK %]
136
[% MACRO jsinclude BLOCK %]
135
    [% INCLUDE 'validator-strings.inc' %]
137
    [% INCLUDE 'validator-strings.inc' %]
136
    [% INCLUDE 'installer-strings.inc' %]
138
    [% INCLUDE 'installer-strings.inc' %]
137
    <script src="[% interface | html %]/[% theme | html %]/js/onboarding.js"></script>
139
    [% Asset.js("js/onboarding.js") | $raw %]
138
[% END %]
140
[% END %]
139
141
140
[% INCLUDE 'installer-intranet-bottom.inc' %]
142
[% INCLUDE 'installer-intranet-bottom.inc' %]
141
- 

Return to bug 18308