Project

General

Profile

Feature #16985 ยป 0004984.patch

Administrator Admin, 2007-02-15 16:51

View differences:

typo3/class.alt_menu_functions.inc (Arbeitskopie)
$selectItems[] = '<option value="top.goToModule(\''.$moduleName.'_'.$subName.'\');">'.htmlspecialchars('- '.$label).'</option>';
$onClickString = htmlspecialchars('top.goToModule(\''.$moduleName.'_'.$subName.'\');'.$onBlur.'return false;');
$imageCode = '<a href="#" class="image" onclick="'.$onClickString.'"'.$label_descr.'>'.$imageCode.'</a>';
$flabel = '<a href="#" onclick="'.$onClickString.'"'.$label_descr.'>'.htmlspecialchars($label).'</a>';
$mIcons[] = '<a href="#" onclick="'.$onClickString.'"'.$label_descr.' class="c-subitem" id="'.$moduleCSSId.'">'.$descr3_imageCode.'</a>';
typo3/sysext/t3skin/stylesheets/typo3-alt-menu-php.css (Arbeitskopie)
overflow: hidden;
}
table#typo3-vmenu tr.c-subitem-row-HL a.image {
display: auto;
width: auto;
}
table#typo3-vmenu tr.c-subitem-row-HL {
background-color: #F8F9FA;
}
    (1-1/1)