php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #56021 PATCH: smushed text in manual navigation bar
Submitted: 2004-04-01 02:43 UTC Modified: 2004-04-13 13:43 UTC
From: danielc at analysisandsolutions dot com Assigned: mj (profile)
Status: Closed Package: PECL website (PECL)
PHP Version: Irrelevant OS: Irrelevant
Private report: No CVE-ID: None
 [2004-04-01 02:43 UTC] danielc at analysisandsolutions dot com
Description:
------------
The top navigation bar in the manual (which has the previous an next manual page and the language links) produces text that gets bunched up in weird ways.

For example:
http://pear.php.net/manual/en/package.database.db.intro-auto.php

The left column (containins the prior page "Introduction - Prepare & Execute" and the language links) is very wide. That causes the right hand column (which contains the link for the next page "Introduction - Fetch & Get" and the "Last updated: Sun, 28 Mar 2004" text) to get mushed up to the right, making both look really weird.

The patch at
http://www.analysisandsolutions.com/pear/include.manual.nav.diff
places the view this page and last update stuff into one row and then the language links in another row and then places both of those rows in a separate table.  This isolates the prev/next page links from the other links allowing everything to flow more naturally.


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2004-04-13 13:43 UTC] mj@php.net
This bug has been fixed in CVS.

In case this was a documentation problem, the fix will show up at the
end of next Sunday (CET) on pear.php.net.

In case this was a pear.php.net website problem, the change will show
up on the website in short time.
 
Thank you for the report, and for helping us make PEAR better.


 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Apr 18 16:01:29 2024 UTC