adsad
This commit is contained in:
@@ -2,7 +2,7 @@
|
|||||||
$modules = modules()->all();
|
$modules = modules()->all();
|
||||||
$error = null;
|
$error = null;
|
||||||
$notice = null;
|
$notice = null;
|
||||||
$GLOBALS['layout_header_title'] = 'Aktive Module verwalten';
|
$GLOBALS['layout_header_title'] = 'Aktive Module';
|
||||||
$GLOBALS['layout_header_text'] = '';
|
$GLOBALS['layout_header_text'] = '';
|
||||||
$GLOBALS['layout_header_actions'] = [];
|
$GLOBALS['layout_header_actions'] = [];
|
||||||
$knownAuthUsers = modules()->knownAuthUsers();
|
$knownAuthUsers = modules()->knownAuthUsers();
|
||||||
@@ -59,9 +59,16 @@ if ($_SERVER['REQUEST_METHOD'] === 'POST') {
|
|||||||
</div>
|
</div>
|
||||||
<?php endif; ?>
|
<?php endif; ?>
|
||||||
|
|
||||||
<div class="module-box-soft module-admin-toolbar">
|
<div class="module-box-soft">
|
||||||
<a class="module-button module-button--secondary module-button--small" href="/modules/install">Module installieren/aktivieren</a>
|
<div class="module-hero-top module-hero-top--compact">
|
||||||
<a class="module-button module-button--secondary module-button--small" href="/modules/sql-import">Zentralen SQL-Import öffnen</a>
|
<nav class="module-tabs" aria-label="Modulverwaltung">
|
||||||
|
<a class="module-button module-button--tab-active" href="/modules">Aktive Module</a>
|
||||||
|
<a class="module-button module-button--tab" href="/modules/install">Module installieren/aktivieren</a>
|
||||||
|
</nav>
|
||||||
|
<div class="module-hero-actions">
|
||||||
|
<a class="module-button module-button--secondary module-button--small" href="/modules/sql-import">Zentralen SQL-Import öffnen</a>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="module-admin-grid">
|
<div class="module-admin-grid">
|
||||||
|
|||||||
Reference in New Issue
Block a user