Zeile 9 | Zeile 9 |
---|
<tr> {$usercpnav} <td valign="top">
|
<tr> {$usercpnav} <td valign="top">
|
| {$avatar_error}
|
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder"> <tr> <td class="thead" colspan="2"><strong>{$lang->change_avatar}</strong></td>
| <table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder"> <tr> <td class="thead" colspan="2"><strong>{$lang->change_avatar}</strong></td>
|
Zeile 29 | Zeile 30 |
---|
<td class="trow2"><strong>{$lang->gallery}</strong></td> <td class="trow2"> <form method="post" action="usercp.php">
|
<td class="trow2"><strong>{$lang->gallery}</strong></td> <td class="trow2"> <form method="post" action="usercp.php">
|
| <input type="hidden" name="my_post_key" value="{$mybb->post_code}" />
|
<input type="hidden" name="action" value="avatar" /> <select name="gallery"> {$galleries}
| <input type="hidden" name="action" value="avatar" /> <select name="gallery"> {$galleries}
|
Zeile 44 | Zeile 46 |
---|
<td class="trow1" width="40%"><strong>{$lang->avatar_upload}</strong></td> <td class="trow1" width="60%"> <form enctype="multipart/form-data" action="usercp.php" method="post">
|
<td class="trow1" width="40%"><strong>{$lang->avatar_upload}</strong></td> <td class="trow1" width="60%"> <form enctype="multipart/form-data" action="usercp.php" method="post">
|
| <input type="hidden" name="my_post_key" value="{$mybb->post_code}" />
|
<input type="file" name="avatarupload" size="25" /> </td> </tr>
| <input type="file" name="avatarupload" size="25" /> </td> </tr>
|