1C-Bitrix 25.700.0
Загрузка...
Поиск...
Не найдено
Файл options.php

См. исходные тексты.

Переменные

 $module_id = "sender"
 $POST_RIGHT = $APPLICATION->GetGroupRight($module_id)
 $arAllOptions
 $aTabs
 $tabControl = new CAdminTabControl("tabControl", $aTabs)
 if ( $_SERVER[ 'REQUEST_METHOD']=="POST" &&$Update. $Apply. $RestoreDefaults<> '' &&$POST_RIGHT=="W" &&check_bitrix_sessid())
foreach($arAllOptions as $Option) $val = COption::GetOptionString($module_id, $Option[0])
 endif

Переменные

◆ $arAllOptions

$arAllOptions
Инициализатор
array("interval", GetMessage("opt_interval"), array("text", 10)),
array("auto_method", GetMessage("opt_method"), array("selectbox", array("agent"=>GetMessage("opt_method_agent"), "cron"=>GetMessage("opt_method_cron")))),
array("max_emails_per_hit", GetMessage("opt_max_per_hit"), array("text", 10)),
array("auto_agent_interval", GetMessage("opt_auto_agent_interval"), array("text", 10)),
array("max_emails_per_cron", GetMessage("opt_max_per_cron"), array("text", 10)),
array("reiterate_method", GetMessage("opt_reiterate_method"), array("selectbox", array("agent"=>GetMessage("opt_method_agent"), "cron"=>GetMessage("opt_method_cron")))),
array("thread_type", GetMessage("opt_threads_type"), array("selectbox", array
("Single"=>GetMessage("opt_method_single_thread"),"Ten"=>GetMessage("opt_method_ten_threads")))),
array("reiterate_interval", GetMessage("opt_reiterate_interval"), array("text", 10)),
array("link_protocol", GetMessage("opt_link_protocol"), array("selectbox", array(""=>"http", "https"=>"https"))),
array("track_mails", GetMessage("opt_track_mails"), array("checkbox", 35)),
array("unsub_link", GetMessage("opt_unsub_link"), array("text", 35)),
array("sub_link", GetMessage("opt_sub_link"), array("text", 35)),
array("address_from", GetMessage("opt_address_from"), array("text-list", 3, 20)),
array("address_send_to_me", GetMessage("opt_address_send_to_me"), array("text-list", 3, 20)),
array("mail_headers", GetMessage("opt_mail_headers"), array("srlz-list", 3, 20)),
array("mail_consent",GetMessage("mail_need_consent"),array("checkbox")),
array("~mail_max_consent_requests",GetMessage("mail_max_consent_requests"),array("text", 10)),
)
</td ></tr ></table ></td ></tr >< tr >< td class="bx-popup-label bx-width30"><?=GetMessage("PAGE_NEW_TAGS")?> array( $site)
Определения file_new.php:804
GetMessage($name, $aReplace=null)
Определения tools.php:3397

См. определение в файле options.php строка 9

◆ $aTabs

$aTabs
Инициализатор
array("DIV" => "edit1", "TAB" => GetMessage("MAIN_TAB_SET"), "ICON" => "sender_settings", "TITLE" => GetMessage("MAIN_TAB_TITLE_SET")),
array("DIV" => "edit2", "TAB" => GetMessage("MAIN_TAB_RIGHTS"), "ICON" => "sender_settings", "TITLE" => GetMessage("MAIN_TAB_TITLE_RIGHTS")),
)

См. определение в файле options.php строка 29

◆ $module_id

$module_id = "sender"

См. определение в файле options.php строка 2

◆ $POST_RIGHT

$POST_RIGHT = $APPLICATION->GetGroupRight($module_id)

См. определение в файле options.php строка 3

◆ $tabControl

$tabControl = new CAdminTabControl("tabControl", $aTabs)

См. определение в файле options.php строка 33

◆ $val

foreach ( $arAllOptions as $Option) $val = COption::GetOptionString($module_id, $Option[0])

См. определение в файле options.php строка 103

◆ endif

endif

См. определение в файле options.php строка 164

◆ if

if($_SERVER['REQUEST_METHOD']=="POST" && $Update. $Apply. $RestoreDefaults<> '' && $POST_RIGHT=="W" &&check_bitrix_sessid()) ( $_SERVER[ 'REQUEST_METHOD'] = ="POST" && $Update.$Apply.$RestoreDefaults <> '' && $POST_RIGHT=="W" && check_bitrix_sessid())

См. определение в файле options.php строка 35