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
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: danielc at analysisandsolutions dot com
New email:
PHP Version: OS:

 

 [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

Pull Requests

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 Dec 26 23:01:28 2024 UTC