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/Configuration/Yaml/FormsBase.yaml b/public/typo3conf/ext/ep_theme/Configuration/Yaml/FormsBase.yaml index 7687bbb7..a6783fed 100644 --- a/public/typo3conf/ext/ep_theme/Configuration/Yaml/FormsBase.yaml +++ b/public/typo3conf/ext/ep_theme/Configuration/Yaml/FormsBase.yaml @@ -6,7 +6,25 @@ TYPO3: 10: EXT:ep_theme/Resources/Private/Forms/ prototypes: standard: + formEditor: + formElementGroups: + input: + label: Basiselemente + html5: + label: HTML5-Elemente + select: + label: Auswahlelemente + custom: + label: Sonstiges formElementsDefinition: + AdvancedPassword: null + DatePicker: null + Fieldset: null + FileUpload: null + GridRow: null + Hidden: null + ImageUpload: null + Password: null Form: renderingOptions: templateRootPaths: diff --git a/public/typo3conf/ext/ep_theme/Resources/Private/Layouts/Email/Default.html b/public/typo3conf/ext/ep_theme/Resources/Private/Layouts/Email/Default.html deleted file mode 100644 index 5877a26e..00000000 --- a/public/typo3conf/ext/ep_theme/Resources/Private/Layouts/Email/Default.html +++ /dev/null @@ -1,35 +0,0 @@ - -
-
+
|
Sehr geehrte Damen und Herren,
diff --git a/public/typo3conf/ext/ep_theme/Resources/Private/Templates/Email/ContactForm.html b/public/typo3conf/ext/ep_theme/Resources/Private/Templates/Email/ContactForm.html index cacd7aec..74c4cd04 100644 --- a/public/typo3conf/ext/ep_theme/Resources/Private/Templates/Email/ContactForm.html +++ b/public/typo3conf/ext/ep_theme/Resources/Private/Templates/Email/ContactForm.html @@ -2,7 +2,7 @@ xmlns:v="http://typo3.org/ns/FluidTYPO3/Vhs/ViewHelpers" xmlns:f="http://typo3.org/ns/fluid/ViewHelpers"> -