@@ -, +, @@ full path --- .../intranet-tmpl/prog/en/modules/onboarding/onboardingstep2.tt | 6 ++++-- .../intranet-tmpl/prog/en/modules/onboarding/onboardingstep4.tt | 4 +++- .../intranet-tmpl/prog/en/modules/onboarding/onboardingstep5.tt | 4 +++- .../intranet-tmpl/prog/en/modules/onboarding/onboardingstep6.tt | 4 +++- .../intranet-tmpl/prog/en/modules/onboarding/onboardingstep8.tt | 4 +++- 5 files changed, 16 insertions(+), 6 deletions(-) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/onboarding/onboardingstep2.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/onboarding/onboardingstep2.tt @@ -1,5 +1,7 @@ [% USE Koha %] [% USE KohaDates %] +[% USE raw %] +[% USE Asset %] [% INCLUDE 'doc-head-open.inc' %] Koha › Web installer › Add a patron category [%# The following if statement checks if the categories variable handed to this template %] @@ -129,7 +131,7 @@ [% MACRO jsinclude BLOCK %] [% INCLUDE 'validator-strings.inc' %] [% INCLUDE 'installer-strings.inc' %] - + [% Asset.js("js/onboarding.js") | $raw %]> [% END %] -[% INCLUDE 'installer-intranet-bottom.inc' %] +[% INCLUDE 'installer-intranet-bottom.inc' %] --- a/koha-tmpl/intranet-tmpl/prog/en/modules/onboarding/onboardingstep4.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/onboarding/onboardingstep4.tt @@ -1,4 +1,6 @@ [% USE Koha %] +[% USE raw %] +[% USE Asset %] [% INCLUDE 'doc-head-open.inc' %] Koha › Web installer › Create Koha administrator patron [% INCLUDE 'installer-doc-head-close.inc' %] @@ -113,7 +115,7 @@ [% MACRO jsinclude BLOCK %] [% INCLUDE 'validator-strings.inc' %] [% INCLUDE 'installer-strings.inc' %] - + [% Asset.js("js/onboarding.js") | $raw %] [% PROCESS 'password_check.inc' %] [% PROCESS 'add_password_check' new_password => 'password' %] [% END %] --- a/koha-tmpl/intranet-tmpl/prog/en/modules/onboarding/onboardingstep5.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/onboarding/onboardingstep5.tt @@ -1,3 +1,5 @@ +[% USE raw %] +[% USE Asset %] [% INCLUDE 'doc-head-open.inc' %] Koha › Web installer › Create a new item type [% INCLUDE 'installer-doc-head-close.inc' %] @@ -49,7 +51,7 @@ [% MACRO jsinclude BLOCK %] [% INCLUDE 'validator-strings.inc' %] [% INCLUDE 'installer-strings.inc' %] - + [% Asset.js("js/onboarding.js") | $raw %] [% END %] [% INCLUDE 'installer-intranet-bottom.inc' %] --- a/koha-tmpl/intranet-tmpl/prog/en/modules/onboarding/onboardingstep6.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/onboarding/onboardingstep6.tt @@ -1,3 +1,5 @@ +[% USE raw %] +[% USE Asset %] [% INCLUDE 'doc-head-open.inc' %] Koha › Web installer › [% IF all_done %] @@ -134,7 +136,7 @@ [% MACRO jsinclude BLOCK %] [% INCLUDE 'validator-strings.inc' %] [% INCLUDE 'installer-strings.inc' %] - <script src="[% interface | html %]/[% theme | html %]/js/onboarding.js"></script> + [% Asset.js("js/onboarding.js") | $raw %] [% END %] [% INCLUDE 'installer-intranet-bottom.inc' %] --- a/koha-tmpl/intranet-tmpl/prog/en/modules/onboarding/onboardingstep8.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/onboarding/onboardingstep8.tt @@ -1,3 +1,5 @@ +[% USE raw %] +[% USE Asset %] [% INCLUDE 'doc-head-open.inc' %] <title>Koha › Web installer › [% IF all_done %] @@ -134,7 +136,7 @@ [% MACRO jsinclude BLOCK %] [% INCLUDE 'validator-strings.inc' %] [% INCLUDE 'installer-strings.inc' %] - <script src="[% interface | html %]/[% theme | html %]/js/onboarding.js"></script> + [% Asset.js("js/onboarding.js") | $raw %] [% END %] [% INCLUDE 'installer-intranet-bottom.inc' %] --