php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #55946 add accesskeys to login.php
Submitted: 2004-01-04 01:46 UTC Modified: 2004-01-04 07:55 UTC
From: danielc at analysisandsolutions dot com Assigned: mj (profile)
Status: Closed Package: PECL bug system (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-01-04 01:46 UTC] danielc at analysisandsolutions dot com
Description:
------------
Adding accesskeys to some of the username field in login.php will allow keyboard navigation, which will make things easier for all of us.

I went to make a patch file but couldn't find the needed file in CVS.  I thought it would be pearweb/public_html/login.php

Anyway, here's the gist:

existing
--------
 <tr>
  <td>Username:</td>
  <td><input size="20" name="PEAR_USER" /></td>
 </tr>

proposed
--------
 <tr>
  <td>U<u>s</u>ername:</td>
  <td><input size="20" name="PEAR_USER" accesskey="s" /></td>
 </tr>

Thanks.


Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2004-01-04 07:55 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: Sat Dec 07 11:01:27 2024 UTC