mirror of
https://github.com/alextselegidis/easyappointments.git
synced 2024-11-10 01:52:22 +03:00
Updated the update view file messages and added a link for navigation back to the back-end section.
This commit is contained in:
parent
c25f7828bd
commit
718f24e700
1 changed files with 16 additions and 9 deletions
|
@ -49,26 +49,33 @@
|
||||||
|
|
||||||
<div class="container content">
|
<div class="container content">
|
||||||
<?php if ($success): ?>
|
<?php if ($success): ?>
|
||||||
<h3>
|
<h4>
|
||||||
The database was updated successfully!
|
The database was updated successfully!
|
||||||
</h3>
|
</h4>
|
||||||
|
|
||||||
<h3>
|
<p>
|
||||||
You can now use the latest Easy!Appointments version.
|
You can now use the latest Easy!Appointments version.
|
||||||
</h3>
|
</p>
|
||||||
<?php else: ?>
|
<?php else: ?>
|
||||||
<h3>
|
<h4>
|
||||||
There was an error during the update process!
|
There was an error during the update process ...
|
||||||
</h3>
|
</h4>
|
||||||
|
|
||||||
<h3>
|
<p>
|
||||||
Please restore your database backup.
|
Please restore your database backup.
|
||||||
</h3>
|
</p>
|
||||||
|
|
||||||
<div class="well text-left">
|
<div class="well text-left">
|
||||||
Error Message: <?= $exception ?>
|
Error Message: <?= $exception ?>
|
||||||
</div>
|
</div>
|
||||||
<?php endif; ?>
|
<?php endif; ?>
|
||||||
|
|
||||||
|
<div>
|
||||||
|
<a href="<?= site_url('backend') ?>" class="btn btn-default btn-large">
|
||||||
|
<span class="glyphicon glyphicon-wrench"></span>
|
||||||
|
<?= lang('backend_section') ?>
|
||||||
|
</a>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<footer>
|
<footer>
|
||||||
|
|
Loading…
Reference in a new issue