<form action="admin.php?action={ACTION}&option=dropbox{PAGE_NR}{SID}" method="post">
<table class="dropbox" summary="dropbox" cellspacing="0" cellpadding="0">
<tr>
<td class="dropbox_l">
<select class="option_very_long" name="dropbox" size="1">
<option value="0">{LANG_DO_NOTHING}</option>
{OPTION_ACTIVATE_ALL_ENTRIES}
{OPTION_MARK_ALL_AS_SPAM}
{OPTION_DEACTIVATE_ALL_ENTRIES}
{OPTION_DELETE_ALL_ENTRIES}
</select>
</td>
<td class="dropbox_r">
<input type="submit" class="button" name="{LANG_GO" value="{LANG_GO}" onClick="return confirm('{LANG_CONFIRM_GENERAL}'); submit();">
</td>
</tr>
</table>
</form>
<br>