Index: branches/5.3.x/core/admin_templates/tree.tpl =================================================================== diff -u -N -r15907 -r15974 --- branches/5.3.x/core/admin_templates/tree.tpl (.../tree.tpl) (revision 15907) +++ branches/5.3.x/core/admin_templates/tree.tpl (.../tree.tpl) (revision 15974) @@ -32,7 +32,7 @@ getFrame('head').$FrameResizer.OpenWidth = $width; $.get( - '', + '', {width: $width} ); @@ -73,7 +73,7 @@ the_tree.AddFromXML(''); - var fld = the_tree.locateItemByURL(''); + var fld = the_tree.locateItemByURL(''); if (fld) { fld.highLight(); } @@ -110,7 +110,7 @@ // highlight "Structure & Data" node, when one of it's shortcut nodes are clicked - var $structure_node = the_tree.locateItemByURL(''); + var $structure_node = the_tree.locateItemByURL(''); if ($catalog_type == 'AdvancedView') { $right_frame.$Catalog.switchTab($prefix);