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): ?> -