2011/10/19 "Jean-Philippe Guérard" jean-philippe.guerard@tigreraye.org:
Ce petit patch devrait mettre le focus sur le champ de recherche au chargement de la page :
-- <body> ++ <body onload="document.f.s.focus();" >
-- <form method="post" action="/index.php"> ++ <form name="f" method="post" action="/index.php">
C'est fait.
Génial !