Project

General

Profile

Bug #20900 ยป 11744.diff

Administrator Admin, 2009-08-18 14:20

View differences:

t3lib/class.t3lib_tceforms.php (working copy)
// Hover popup textbox with alttitle and description
if ($this->edit_showFieldHelp == 'icon') {
$arrow = '<img' . t3lib_iconWorks::skinImg($BACK_PATH, 'gfx/rel_db.gif', 'width="13" height="12"') . ' class="absmiddle" alt="" />';
$arrow = '<img' . t3lib_iconWorks::skinImg($GLOBALS['BACK_PATH'], 'gfx/rel_db.gif', 'width="13" height="12"') . ' class="absmiddle" alt="" />';
// add description text
$hoverText = '<span class="paragraph">' . nl2br(htmlspecialchars($value)) . $arrow . '</span>';
// put header before the rest of the text
    (1-1/1)