diff --git a/typo3/sysext/backend/Classes/Form/Element/AbstractFormElement.php b/typo3/sysext/backend/Classes/Form/Element/AbstractFormElement.php index 5753428934841a87c37ec298a588e370046d1d76..16e6c6c8c1c32cabbbc66601e5d2db4a942f9176 100644 --- a/typo3/sysext/backend/Classes/Form/Element/AbstractFormElement.php +++ b/typo3/sysext/backend/Classes/Form/Element/AbstractFormElement.php @@ -640,6 +640,7 @@ abstract class AbstractFormElement extends AbstractNode $aOnClick .= 'return false;'; $icons['R'][] = ' <a href="#" + class="btn btn-default" onclick="' . htmlspecialchars($aOnClick) . '" title="' . htmlspecialchars(sprintf($languageService->sL('LLL:EXT:lang/locallang_core.xlf:labels.clipInsert_' . ($mode == 'db' ? 'db' : 'file')), count($clipElements))) . '"> ' . $this->iconFactory->getIcon('actions-document-paste-into', Icon::SIZE_SMALL)->render() . '