Lines 314-321
Link Here
|
314 |
[% IF ( default ) %] |
314 |
[% IF ( default ) %] |
315 |
[% IF ( upgrading ) %] |
315 |
[% IF ( upgrading ) %] |
316 |
<h1>Web installer › Update database</h1> |
316 |
<h1>Web installer › Update database</h1> |
317 |
<p>We are upgrading from Koha [% dbversion | html %] to [% kohaversion | html %]</p> |
317 |
[% IF dbversion != kohaversion %] |
318 |
<p><a href="install.pl?step=3&op=updatestructure" class="btn btn-primary">Update your database</a></p> |
318 |
<p>We are upgrading from Koha [% dbversion | html %] to [% kohaversion | html %]</p> |
|
|
319 |
<p><a href="install.pl?step=3&op=updatestructure" class="btn btn-primary">Update your database</a></p> |
320 |
[% ELSE %] |
321 |
<p>The database is up-to-date already (Koha [% kohaversion | html %])</p> |
322 |
<p><a href="install.pl?step=3&op=finished" class="btn btn-primary">Continue to log in to Koha</a></p> |
323 |
[% END %] |
319 |
[% ELSE %] |
324 |
[% ELSE %] |
320 |
<h1>Web installer › Install basic configuration settings</h1> |
325 |
<h1>Web installer › Install basic configuration settings</h1> |
321 |
|
326 |
|
322 |
- |
|
|