|
|
@@ -9,12 +9,15 @@
|
|
|
<div class="container" style="max-width:574px">
|
|
|
<?php if (!empty($errors)) : ?>
|
|
|
<?php foreach ($errors as $errMsg) : ?>
|
|
|
- <div class="alert alert-danger"><?php echo $errMsg; ?></div>
|
|
|
+ <div class="alert alert-danger" style="text-align:center"><?php echo $errMsg; ?></div>
|
|
|
<?php endforeach; ?>
|
|
|
+ <?php else : ?>
|
|
|
+ <div class="alert alert-info" style="text-align:center">
|
|
|
+ Zostałeś wylogowany
|
|
|
+ </div>
|
|
|
<?php endif; ?>
|
|
|
-
|
|
|
- <div class="alert alert-success">
|
|
|
- Zostałeś wylogowany - <a href="index.php"> zaloguj się </a>
|
|
|
+ <div style="padding:24px auto; text-align:center">
|
|
|
+ <a class="btn btn-primary" href="index.php"> zaloguj się </a>
|
|
|
</div>
|
|
|
</div>
|
|
|
|