|
Lines 1-4
Link Here
|
| 1 |
[% BLOCK txt_continue %]Continue to the next step[% END %] |
|
|
| 2 |
[% INCLUDE 'doc-head-open.inc' %] |
1 |
[% INCLUDE 'doc-head-open.inc' %] |
| 3 |
|
2 |
|
| 4 |
<title>Koha › Web installer › |
3 |
<title>Koha › Web installer › |
|
Lines 71-77
Link Here
|
| 71 |
</p> |
70 |
</p> |
| 72 |
[% END %] |
71 |
[% END %] |
| 73 |
[% END %] |
72 |
[% END %] |
| 74 |
<p><input value="[% INCLUDE txt_continue %]" class="btn btn-primary" type="submit" /></p> |
73 |
<p><input value="Continue to the next step" class="btn btn-primary" type="submit" /></p> |
| 75 |
</form> |
74 |
</form> |
| 76 |
[% END # / IF choosemarc %] |
75 |
[% END # / IF choosemarc %] |
| 77 |
|
76 |
|
|
Lines 208-214
Link Here
|
| 208 |
<div class="alert alert-success"><p>Database tables created</p></div> |
207 |
<div class="alert alert-success"><p>Database tables created</p></div> |
| 209 |
<form action="install.pl" method="post"> |
208 |
<form action="install.pl" method="post"> |
| 210 |
<input type="hidden" name="step" value="3" /> |
209 |
<input type="hidden" name="step" value="3" /> |
| 211 |
<p><input value="[% INCLUDE txt_continue %]" class="btn btn-primary" type="submit" /></p> |
210 |
<p><input value="Continue to the next step" class="btn btn-primary" type="submit" /></p> |
| 212 |
</form> |
211 |
</form> |
| 213 |
[% END %] |
212 |
[% END %] |
| 214 |
[% END # / IF importdatastructure %] |
213 |
[% END # / IF importdatastructure %] |
|
Lines 219-225
Link Here
|
| 219 |
<form action="install.pl" method="post"> |
218 |
<form action="install.pl" method="post"> |
| 220 |
<input type="hidden" name="step" value="3" /> |
219 |
<input type="hidden" name="step" value="3" /> |
| 221 |
<input type="hidden" name="op" value="importdatastructure" /> |
220 |
<input type="hidden" name="op" value="importdatastructure" /> |
| 222 |
<p><input value="[% INCLUDE txt_continue %]" class="btn btn-primary" type="submit" /></p> |
221 |
<p><input value="Continue to the next step" class="btn btn-primary" type="submit" /></p> |
| 223 |
</form> |
222 |
</form> |
| 224 |
[% END # / proposeimport %] |
223 |
[% END # / proposeimport %] |
| 225 |
|
224 |
|
|
Lines 231-237
Link Here
|
| 231 |
[% ELSE %] |
230 |
[% ELSE %] |
| 232 |
<h2>Web installer › Install basic configuration settings</h2> |
231 |
<h2>Web installer › Install basic configuration settings</h2> |
| 233 |
<p>We are ready to do some basic configuration.</p> |
232 |
<p>We are ready to do some basic configuration.</p> |
| 234 |
<p><a href="install.pl?step=3&op=choosemarc" class="btn btn-primary">[% INCLUDE txt_continue %]</a></p> |
233 |
<p><a href="install.pl?step=3&op=choosemarc" class="btn btn-primary">Continue to the next step</a></p> |
| 235 |
[% END %] |
234 |
[% END %] |
| 236 |
[% END # / IF default %] |
235 |
[% END # / IF default %] |
| 237 |
|
236 |
|
| 238 |
- |
|
|