Report new bug | New search | Development Roadmap Status: Open | Feedback | All

Bug #515 add accesskeys to login.php
Submitted: 2004-01-04 06:46 UTC
From: danielc Assigned: mj
Status: Closed Package: Bug System
PHP Version: Irrelevant OS: Irrelevant
Roadmaps: (Not assigned)    
Subscription  


 [2004-01-04 06:46 UTC] danielc
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.

Comments

 [2004-01-04 12:55 UTC] mj
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.