20 lines
940 B
PHP
20 lines
940 B
PHP
<?php
|
|
$enablePrototypeComments = false;
|
|
include '../../header-invoice.php';
|
|
?>
|
|
|
|
<div class="container-xxl flex-grow-1 container-p-y d-flex flex-column justify-content-center">
|
|
<div class="card p-0 mb-4 h-100 mt-5 border-0 shadow-sm" style="min-height: 400px;">
|
|
<div class="card-body d-flex flex-column justify-content-center align-items-center p-5 text-center">
|
|
<h1 class="display-1 text-primary mb-4"><i class="bx bx-book-bookmark"></i></h1>
|
|
<h3 class="mb-2">Moduł "Słowniki" pojawi się wkrótce!</h3>
|
|
<p class="text-muted mb-4 fs-5">
|
|
Obecnie intensywnie pracujemy nad nowymi funkcjonalnościami dla tego modułu.<br>
|
|
Zaglądaj tu regularnie, aby być na bieżąco z nowościami!
|
|
</p>
|
|
<a href="index.php" class="btn btn-primary btn-lg mt-3">Wróć na Kokpit</a>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
<?php include '../../footer.php'; ?>
|