Index: trunk/admin/include/sections.php =================================================================== diff -u -r440 -r837 --- trunk/admin/include/sections.php (.../sections.php) (revision 440) +++ trunk/admin/include/sections.php (.../sections.php) (revision 837) @@ -390,15 +390,15 @@ break; } - $o = "
-
-
-
"; - $o .= " -
- \"\" $caption
-
-
"; + $o = ' + + + + +
+  '.$caption.'
+
+
'; } } return $o; Index: trunk/admin/include/elements.php =================================================================== diff -u -r822 -r837 --- trunk/admin/include/elements.php (.../elements.php) (revision 822) +++ trunk/admin/include/elements.php (.../elements.php) (revision 837) @@ -113,7 +113,7 @@ //Aray of the preloaded elems //$int_toolbar_preload = array(); - print "In-portal\n"; + print "\n\t\n\t\tIn-portal\n"; if(strlen($metatag)) { print $metatag."\n"; Index: trunk/kernel/action.php =================================================================== diff -u -r817 -r837 --- trunk/kernel/action.php (.../action.php) (revision 817) +++ trunk/kernel/action.php (.../action.php) (revision 837) @@ -11,11 +11,11 @@ if( defined('DEBUG_ACTIONS') && (DEBUG_ACTIONS & SHOW_REQUEST) == SHOW_REQUEST && $AdminLogin ) { // don't show debug output in tree & header of admin & while logging in - $script = basename($_SERVER['PHP_SELF']); + $script = basename($_SERVER['PATH_TRANSLATED']); $skip_debug = Array('index.php','tree.php','head.php','credits.php'); if( !in_array($script, $skip_debug) ) { - $debugger->appendHTML('ScriptName: '.$script.' ('.dirname($_SERVER['PHP_SELF']).')'); + $debugger->appendHTML('ScriptName: '.$debugger->getFileLink($_SERVER['PATH_TRANSLATED'],1,$script).' ('.dirname($_SERVER['PHP_SELF']).')'); $requestTable = ''; Index: trunk/admin/subitems.php =================================================================== diff -u -r374 -r837 --- trunk/admin/subitems.php (.../subitems.php) (revision 374) +++ trunk/admin/subitems.php (.../subitems.php) (revision 837) @@ -122,7 +122,7 @@ END; - int_SectionHeader(); + int_SectionHeader(); ?>
SrcNameValue
Index: trunk/kernel/include/debugger.php =================================================================== diff -u -r820 -r837 --- trunk/kernel/include/debugger.php (.../debugger.php) (revision 820) +++ trunk/kernel/include/debugger.php (.../debugger.php) (revision 837) @@ -138,7 +138,7 @@ } ?>
-
+