diff options
Diffstat (limited to 'UI/login.html')
-rw-r--r-- | UI/login.html | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/UI/login.html b/UI/login.html index c437c5dc..f2d99f76 100644 --- a/UI/login.html +++ b/UI/login.html @@ -59,7 +59,8 @@ <input class="login" name="login" size="30" value="" - id="login" /> + id="login" + accesskey="n" /> </div> </div> <div class="labelledinput"> @@ -74,13 +75,12 @@ type="password" name="password" size="30" - id="password" /> + id="password" + accesskey="p" /> </div> </div> </div> - <input type="hidden" name="path" value="bin/mozilla" /> - <input type="hidden" name="js" value="" /> - <button type="submit" name="action" value="login"><?lsmb text('Login') ?></button> + <button type="submit" name="action" value="login" accesskey="l"><?lsmb text('Login') ?></button> </div> </div> </form> |