[aur-dev] [PATCH] Convert logout and forgot password to buttons

Loui Chang louipc.ist at gmail.com
Wed Sep 29 20:47:36 EDT 2010


On Wed 29 Sep 2010 15:01 +0200, Lukas Fleischer wrote:
> 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).

Agreed. I am avoiding Javascript in the AUR so we can help ensure
functonality across all browsers.



More information about the aur-dev mailing list