2 namespace TYPO3\CMS\Recordlist\LinkHandler;
45 parent::__construct();
47 foreach ([
'target',
'rel'] as $attribute) {
48 $position = array_search($attribute, $this->linkAttributes,
true);
49 if ($position !==
false) {
50 unset($this->linkAttributes[$position]);
66 if ($linkParts[
'url'] && strpos($linkParts[
'url'],
'@')) {
80 return $this->linkParts[
'url'];
99 <form action="" id="lmailform">
100 <table border="0" cellpadding="2" cellspacing="1" id="typo3-linkMail">
102 <td style="width: 96px;">' .
$lang->getLL(
'emailAddress',
true) .
':</td>
104 <input type="text" name="lemail" size="20" value="'
105 . htmlspecialchars(!empty($this->linkParts) ? $this->linkParts[
'url'] :
'')
107 <input class="btn btn-default" type="submit" value="' .
$lang->getLL(
'setLink',
true) .
'" />