1C-Bitrix 25.700.0
|
Переменные | |
if(! $USER->IsAdmin()) if(!Loader::includeModule('iblock')) | $defaultValues = Main\Config\Option::getDefaults('iblock') |
$arAllOptions | |
$aTabs | |
$tabControl = new CAdminTabControl("tabControl", $aTabs) | |
$request = Main\Context::getCurrent()->getRequest() | |
$currentAction = null | |
if($request->getPost('Update') !==null) elseif( $request->getPost( 'Apply') !==null) elseif($request->getPost('RestoreDefaults') !==null) | $backUrl = (string)$request->get('back_url_settings') |
if($request->isPost() && $currentAction !==null &&check_bitrix_sessid()) | $currentValues = [] |
$needFeatureConfirm = false | |
$activity = Main\Config\Option::get('iblock', 'iblock_activity_dates') | |
if($activity !=='') | else |
$currentValues ['iblock_activity_dates'] = $activity | |
$currentValues ['iblock_activity_dates_period'] = (int)Main\Config\Option::get('iblock', 'iblock_activity_dates_period') | |
if($currentValues['iblock_activity_dates_period']<=0) | $currentValues ['iblock_activity_dates_period_custom'] = $currentValues['iblock_activity_dates_period'] |
$periodList | |
if(!isset($periodList[$currentValues['iblock_activity_dates_period']])) | $optionHints |
if (!empty( $currentValues[ 'iblock_activity_dates'])) =htmlspecialcharsbx(GetMessage("IBLOCK_MESS_DELETE_ENTITY")) | |
foreach ( $periodList as $index=> $value) =($currentValues['iblock_activity_dates_period'] == -1 ? 'table-row' : 'none') |
$activity = Main\Config\Option::get('iblock', 'iblock_activity_dates') |
См. определение в файле options.php строка 214
$arAllOptions |
См. определение в файле options.php строка 24
$aTabs |
См. определение в файле options.php строка 44
if( $request->getPost( 'Update') !==null) elseif($request->getPost('Apply') !==null) elseif ( $request->getPost( 'RestoreDefaults') !==null) $backUrl = (string)$request->get('back_url_settings') |
См. определение в файле options.php строка 66
$currentAction = null |
См. определение в файле options.php строка 52
if ( $request->isPost() &&$currentAction !==null &&check_bitrix_sessid()) $currentValues = [] |
См. определение в файле options.php строка 198
$currentValues[ 'iblock_activity_dates'] = $activity |
См. определение в файле options.php строка 224
$currentValues[ 'iblock_activity_dates_period'] = (int)Main\Config\Option::get('iblock', 'iblock_activity_dates_period') |
См. определение в файле options.php строка 226
if ( $currentValues[ 'iblock_activity_dates_period']<=0) $currentValues[ 'iblock_activity_dates_period_custom'] = $currentValues['iblock_activity_dates_period'] |
См. определение в файле options.php строка 231
if(! $USER->IsAdmin()) if (!Loader::includeModule( 'iblock')) $defaultValues = Main\Config\Option::getDefaults('iblock') |
См. определение в файле options.php строка 19
$needFeatureConfirm = false |
См. определение в файле options.php строка 210
if (!isset( $periodList[ $currentValues[ 'iblock_activity_dates_period']])) $optionHints |
См. определение в файле options.php строка 246
$periodList |
См. определение в файле options.php строка 233
$request = Main\Context::getCurrent()->getRequest() |
См. определение в файле options.php строка 50
$tabControl = new CAdminTabControl("tabControl", $aTabs) |
См. определение в файле options.php строка 48
if ( $activity !=='') else |
См. определение в файле options.php строка 220
foreach($periodList as $index=> $value) | ( | $periodList as, | |
$value ) =($currentValues['iblock_activity_dates_period'] == -1 ? 'table-row' : 'none') |
См. определение в файле options.php строка 379
if($backUrl !=='') | ( | ! | empty$currentValues['iblock_activity_dates'] | ) | =htmlspecialcharsbx(GetMessage("IBLOCK_MESS_DELETE_ENTITY")) |
См. определение в файле options.php строка 310