diff --git a/contao/forms/FormSubmit.php b/contao/forms/FormSubmit.php index 7a193d54a2..53aefe61fc 100644 --- a/contao/forms/FormSubmit.php +++ b/contao/forms/FormSubmit.php @@ -93,11 +93,6 @@ public function validate() */ public function parse($arrAttributes=null) { - if ($this->tableless) - { - $this->strClass = trim('submit_container ' . $this->strClass); - } - if ($this->imageSubmit && $this->singleSRC != '') { $objModel = \FilesModel::findByUuid($this->singleSRC); diff --git a/contao/templates/forms/form_submit.html5 b/contao/templates/forms/form_submit.html5 index 59af8754c1..4b172a2398 100644 --- a/contao/templates/forms/form_submit.html5 +++ b/contao/templates/forms/form_submit.html5 @@ -1,15 +1,26 @@ -extend('form_row'); ?> - -block('field'); ?> - tableless): ?> -
- - src): ?> - getAttributes(); ?>> - - getAttributes(); ?>> - - tableless): ?> -
- -endblock(); ?> +tableless): ?> + +
+ src): ?> + getAttributes(); ?>> + + getAttributes(); ?>> + +
+ + + + +   + +
+ src): ?> + getAttributes(); ?>> + + getAttributes(); ?>> + +
+ + + + diff --git a/contao/templates/forms/form_submit.xhtml b/contao/templates/forms/form_submit.xhtml index c7fde6b357..3da8d22692 100644 --- a/contao/templates/forms/form_submit.xhtml +++ b/contao/templates/forms/form_submit.xhtml @@ -1,15 +1,26 @@ -extend('form_row'); ?> - -block('field'); ?> - tableless): ?> -
- - src): ?> - getAttributes(); ?> /> - - getAttributes(); ?> /> - - tableless): ?> -
- -endblock(); ?> +tableless): ?> + +
+ src): ?> + getAttributes(); ?> /> + + getAttributes(); ?> /> + +
+ + + + +   + +
+ src): ?> + getAttributes(); ?> /> + + getAttributes(); ?> /> + +
+ + + +