Skip to content
Snippets Groups Projects
Commit 7574248c authored by Oliver Hader's avatar Oliver Hader
Browse files

Fixed bug #7827: IRRE - Wrong mouse pointer on links to create/translate child records

git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@3416 709f56b5-9817-0410-a4d7-c38de5d9e867
parent 2f2ec569
Branches
Tags
No related merge requests found
2008-03-12 Oliver Hader <oliver@typo3.org>
* Fixed bug #7827: IRRE - Wrong mouse pointer on links to create/translate child records
2008-03-12 Ingo Renner <ingo@typo3.org>
* Fixed bug #7730: No hover in listview, credits Georg Ringer
......
......@@ -917,7 +917,7 @@ class t3lib_TCEforms_inline {
// Create the link:
$icon = ($iconFile ? '<img'.t3lib_iconWorks::skinImg($this->backPath, $iconFile, $iconAddon).' alt="'.htmlspecialchars($title.$titleAddon).'" />' : '');
$link = $this->wrapWithAnchor($icon.$title.$titleAddon, '#', $attributes);
return '<div'.($className ? ' class="'.$className.'"' : '').$link.'</div>';
return '<div'.($className ? ' class="'.$className.'"' : '').'>'.$link.'</div>';
}
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment