php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #55898 Left nav too narrow for "Download Statistics"
Submitted: 2003-10-18 16:23 UTC Modified: 2003-10-19 09:10 UTC
From: mroch@php.net Assigned: mj (profile)
Status: Closed Package: PECL website (PECL)
PHP Version: Irrelevant OS: Linux
Private report: No CVE-ID: None
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: mroch@php.net
New email:
PHP Version: OS:

 

 [2003-10-18 16:23 UTC] mroch@php.net
Description:
------------
I know I'm being anal, but "Download Statistics" in the navigation bar/column is too wide and wraps below its bullet for me in Firebird in KDE on RH9.  Since it's in the "Downloads" section, maybe "Statistics" would be good enough?  It's one of those minor things that probably isn't worth anyone's time to fix, but helps PEAR look as high-quality as it is. ;)

To help make this as easy as possible if you decide to change it, here's a patch:

Index: include/pear-format-html.php
===================================================================
RCS file: /repository/pearweb/include/pear-format-html.php,v
retrieving revision 1.70
diff -u -r1.70 pear-format-html.php
--- include/pear-format-html.php	8 Oct 2003 19:52:57 -0000	1.70
+++ include/pear-format-html.php	18 Oct 2003 20:22:12 -0000
@@ -41,7 +41,7 @@
 $GLOBALS['downloads_menu'] = array(
     '/packages.php'        => 'Browse Packages',
     '/package-search.php'  => 'Search Packages',
-    '/package-stats.php'   => 'Download Statistics'
+    '/package-stats.php'   => 'Statistics'
 );

 $GLOBALS['developer_menu'] = array(



Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2003-10-19 09:10 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 Mar 28 13:01:28 2024 UTC