21 $this->urlTemplates[self::PAGE_SECTION_LIST] =
'#PATH_PREFIX#'
22 .($this->iblockListMixed ?
'iblock_list_admin.php' :
'iblock_section_admin.php')
25 .
'#ADDITIONAL_PARAMETERS#';
26 $this->urlTemplates[self::PAGE_SECTION_DETAIL] =
'#PATH_PREFIX#'
27 .
'iblock_section_edit.php'
30 .
'#ADDITIONAL_PARAMETERS#';
31 $this->urlTemplates[self::PAGE_SECTION_COPY] = $this->urlTemplates[self::PAGE_SECTION_DETAIL]
32 .$this->getCopyAction();
33 $this->urlTemplates[self::PAGE_SECTION_SAVE] =
'#PATH_PREFIX#'
34 .
'iblock_section_edit.php'
36 .
'#ADDITIONAL_PARAMETERS#';
37 $this->urlTemplates[self::PAGE_SECTION_SEARCH] =
'/bitrix/tools/iblock/section_search.php'
39 .
'#ADDITIONAL_PARAMETERS#';
41 $this->urlTemplates[self::PAGE_ELEMENT_LIST] =
'#PATH_PREFIX#'
42 .($this->iblockListMixed ?
'iblock_list_admin.php' :
'iblock_element_admin.php')
45 .
'#ADDITIONAL_PARAMETERS#';
46 $this->urlTemplates[self::PAGE_ELEMENT_DETAIL] =
'#PATH_PREFIX#'
47 .
'iblock_element_edit.php'
50 .
'#ADDITIONAL_PARAMETERS#';
51 $this->urlTemplates[self::PAGE_ELEMENT_COPY] = $this->urlTemplates[self::PAGE_ELEMENT_DETAIL]
52 .$this->getCopyAction();
53 $this->urlTemplates[self::PAGE_ELEMENT_SAVE] =
'#PATH_PREFIX#'
54 .
'iblock_element_edit.php'
56 .
'#ADDITIONAL_PARAMETERS#';
57 $this->urlTemplates[self::PAGE_ELEMENT_SEARCH] =
'/bitrix/tools/iblock/element_search.php'
59 .
'#ADDITIONAL_PARAMETERS#';