29 Sep
2010
29 Sep
'10
1:01 p.m.
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).