Vergleich usercp_avatar - 1.2.7 - 1.2.13

  Keine Änderungen   Hinzugefügt   Modifiziert   Entfernt
Zeile 30Zeile 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 45Zeile 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>