From 726d79f0f9a3f3aa759e330479184ce0a25894e0 Mon Sep 17 00:00:00 2001
From: Wouter Wolters <typo3@wouterwolters.nl>
Date: Mon, 18 Apr 2016 17:02:51 +0200
Subject: [PATCH] [TASK] Remove forgotten mentions of goodMess and badMess

The documentation still contains goodMess and badMess.
Both options are removed from the code and now also removed
from the documentation.

Resolves: #74817
Releases: master
Change-Id: I3f522e81bd6b80b5208622cffb1ad8f908b090d1
Reviewed-on: https://review.typo3.org/47754
Reviewed-by: Richard Haeser <richardhaeser@gmail.com>
Tested-by: Richard Haeser <richardhaeser@gmail.com>
Reviewed-by: Christian Kuhn <lolli@schwarzbu.ch>
Tested-by: Christian Kuhn <lolli@schwarzbu.ch>
---
 .../Configuration/Constants/Index.rst         | 75 -------------------
 1 file changed, 75 deletions(-)

diff --git a/typo3/sysext/css_styled_content/Documentation/Configuration/Constants/Index.rst b/typo3/sysext/css_styled_content/Documentation/Configuration/Constants/Index.rst
index 39d298b34677..0709437dd664 100644
--- a/typo3/sysext/css_styled_content/Documentation/Configuration/Constants/Index.rst
+++ b/typo3/sysext/css_styled_content/Documentation/Configuration/Constants/Index.rst
@@ -875,44 +875,6 @@ target
          {$PAGE\_TARGET}
 
 
-
-.. _constants-styles-content-mailform-goodmess:
-
-goodMess
-~~~~~~~~
-
-.. container:: table-row
-
-   Property
-         goodMess
-
-   Data type
-         string
-
-   Description
-         This is the message (if any) that is popped-up (JavaScript) when a
-         user clicks "send" in an email-form
-
-
-
-.. _constants-styles-content-mailform-badmess:
-
-badMess
-~~~~~~~
-
-.. container:: table-row
-
-   Property
-         badMess
-
-   Data type
-         string
-
-   Description
-         This is the message that is popped-up (JavaScript) when a user has NOT
-         filled required fields in an email-form
-
-
 .. _constants-styles-content-loginform:
 
 styles.content.loginform
@@ -939,25 +901,6 @@ target
          \_top
 
 
-
-.. _constants-styles-content-loginform-goodmess:
-
-goodMess
-~~~~~~~~
-
-.. container:: table-row
-
-   Property
-         goodMess
-
-   Data type
-         string
-
-   Description
-         This is the message (if any) that is popped-up (JavaScript) when a
-         user logs in as a front-end user
-
-
 .. _constants-styles-content-loginform-pid:
 
 pid
@@ -983,24 +926,6 @@ styles.content.searchform
 """""""""""""""""""""""""
 
 
-.. _constants-styles-content-searchform-goodmess:
-
-goodMess
-~~~~~~~~
-
-.. container:: table-row
-
-   Property
-         goodMess
-
-   Data type
-         string
-
-   Description
-         This is the message (if any) that is popped-up (JavaScript) when a
-         user performs a search
-
-
 .. _constants-styles-content-searchresult:
 
 styles.content.searchresult
-- 
GitLab