Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
typo3
qfq
Commits
4e98dd2c
Commit
4e98dd2c
authored
Nov 25, 2019
by
Carsten Rose
Browse files
checkbox inline switch to 'label'
parent
9ba32d9d
Pipeline
#2766
passed with stages
in 4 minutes and 8 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
extension/Classes/Core/AbstractBuildForm.php
View file @
4e98dd2c
...
...
@@ -2279,7 +2279,7 @@ abstract class AbstractBuildForm {
$htmlElement
=
Support
::
wrapTag
(
'<label>'
,
$htmlElement
);
}
$htmlElement
=
Support
::
wrapTag
(
"<
div
class='
$checkboxClass
'>"
,
$htmlElement
,
true
);
$htmlElement
=
Support
::
wrapTag
(
"<
label
class='
$checkboxClass
'>"
,
$htmlElement
,
true
);
// control orientation
if
(
$formElement
[
FE_MAX_LENGTH
]
>
1
)
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment