EVOLUTION-MANAGER
Edit File: password-recover.tpl
<div id="edit_form"> <form name="frmPassword" method="post" action=""> <table> <tr> <th colspan="3">{$PALANG.pPassword_recovery_title}</th> </tr> <tr> <td class="label"><label>{$PALANG.pLogin_username}:</label></td> <td><input class="flat" type="text" name="fUsername" /></td> </tr> <tr> <td class="label"> </td> <td colspan="2"> <input class="button" type="submit" name="submit" value="{$PALANG.pPassword_recovery_button}" /> </td> </tr> </table> </form> {literal} <script type="text/javascript"> <!-- document.frmPassword.fUsername.focus(); // --> </script> {/literal} </div>