Project

General

Profile

Bug #23307 » 15294-v2.diff

Administrator Admin, 2010-08-13 19:25

View differences:

typo3/js/pagetreefiltermenu.js (working copy)
if (toolbarItem.hasClass('active')) {
treeFilterBox.fadeOut();
treeFilterReset.fadeOut();
TYPO3PageTreeFilter.resetSearchField();
} else {
treeFilterBox.fadeIn();
treeFilterItem.focus();
typo3/alt_db_navframe.php (working copy)
$this->doc->getPageRenderer()->loadScriptaculous('effects');
$this->doc->getPageRenderer()->loadExtJS();
$this->doc->getPageRenderer()->addJsFile('js/pagetreefiltermenu.js');
if ($this->hasFilterBox) {
$this->doc->getPageRenderer()->addJsFile('js/pagetreefiltermenu.js');
}
$this->doc->JScode .= $this->doc->wrapScriptTags(
($this->currentSubScript?'top.currentSubScript=unescape("'.rawurlencode($this->currentSubScript).'");':'').'
typo3/sysext/t3skin/stylesheets/structure/element_tree.css (working copy)
#treeFilter {
margin: 6px 0 0 17px !important;
height: 16px;
width: 165px;
width: 160px;
}
#treeFilterReset {
left: 189px;
left: 192px;
position: absolute;
top: 4px;
top: 5px;
visibility: hidden;
}
(8-8/10)