Bug #23307 » 15294.diff
typo3/js/pagetreefiltermenu.js (working copy) | ||
---|---|---|
treeFilterReset.fadeOut();
|
||
} else {
|
||
treeFilterBox.fadeIn();
|
||
if (treeFilterItem.getValue() != '') {
|
||
treeFilterReset.fadeIn();
|
||
}
|
||
treeFilterItem.focus();
|
||
}
|
||
toolbarItem.toggleClass('active');
|
||
}
|
||
});
|
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) | ||
---|---|---|
}
|
||
#treeFilterReset {
|
||
left: 189px;
|
||
left: 192px;
|
||
position: absolute;
|
||
top: 4px;
|
||
top: 5px;
|
||
visibility: hidden;
|
||
}
|
||