list.fhtml, login.fhtml: Add some missing access keys.
authorMark Wooding <mdw@distorted.org.uk>
Sat, 24 May 2014 23:02:23 +0000 (00:02 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Wed, 11 Jun 2014 13:11:29 +0000 (14:11 +0100)
list.fhtml
login.fhtml

index 8a947aa..63b0165 100644 (file)
 <h2>Log out of Chopwood</h2>
 
 <form method=POST action="~={script}H/logout">
-<button type=submit>Log out</button>
+<button type=submit accesskey=o>Log <u>o</u>ut</button>
 <input type=hidden name=%user value="~={user}H">
 <input type=hidden name=%nonce value="~={nonce}H">
 </form>
index b88594b..ef90437 100644 (file)
@@ -34,7 +34,7 @@
   <td class=label><label for=login-u accesskey=l><u>L</u>ogin:</label>
   <td><input id=login-u name=u>
 <tr>
-  <td class=label><label for=login-pw>Password:</label>
+  <td class=label><label for=login-pw accesskey=p><u>P</u>assword:</label>
   <td><input id=login-pw name=pw type=password>
   <td><button type=submit accesskey=o>L<u>o</u>gin</button>
 </table>