added info & error boxes
This commit is contained in:
parent
affe02ec04
commit
c68cf1643e
|
@ -18,5 +18,10 @@
|
||||||
<?php else: ?>
|
<?php else: ?>
|
||||||
<a href="<?= $router->path('app_logout'); ?>">⎋ Logout</a>
|
<a href="<?= $router->path('app_logout'); ?>">⎋ Logout</a>
|
||||||
<?php endif; ?>
|
<?php endif; ?>
|
||||||
|
<br>
|
||||||
|
<div id="info_box">Info</div>
|
||||||
|
<div id="error_box">
|
||||||
|
<span class="close_button" onclick="closeError()">×</span>
|
||||||
|
<div id="error_text"></div>
|
||||||
|
</div>
|
||||||
<br>
|
<br>
|
||||||
|
|
Loading…
Reference in New Issue