Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
typo3
qfq
Commits
08437f5e
Commit
08437f5e
authored
Nov 28, 2019
by
Carsten Rose
Browse files
Merge remote-tracking branch 'origin/master'
parents
42c7115a
574d53fe
Pipeline
#2806
passed with stages
in 2 minutes and 43 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Documentation/License.rst
View file @
08437f5e
...
...
@@ -39,4 +39,5 @@ Software distributed together with QFQ
* TinyMCE - https://github.com/tinymce/tinymce
* Twig - https://twig.symfony.com
* Twitter typeahead JS - https://twitter.github.io/typeahead.js/
* validator.js - https://github.com/1000hz/bootstrap-validator
* bootstrap-validator.js - https://github.com/1000hz/bootstrap-validator
* Event Emitter - https://git.io/ee
\ No newline at end of file
extension/Classes/Core/Helper/HelperFormElement.php
View file @
08437f5e
...
...
@@ -375,7 +375,7 @@ class HelperFormElement {
// INFO: $showinline =- TRUE ('input' elemente)
if
(
isset
(
$formElement
[
FE_INPUT_EXTRA_BUTTON_INFO
])
&&
$showInline
)
{
$extraButton
.
=
<<<EOF
<button class="btn btn-info" onclick="$('#$id-extra-info').slideToggle('swing')">
<button
type="button"
class="btn btn-info" onclick="$('#$id-extra-info').slideToggle('swing')">
$infoSymbolInside
</button>
EOF;
...
...
Write
Preview
Markdown
is supported
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