From 49210bce010bc2588a79bef3bc162e935f2ca6b1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mathias=20Gla=CC=88ser?= Date: Mon, 15 Jun 2026 12:52:21 +0200 Subject: [PATCH] Add OTC order basic card --- modules/shared/auth/ui/home.php | 25 +++++++++++++++++++++++-- public/assets/styles.portal.css | 5 +++++ 2 files changed, 28 insertions(+), 2 deletions(-) diff --git a/modules/shared/auth/ui/home.php b/modules/shared/auth/ui/home.php index 11c8e12..d00a5f6 100644 --- a/modules/shared/auth/ui/home.php +++ b/modules/shared/auth/ui/home.php @@ -14,6 +14,12 @@ function render_auth_home_page(array $user): void ], JSON_UNESCAPED_UNICODE | JSON_UNESCAPED_SLASHES ); + $moduleContentCards = json_encode( + [ + 'Bestellungen' => '
', + ], + JSON_UNESCAPED_UNICODE | JSON_UNESCAPED_SLASHES + ); $moduleHeadings = json_encode( [ 'Übersicht' => 'Willkommen bei Naurua Übersicht', @@ -81,12 +87,22 @@ function render_auth_home_page(array $user): void echo '
'; echo '

Bestellungen

'; echo '
'; + echo '
'; + echo '
'; + echo '
'; + echo '
'; + echo ''; + echo '
'; + echo '
'; + echo '
'; + echo '
'; echo ''; echo ''; echo ''; echo ''; echo '