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
8e157e5d
Commit
8e157e5d
authored
Sep 11, 2018
by
Elias Villiger
Browse files
Bug #6646 - Fix broken extraInfoButton for some FEs
parent
e5bb6217
Pipeline
#864
passed with stage
in 1 minute and 40 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
extension/qfq/qfq/helper/HelperFormElement.php
View file @
8e157e5d
...
...
@@ -402,7 +402,7 @@ EOF;
EOF;
}
$formElement
[
FE_TMP_EXTRA_BUTTON_HTML
]
=
Support
::
wrapTag
(
'<div class="input-group-btn">'
,
$extraButton
,
true
);
$formElement
[
FE_TMP_EXTRA_BUTTON_HTML
]
=
Support
::
wrapTag
(
'<div class="input-group-btn"
style="font-size: 1em;"
>'
,
$extraButton
,
true
);
Support
::
setIfNotSet
(
$formElement
,
FE_INPUT_EXTRA_BUTTON_INFO
);
return
$formElement
;
...
...
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