Your IP : 3.138.68.200


Current Path : /home/bitrix/ext_www/crm.klimatlend.ua/configs/
Upload File :
Current File : /home/bitrix/ext_www/crm.klimatlend.ua/configs/userfield_list.php

<?
require($_SERVER["DOCUMENT_ROOT"]."/bitrix/header.php");

$APPLICATION->IncludeComponent(
	'bitrix:ui.sidepanel.wrapper',
	'',
	[
		'POPUP_COMPONENT_NAME' => 'bitrix:main.field.config.list',
		'POPUP_COMPONENT_TEMPLATE_NAME' => '',
		'POPUP_COMPONENT_PARAMS' => [
			'detailUrl' => '/configs/userfield.php',
		],
		"USE_PADDING" => false,
		"USE_UI_TOOLBAR" => "Y",
	]
);

require($_SERVER["DOCUMENT_ROOT"]."/bitrix/footer.php");
?>