Lines 66-72
function Hide(link)
Link Here
|
66 |
|
66 |
|
67 |
[% IF ( finish ) %] |
67 |
[% IF ( finish ) %] |
68 |
<h1>Congratulations, installation complete</h1> |
68 |
<h1>Congratulations, installation complete</h1> |
69 |
<p>If this page does not redirect in 5 seconds, click <a href="/cgi-bin/koha/installer/onboarding.pl">here</a>.</p> |
69 |
<p>If this page does not redirect in 5 seconds, click <a href="/cgi-bin/koha/installer/onboarding.pl">Start onboarding process</a>.</p> |
70 |
[% END %] |
70 |
[% END %] |
71 |
|
71 |
|
72 |
|
72 |
|
Lines 217-227
function Hide(link)
Link Here
|
217 |
[% END %] |
217 |
[% END %] |
218 |
<h3>All done!</h3> |
218 |
<h3>All done!</h3> |
219 |
<p>Installation complete.<br /> |
219 |
<p>Installation complete.<br /> |
220 |
<p>Click on 'Continue to onboarding tool' to complete and load the Koha onboarding tool. |
220 |
<p>Click on 'Set Koha version system preference' to complete and load the Koha onboarding tool. |
221 |
<form name="finish"> |
221 |
<form name="finish"> |
222 |
<input type="hidden" name="step" value="3" /> |
222 |
<input type="hidden" name="step" value="3" /> |
223 |
<input type="hidden" name="op" value="finish" /> |
223 |
<input type="hidden" name="op" value="finish" /> |
224 |
<input type="submit" value="Continue to Koha onboarding tool"/> |
224 |
<input type="submit" value="Set Koha version system preference"/> |
225 |
</form> |
225 |
</form> |
226 |
</p> |
226 |
</p> |
227 |
</p> |
227 |
</p> |