Zeile 5 | Zeile 5 |
---|
</head> <body> {$header}
|
</head> <body> {$header}
|
| {$errors}
|
<form action="member.php" method="post"> <table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder"> <tr>
| <form action="member.php" method="post"> <table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder"> <tr>
|
Zeile 12 | Zeile 13 |
---|
</tr> <tr> <td class="trow1" width="40%"><strong>{$lang->email_address}</strong></td>
|
</tr> <tr> <td class="trow1" width="40%"><strong>{$lang->email_address}</strong></td>
|
<td class="trow1" width="60%"><input type="text" class="textbox" name="email" /></td>
| <td class="trow1" width="60%"><input type="text" class="textbox" name="email" value="{$email}" /></td>
|
</tr>
|
</tr>
|
| {$captcha}
|
</table> <br />
|
</table> <br />
|
<div align="center"><input type="submit" class="button" value="{$lang->request_user_pass}" /></div>
| <div align="center"><input name="submit" type="submit" class="button" value="{$lang->request_user_pass}" /></div>
|
<input type="hidden" name="action" value="do_lostpw" /> </form> {$footer}
| <input type="hidden" name="action" value="do_lostpw" /> </form> {$footer}
|