chagenbu Thu Jan 11 14:09:38 2001 EDT Modified files: /php4/pear/PHPDoc/apidoc/keep index2.html /php4/pear/PHPDoc/renderer/html PhpdocHTMLIndexRenderer.php Log: rename this frame. for some reason, IE wasn't recognizing the target correctly, but it works with a shorter frame name. go figure. Index: php4/pear/PHPDoc/apidoc/keep/index2.html diff -u php4/pear/PHPDoc/apidoc/keep/index2.html:1.1 php4/pear/PHPDoc/apidoc/keep/index2.html:1.2 --- php4/pear/PHPDoc/apidoc/keep/index2.html:1.1 Sun Oct 8 03:05:11 2000 +++ php4/pear/PHPDoc/apidoc/keep/index2.html Thu Jan 11 14:09:38 2001 @@ -9,7 +9,7 @@ <frameset cols="20%,*"> <frameset rows="20%,*"> <frame src="frame_packagelist.html" name="packagelist" scrolling="Auto" marginwidth="0" marginheight="0"> - <frame src="empty.html" name="packageelements" frameborder="0" scrolling="Auto" marginwidth="0" marginheight="0"> + <frame src="empty.html" name="elements" frameborder="0" scrolling="Auto" +marginwidth="0" marginheight="0"> </frameset> <frame src="phpdoc_packagelist.html" name="main" frameborder="0" scrolling="Auto" marginwidth="0" marginheight="0"> </frameset> Index: php4/pear/PHPDoc/renderer/html/PhpdocHTMLIndexRenderer.php diff -u php4/pear/PHPDoc/renderer/html/PhpdocHTMLIndexRenderer.php:1.4 php4/pear/PHPDoc/renderer/html/PhpdocHTMLIndexRenderer.php:1.5 --- php4/pear/PHPDoc/renderer/html/PhpdocHTMLIndexRenderer.php:1.4 Sun Dec 3 14:37:37 2000 +++ php4/pear/PHPDoc/renderer/html/PhpdocHTMLIndexRenderer.php Thu Jan 11 14:09:38 +2001 @@ -394,7 +394,7 @@ reset($this->packages); while (list($packagename, $v) = each($this->packages)) { - $this->tpl->setVariable("PACKAGE", sprintf('<a href="packageelementlist_%s" target="packageelements">%s</a>', + $this->tpl->setVariable("PACKAGE", sprintf('<a +href="packageelementlist_%s" target="elements">%s</a>', $this->nameToUrl($packagename) . $this->file_extension, $packagename ) ); @@ -454,4 +454,4 @@ } // end func buildClasstreeHTML } // end class PhpdocHTMLIndexRenderer -?> \ No newline at end of file +?> -- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]