Skip to content
This repository has been archived by the owner on Nov 3, 2023. It is now read-only.

Missing <div class="submit_container"> in Contao 3.3 form #7396

Closed
aschempp opened this issue Oct 22, 2014 · 3 comments
Closed

Missing <div class="submit_container"> in Contao 3.3 form #7396

aschempp opened this issue Oct 22, 2014 · 3 comments
Labels
Milestone

Comments

@aschempp
Copy link
Member

In addition to #7055, the whole <div> is missing too in Contao 3.3 (maybe only if using the table form).

Available in 3.2:
https://github.com/contao/core/blob/3.2.14/system/modules/core/templates/forms/form_submit.html5

Gone in 3.3:
https://github.com/contao/core/blob/3.3.5/system/modules/core/templates/forms/form_submit.html5

@leofeyer
Copy link
Member

Fixed in 468634c.

@leofeyer leofeyer added this to the 3.3.6 milestone Oct 22, 2014
@aschempp
Copy link
Member Author

Found another related problem:
https://github.com/contao/core/blob/master/system/modules/core/forms/FormSubmit.php#L98

This means now the input field gets the class, which was not the case in < 3.3

@leofeyer
Copy link
Member

Fixed in b3b993a.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

2 participants