Lines 33-40
Link Here
|
33 |
</title> |
33 |
</title> |
34 |
|
34 |
|
35 |
[% IF ( finish ) %] |
35 |
[% IF ( finish ) %] |
36 |
[%- metacontent= '10; url=/cgi-bin/koha/installer/onboarding.pl' -%] |
36 |
<!-- [%- metacontent= '10; url=/cgi-bin/koha/installer/onboarding.pl' -%] |
37 |
<meta http-equiv="refresh" content="[% metacontent %]"> |
37 |
<meta http-equiv="refresh" content="[% metacontent %]">--> |
38 |
[% END %] |
38 |
[% END %] |
39 |
[% INCLUDE 'installer-doc-head-close.inc' %] |
39 |
[% INCLUDE 'installer-doc-head-close.inc' %] |
40 |
</head> |
40 |
</head> |
Lines 47-52
Link Here
|
47 |
[% IF ( finish ) %] |
47 |
[% IF ( finish ) %] |
48 |
<h2>Web installer › Installation complete</h2> |
48 |
<h2>Web installer › Installation complete</h2> |
49 |
<h3>Congratulations, installation complete</h3> |
49 |
<h3>Congratulations, installation complete</h3> |
|
|
50 |
<form name="navigationform" method="post" action="onboarding.pl"> |
51 |
<input type="hidden" name="op" value="skip"/> |
52 |
<button type="submit" value="submit">Skip onboarding process.</button> |
53 |
</form> |
50 |
<p>This page will redirect in 10 seconds. <a href="/cgi-bin/koha/installer/onboarding.pl">If not, click here to start onboarding process.</a></p> |
54 |
<p>This page will redirect in 10 seconds. <a href="/cgi-bin/koha/installer/onboarding.pl">If not, click here to start onboarding process.</a></p> |
51 |
[% END %] |
55 |
[% END %] |
52 |
|
56 |
|
53 |
- |
|
|