Index: trunk/admin/include/sections.php =================================================================== diff -u -r13 -r34 --- trunk/admin/include/sections.php (.../sections.php) (revision 13) +++ trunk/admin/include/sections.php (.../sections.php) (revision 34) @@ -461,9 +461,11 @@ $node = $this->GetCurrentSection(); if(is_object($node)) { - $helpURL = $adminURL."/help/help.php?env=$envar§ion=".$node->Get("key"); + $helpURL = $adminURL."/help/help.php?env=$envar&dstform=popup"; + $node_key = $node->Get('key'); $o = ""; //background="'.$imagesURL.'/tabnav_left.jpg" + $o .= '
'; $o .= ''; $o .= '"; + $o .= ""; $o .= "
'; @@ -497,7 +499,7 @@ $o .= "::".$navbar.""; $o .= ""; - $o .= "
"; } return $o;