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

2010-09-29 Thread Manuel Tortosa
Just for visual coherence, i added this to CCR. Best Regards. From d6e436fea7951b9e2b30ef7b5a3c2e8103d73497 Mon Sep 17 00:00:00 2001 From: Manuel Tortosa manutort...@gmail.com Date: Wed, 29 Sep 2010 14:20:31 +0200 Subject: [PATCH 4/4] Convert logout and forgot password in buttons ---

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

2010-09-29 Thread Lukas Fleischer
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); ?

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

2010-09-29 Thread Loui Chang
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