Index: trunk/admin/tree/tree.php =================================================================== diff -u -r4199 -r4358 --- trunk/admin/tree/tree.php (.../tree.php) (revision 4199) +++ trunk/admin/tree/tree.php (.../tree.php) (revision 4358) @@ -1,6 +1,6 @@ Get('Site_Name'); $rootLink = $adminURL."/subitems.php?env=".BuildEnv()."§ion=in-portal:root"; $charset = GetRegionalOption('Charset'); - + $main_tag_processor =& $application->recallTagProcessor('m'); $phrase_EditingInProgress = $main_tag_processor->Phrase( Array('name' => 'la_EditingInProgress', 'escape' => 1) ); - + $phrase_EditingInProgress = str_replace(Array('<', '>', 'br/', 'br /', "\n", "\r"), Array('<', '>', 'br', 'br', '', ''), $phrase_EditingInProgress); ?> @@ -64,10 +64,10 @@ var height = 200; var screen_x = (screen.availWidth-width)/2; var screen_y = (screen.availHeight-height)/2; - window.open(url, 'credits', 'width=280,height=520,left='+screen_x+',top='+screen_y); + window.open(url, 'credits', 'width=280,height=520,left='+screen_x+',top='+screen_y); } -BuildTree('in-portal:site', 'foldersTree'); $title = "In-Portal v ".$kernel_version."  "; ?> @@ -101,7 +101,7 @@ ?> - +