From 303b1b53925ddd404b3877de755ed8ae7c3c28d9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bjo=CC=88rn=20Fromme?= Date: Fri, 10 Sep 2021 11:08:23 +0200 Subject: [PATCH] Remove obsolete plugin --- .../Classes/Controller/FormController.php | 12 -- .../Private/Templates/Form/FullForm.html | 108 ------------------ .../typo3conf/ext/ep_theme/ext_localconf.php | 22 ---- 3 files changed, 142 deletions(-) delete mode 100644 public/typo3conf/ext/ep_theme/Resources/Private/Templates/Form/FullForm.html diff --git a/public/typo3conf/ext/ep_theme/Classes/Controller/FormController.php b/public/typo3conf/ext/ep_theme/Classes/Controller/FormController.php index 50d7acac..1a6d44ba 100644 --- a/public/typo3conf/ext/ep_theme/Classes/Controller/FormController.php +++ b/public/typo3conf/ext/ep_theme/Classes/Controller/FormController.php @@ -44,18 +44,6 @@ class FormController extends ActionController $this->view->assign('contactForm', $contactForm); } - /** - * @param ContactForm $contactForm - */ - public function fullFormAction(ContactForm $contactForm = null) - { - if ($contactForm === null) { - $pageUrl = $this->getCurrentPageUrl(); - $contactForm = new ContactForm($pageUrl, ContactForm::FORM_TYPE_FULL); - } - $this->view->assign('contactForm', $contactForm); - } - /** * @return string */ diff --git a/public/typo3conf/ext/ep_theme/Resources/Private/Templates/Form/FullForm.html b/public/typo3conf/ext/ep_theme/Resources/Private/Templates/Form/FullForm.html deleted file mode 100644 index c3dcc900..00000000 --- a/public/typo3conf/ext/ep_theme/Resources/Private/Templates/Form/FullForm.html +++ /dev/null @@ -1,108 +0,0 @@ -
- - - - - -
- - - - - - - - - - - - - -
- -
- -
- Ich habe die Datenschutzbestimmungen gelesen und akzeptiert. -
-
- -
-
-
- Processing... -
-
-

Vielen Dank für Eure Anfrage. Wir werden uns schnellstmöglich mit Euch in Verbindung - setzen.

-

-
-
-

Es ist ein Problem aufgetreten. Bitte versucht es noch einmal.

-

-
-
-
-
- -
diff --git a/public/typo3conf/ext/ep_theme/ext_localconf.php b/public/typo3conf/ext/ep_theme/ext_localconf.php index 9a21f00c..54a9277d 100644 --- a/public/typo3conf/ext/ep_theme/ext_localconf.php +++ b/public/typo3conf/ext/ep_theme/ext_localconf.php @@ -42,28 +42,6 @@ $metaTagManagerRegistry->registerManager( ] ); -\TYPO3\CMS\Extbase\Utility\ExtensionUtility::configurePlugin( - 'EP.ep_theme', - 'FullForm', - [ - 'Form' => 'fullForm', - ], - [ - 'Form' => 'fullForm', - ] -); - -\TYPO3\CMS\Extbase\Utility\ExtensionUtility::configurePlugin( - 'EP.ep_theme', - 'FullForm', - [ - 'Form' => 'fullForm', - ], - [ - 'Form' => 'fullForm', - ] -); - \TYPO3\CMS\Extbase\Utility\ExtensionUtility::configurePlugin( 'EP.ep_theme', 'Ajax',