:</td>
	<td>
		<input type="text" name="find_name" size="47" value="<?php 
echo htmlspecialcharsbx($find_name);
?>
">
	</td>
</tr>
<tr>
	<td><?php 
echo GetMessage("sender_mailing_chain_adm_field_status");
?>
:</td>
	<td>
		<?php 
$arStatus = \Bitrix\Sender\MailingChainTable::getStatusList();
$arr = array("reference" => array_values($arStatus), "reference_id" => array_keys($arStatus));
echo SelectBoxFromArray("find_status", $arr, $find_status, GetMessage("MAIN_ALL"), "");
?>
	</td>
</tr>
<?php 
$oFilter->Buttons(array("table_id" => $sTableID, "url" => $APPLICATION->GetCurPage() . "?MAILING_ID=" . $MAILING_ID, "form" => "find_form"));
$oFilter->End();
?>
</form>

<?php 
//******************************
// Send mailing and show progress
//******************************