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') { +
+