Zeile 6 | Zeile 6 |
---|
<body> {$header} <form action="usercp.php" method="post">
|
<body> {$header} <form action="usercp.php" method="post">
|
| <input type="hidden" name="my_post_key" value="{$mybb->post_code}" />
|
<table width="100%" border="0" align="center"> <tr> {$usercpnav} <td valign="top">
|
<table width="100%" border="0" align="center"> <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 27 |
---|
</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 />
|