From 0385864f1a572f7faaf4325d1bc0e96a7a598660 Mon Sep 17 00:00:00 2001 From: Lars Gebhardt-Kusche Date: Mon, 4 May 2026 01:26:08 +0200 Subject: [PATCH] asdasd --- partials/landingpages/modules/index.php | 10 ++++++---- public/assets/css/app.css | 7 +++++++ 2 files changed, 13 insertions(+), 4 deletions(-) diff --git a/partials/landingpages/modules/index.php b/partials/landingpages/modules/index.php index ecbe651..c33be2b 100644 --- a/partials/landingpages/modules/index.php +++ b/partials/landingpages/modules/index.php @@ -4,10 +4,7 @@ $error = null; $notice = null; $GLOBALS['layout_header_title'] = 'Aktive Module verwalten'; $GLOBALS['layout_header_text'] = ''; -$GLOBALS['layout_header_actions'] = [ - ['href' => '/modules/install', 'label' => 'Module installieren/aktivieren'], - ['href' => '/modules/sql-import', 'label' => 'Zentralen SQL-Import öffnen'], -]; +$GLOBALS['layout_header_actions'] = []; $knownAuthUsers = modules()->knownAuthUsers(); $authUserLabels = []; foreach ($knownAuthUsers as $knownAuthUser) { @@ -62,6 +59,11 @@ if ($_SERVER['REQUEST_METHOD'] === 'POST') { +
+ Module installieren/aktivieren + Zentralen SQL-Import öffnen +
+
diff --git a/public/assets/css/app.css b/public/assets/css/app.css index a7175ed..0faf3a4 100644 --- a/public/assets/css/app.css +++ b/public/assets/css/app.css @@ -655,6 +655,13 @@ body.has-modal-open { margin-top: 1rem; } +.module-admin-toolbar { + display: flex; + flex-wrap: wrap; + gap: 10px; + align-items: center; +} + .module-admin-grid--compact { grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); }