[aur-dev] [PATCH] Convert logout and forgot password to buttons
Just for visual coherence, i added this to CCR. Best Regards.
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).
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.
participants (3)
-
Loui Chang
-
Lukas Fleischer
-
Manuel Tortosa