Index: branches/5.2.x/core/admin_templates/tree.tpl =================================================================== diff -u -N -r16308 -r16339 --- branches/5.2.x/core/admin_templates/tree.tpl (.../tree.tpl) (revision 16308) +++ branches/5.2.x/core/admin_templates/tree.tpl (.../tree.tpl) (revision 16339) @@ -35,7 +35,7 @@ getFrame('head').$FrameResizer.OpenWidth = $width; $.get( - '', + '', {width: $width} ); @@ -76,7 +76,7 @@ the_tree.AddFromXML(''); - var fld = the_tree.locateItemByURL(''); + var fld = the_tree.locateItemByURL(''); if (fld) { fld.highLight(); } @@ -113,7 +113,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);