From 5420ba37c5d5037617d6daab03272a5146af263c Mon Sep 17 00:00:00 2001 From: Jonas Kohl Date: Sat, 12 Oct 2024 19:56:49 +0200 Subject: Add rich text editor to New topic page --- src/application/views/form_addpost.php | 57 --------------------------------- src/application/views/form_newtopic.php | 24 +++++++++++++- src/application/views/template_end.php | 57 +++++++++++++++++++++++++++++++++ 3 files changed, 80 insertions(+), 58 deletions(-) (limited to 'src/application') diff --git a/src/application/views/form_addpost.php b/src/application/views/form_addpost.php index 9e617d9..b2fb2f2 100644 --- a/src/application/views/form_addpost.php +++ b/src/application/views/form_addpost.php @@ -51,60 +51,3 @@ if (($_formError = RequestUtils::getAndClearFormError("addpost")) !== null) { - - diff --git a/src/application/views/form_newtopic.php b/src/application/views/form_newtopic.php index d1d7e44..e7050c7 100644 --- a/src/application/views/form_newtopic.php +++ b/src/application/views/form_newtopic.php @@ -25,7 +25,29 @@ if (($_formError = RequestUtils::getAndClearFormError("newtopic")) !== null) {
- +
+
+ +
+
+ +
+
+ +