added test buttons for info & error
This commit is contained in:
parent
c68cf1643e
commit
dba37e57f9
|
@ -1,6 +1,10 @@
|
||||||
<?php include dirname(path: __DIR__) . '/_header.html.php'; ?>
|
<?php include dirname(path: __DIR__) . '/_header.html.php'; ?>
|
||||||
|
|
||||||
|
<br>
|
||||||
<h1>Address Book - Admin</h1>
|
<h1>Address Book - Admin</h1>
|
||||||
<a href="<?= $router->path('app_admin_users'); ?>">👱 Users</a>
|
<a href="<?= $router->path('app_admin_users'); ?>">👱 Users</a>
|
||||||
|
|
||||||
<?php include dirname(path: __DIR__) . '/_footer.html.php' ?>
|
<?php include dirname(path: __DIR__) . '/_footer.html.php' ?>
|
||||||
|
|
||||||
|
<button type="button" class="info_button" id="info_button" onclick="setInfo('Test Info - auto hide')">Info</button>
|
||||||
|
<button type="button" class="error_button" onclick="setError('Test Error - must be closed manually')">Error</button>
|
Loading…
Reference in New Issue