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">
|
||||
<?php if ($success): ?>
|
||||
<h3>
|
||||
<h4>
|
||||
The database was updated successfully!
|
||||
</h3>
|
||||
</h4>
|
||||
|
||||
<h3>
|
||||
<p>
|
||||
You can now use the latest Easy!Appointments version.
|
||||
</h3>
|
||||
</p>
|
||||
<?php else: ?>
|
||||
<h3>
|
||||
There was an error during the update process!
|
||||
</h3>
|
||||
<h4>
|
||||
There was an error during the update process ...
|
||||
</h4>
|
||||
|
||||
<h3>
|
||||
<p>
|
||||
Please restore your database backup.
|
||||
</h3>
|
||||
</p>
|
||||
|
||||
<div class="well text-left">
|
||||
Error Message: <?= $exception ?>
|
||||
</div>
|
||||
<?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>
|
||||
|
||||
<footer>
|
||||
|
|
Loading…
Reference in a new issue