[aur-dev] [PATCH] Convert logout and forgot password to buttons
Lukas Fleischer
archlinux at cryptocrack.de
Wed Sep 29 09:01:46 EDT 2010
On Wed, Sep 29, 2010 at 02:23:39PM +0200, Manuel Tortosa wrote:
> + <input type="button" class="button" value="<?php print __("Logout"); ?>" onclick="window.location.href='logout.php'">
> + <form>
i> [...]
> + <input type="button" class="button" value="<?php print __("Forgot Password"); ?>" onclick="window.location.href='passreset.php'">
This is not XHTML 1.0 Strict conform. And I'd really prefer something
adequate that works without javascript (which is quite easy here).
More information about the aur-dev
mailing list