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 › Web installer › Create Koha administrator patron</title> |
5 |
<title>Koha › Web installer › 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 %] |
120 |
- |
|
|