Project

General

Profile

Bug #22753 ยป 14526.diff

Administrator Admin, 2010-05-29 23:01

View differences:

typo3/alt_db_navframe.php (working copy)
// Filter
if ($this->hasFilterBox) {
$buttons['filter'] = '<a href="#" id="tree-toolbar-filter-item">' . t3lib_iconWorks::getSpriteIcon('actions-system-tree-search-open', array('title'=> $LANG->sL('LLL:EXT:cms/layout/locallang.xml:labels.filter', 1))) . '</span>';
$buttons['filter'] = '<a href="#" id="tree-toolbar-filter-item">' . t3lib_iconWorks::getSpriteIcon('actions-system-tree-search-open', array('title'=> $LANG->sL('LLL:EXT:cms/layout/locallang.xml:labels.filter', 1))) . '</a>';
}
return $buttons;
typo3/sysext/t3skin/stylesheets/structure/element_tree.css (working copy)
height: 27px;
position: absolute;
top: 22px;
width: 260px;
width: 280px;
z-index: 3;
}
......
}
#treeFilter {
margin: 2px 0 0 17px !important;
margin: 6px 0 0 17px !important;
height: 16px;
width: 165px;
}
#treeFilterReset {
left: 176px;
left: 189px;
position: absolute;
top: 4px;
visibility: hidden;
typo3/sysext/t3skin/stylesheets/visual/element_tree.css (working copy)
background-image: url('../../icons/gfx/filter_bg.gif');
background-repeat: no-repeat;
background-position: 0 -2px;
background-color: #f2f2f2;
border-bottom: 1px solid #dadada;
}
#treeFilter {
    (1-1/1)