Zeile 10 | Zeile 10 |
---|
<tr> {$usercpnav} <td valign="top">
|
<tr> {$usercpnav} <td valign="top">
|
| {$errors}
|
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder"> <tr> <td class="thead" colspan="2"><strong>{$lang->change_email}</strong></td>
| <table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder"> <tr> <td class="thead" colspan="2"><strong>{$lang->change_email}</strong></td>
|
Zeile 25 | Zeile 26 |
---|
</tr> <tr> <td class="trow2" width="40%"><strong>{$lang->new_email}</strong></td>
|
</tr> <tr> <td class="trow2" width="40%"><strong>{$lang->new_email}</strong></td>
|
<td class="trow2" width="60%"><input type="text" class="textbox" name="email" size="25" maxlength="150" /></td>
| <td class="trow2" width="60%"><input type="text" class="textbox" name="email" size="25" maxlength="150" value="{$email}" /></td>
|
</tr> <tr> <td class="trow1" width="40%"><strong>{$lang->confirm_email}</strong></td>
|
</tr> <tr> <td class="trow1" width="40%"><strong>{$lang->confirm_email}</strong></td>
|
<td class="trow1" width="60%"><input type="text" class="textbox" name="email2" size="25" maxlength="100" /></td>
| <td class="trow1" width="60%"><input type="text" class="textbox" name="email2" size="25" maxlength="150" value="{$email2}" /></td>
|
</tr> </table> <br />
| </tr> </table> <br />
|