diff --git a/public/typo3conf/ext/ep_theme/Resources/Private/Partials/Form/Checkbox.html b/public/typo3conf/ext/ep_theme/Resources/Private/Partials/Form/Checkbox.html index a8700b66..cef99772 100644 --- a/public/typo3conf/ext/ep_theme/Resources/Private/Partials/Form/Checkbox.html +++ b/public/typo3conf/ext/ep_theme/Resources/Private/Partials/Form/Checkbox.html @@ -1,20 +1,16 @@ -
- -
+
diff --git a/public/typo3conf/ext/ep_theme/Resources/Private/Partials/Form/Field/Field.html b/public/typo3conf/ext/ep_theme/Resources/Private/Partials/Form/Field/Field.html index f8dfc411..a2f03840 100644 --- a/public/typo3conf/ext/ep_theme/Resources/Private/Partials/Form/Field/Field.html +++ b/public/typo3conf/ext/ep_theme/Resources/Private/Partials/Form/Field/Field.html @@ -1,23 +1,10 @@ -
- - - - - {elementContent} - - - - {formvh:translateElementError(element: element, error: error)} -
-
-
-
-
- - {formvh:translateElementProperty(element: element, property: 'elementDescription')} +
+ {elementContent -> f:format.raw()} +
diff --git a/public/typo3conf/ext/ep_theme/Resources/Private/Partials/Form/Fieldset.html b/public/typo3conf/ext/ep_theme/Resources/Private/Partials/Form/Fieldset.html new file mode 100644 index 00000000..52071707 --- /dev/null +++ b/public/typo3conf/ext/ep_theme/Resources/Private/Partials/Form/Fieldset.html @@ -0,0 +1,12 @@ + + +
+ + {formvh:translateElementProperty(element: element, property: 'label')} + + + + +
+
+ diff --git a/public/typo3conf/ext/ep_theme/Resources/Private/Partials/Form/MultiCheckbox.html b/public/typo3conf/ext/ep_theme/Resources/Private/Partials/Form/MultiCheckbox.html index 0470e372..1a6e93f7 100644 --- a/public/typo3conf/ext/ep_theme/Resources/Private/Partials/Form/MultiCheckbox.html +++ b/public/typo3conf/ext/ep_theme/Resources/Private/Partials/Form/MultiCheckbox.html @@ -1,26 +1,22 @@ - -
- -
- -
-
-
+ + {formvh:translateElementProperty(element: element, property: 'label')} + +
+ +
+
diff --git a/public/typo3conf/ext/ep_theme/Resources/Private/Partials/Form/MultiSelect.html b/public/typo3conf/ext/ep_theme/Resources/Private/Partials/Form/MultiSelect.html new file mode 100644 index 00000000..a08e069a --- /dev/null +++ b/public/typo3conf/ext/ep_theme/Resources/Private/Partials/Form/MultiSelect.html @@ -0,0 +1,33 @@ + + + + + + + + + + + + + + + diff --git a/public/typo3conf/ext/ep_theme/Resources/Private/Partials/Form/RadioButton.html b/public/typo3conf/ext/ep_theme/Resources/Private/Partials/Form/RadioButton.html index c6cd4693..befa1d7e 100644 --- a/public/typo3conf/ext/ep_theme/Resources/Private/Partials/Form/RadioButton.html +++ b/public/typo3conf/ext/ep_theme/Resources/Private/Partials/Form/RadioButton.html @@ -1,17 +1,18 @@ - + -
-