summaryrefslogtreecommitdiff
path: root/skins/xstyle/javascript/xtree.js
diff options
context:
space:
mode:
authorAndreas Brachold <vdr07@deltab.de>2007-11-02 15:47:39 +0000
committerAndreas Brachold <vdr07@deltab.de>2007-11-02 15:47:39 +0000
commite000302ccf5389fe23e376f5a32629bc210f99ce (patch)
treecb361cc2b32118f9711e802f4a207186f5262af6 /skins/xstyle/javascript/xtree.js
parent1082766ae4b0091bd9a697ac99d31869187ab6db (diff)
downloadxxv-e000302ccf5389fe23e376f5a32629bc210f99ce.tar.gz
xxv-e000302ccf5389fe23e376f5a32629bc210f99ce.tar.bz2
* xstyle remove double files
* xstyle fix some css mistakes * xstyle update tooltips functions
Diffstat (limited to 'skins/xstyle/javascript/xtree.js')
-rw-r--r--skins/xstyle/javascript/xtree.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/skins/xstyle/javascript/xtree.js b/skins/xstyle/javascript/xtree.js
index 58d2d95..a6652b0 100644
--- a/skins/xstyle/javascript/xtree.js
+++ b/skins/xstyle/javascript/xtree.js
@@ -78,7 +78,7 @@ var webFXTreeConfig = {
tIcon : 'images/T.png',
tMinusIcon : 'images/Tminus.png',
tPlusIcon : 'images/Tplus.png',
- blankIcon : 'images/blank.png',
+ blankIcon : 'images/trans.gif',
defaultText : 'Tree Item',
defaultAction : 'javascript:void(0);',
defaultBehavior : 'classic',
@@ -538,4 +538,4 @@ WebFXTreeItem.prototype.toString = function (nItem, nItemCount) {
this.plusIcon = ((this.parentNode._last)?webFXTreeConfig.lPlusIcon:webFXTreeConfig.tPlusIcon);
this.minusIcon = ((this.parentNode._last)?webFXTreeConfig.lMinusIcon:webFXTreeConfig.tMinusIcon);
return str + sb.join("") + "</div>";
-} \ No newline at end of file
+}