From 31fff917255fa277a71deeff9ff8e61998020d6f Mon Sep 17 00:00:00 2001 From: pbbfa23ckl Date: Mon, 30 Jun 2025 10:36:48 +0200 Subject: [PATCH 1/2] removed comment --- Controller/UserController.php | 6 ------ 1 file changed, 6 deletions(-) diff --git a/Controller/UserController.php b/Controller/UserController.php index 04e8ec3..99e7d9b 100644 --- a/Controller/UserController.php +++ b/Controller/UserController.php @@ -28,9 +28,6 @@ class UserController } else { $this->view->setDoMethodName("showUserLoginForm"); - ## $this->view->setVars([ - ## "errmsg" => $erg["message"] - ## ]); $this->showUserLoginForm(); } @@ -72,7 +69,4 @@ class UserController { } - - - } \ No newline at end of file From ce59837500b23e822509b1c2eaca17cf20890ce6 Mon Sep 17 00:00:00 2001 From: pbbfa23ckl Date: Thu, 3 Jul 2025 16:57:26 +0200 Subject: [PATCH 2/2] Deutsch --> Englisch --- Views/Welcome/showWelcome.phtml | 10 +++++----- Views/header.phtml | 4 ++-- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Views/Welcome/showWelcome.phtml b/Views/Welcome/showWelcome.phtml index 675acf6..b1fb24b 100644 --- a/Views/Welcome/showWelcome.phtml +++ b/Views/Welcome/showWelcome.phtml @@ -9,23 +9,23 @@ $this->notesModel = new \ppa\Model\NotesModel(); $this->userModel = new \ppa\Model\UserModel(); ?> -

Willkommen in der Notiz App!

+

Welcome in out Notes App!

-

Um loszulegen, wählen Sie bitte eine Option aus der Navigation.

+

To start, simply select an option in the navigation bar.

-

Notiz App Statistiken

+

Notes App statistics

notesModel->getNoteCount(); ?> - Notizen + Notes
userModel->getUserCount(); ?> - Benutzer + Users diff --git a/Views/header.phtml b/Views/header.phtml index 08c601f..3b57e52 100644 --- a/Views/header.phtml +++ b/Views/header.phtml @@ -14,8 +14,8 @@