Actions
Bug #70069
closedEpic #69955: Optimize new Extbase/ Fluid based rewrite of EXT:form
Story #70068: EXT:form - Support bootstrap_package
EXT:form - Avoid PHP warnings when using old .layout functions
Start date:
2015-09-24
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
7
PHP Version:
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
Description
The following issues cause PHP warnings:
- setting a layout for label without having the <error /> tag inside
label ( <label><labelvalue /><mandatory /></label> )
- #1: PHP Warning: strpos(): Empty needle in /typo3/cms/typo3/sysext/form/Classes/Utility/CompatibilityLayerUtility.php line 267 (More information)
submit (
<div class="form-group">
<div class="col-sm-offset-3 col-sm-9">
<input class="btn btn-primary" />
</div>
</div>
)
Actions