Example #1
0
echo htmlspecialcharsbx($counters);
?>
</textarea></td>
	</tr>
	<tr>
		<td width="30%" valign="top"><?php 
echo GetMessage('SEO_OPT_SEARCHERS');
?>
: </td>
		<td width="70%">
<?php 
if (CModule::IncludeModule('statistic')) {
    if (count($arCurrentSearchers) > 0) {
        echo GetMessage('SEO_OPT_SEARCHERS_SELECTED'), ": <b>", implode(', ', $arCurrentSearchers) . '</b><br /><br />';
    }
    echo SelectBoxM("arSearchersList[]", CSearcher::GetDropdownList(), $arSearchersList, "", false, 20);
} else {
    CAdminMessage::ShowMessage(GetMessage('SEO_OPT_ERR_NO_STATS'));
}
?>
		</td>
	</tr>
<?php 
$tabControl->BeginNextTab();
require_once $_SERVER["DOCUMENT_ROOT"] . "/bitrix/modules/main/admin/group_rights2.php";
$tabControl->Buttons();
?>
<script language="JavaScript">
function confirmRestoreDefaults()
{
	return confirm('<?php