Index: branches/5.2.x/core/units/promo_block_groups/promo_block_groups_config.php =================================================================== diff -u -N -r15165 -r16388 --- branches/5.2.x/core/units/promo_block_groups/promo_block_groups_config.php (.../promo_block_groups_config.php) (revision 15165) +++ branches/5.2.x/core/units/promo_block_groups/promo_block_groups_config.php (.../promo_block_groups_config.php) (revision 16388) @@ -23,7 +23,7 @@ 'TitleField' => 'Title', - 'StatusField' => Array('Status'), + 'StatusField' => Array ('Status'), 'TitlePresets' => Array ( 'default' => Array ( @@ -35,18 +35,18 @@ 'promo_block_group_edit' => Array ('prefixes' => Array ('promo-block-group'), 'format' => "#promo-block-group_status# '#promo-block-group_titlefield#'"), ), - 'PermSection' => Array('main' => 'in-portal:promo_block_groups'), + 'PermSection' => Array ('main' => 'in-portal:promo_block_groups'), 'Sections' => Array ( - 'in-portal:promo_block_groups' => Array( - 'parent' => 'in-portal:site', - 'icon' => 'promo_block_groups', - 'label' => 'la_tab_PromoBlocks', - 'url' => Array('t' => 'promo_block_groups/promo_block_group_list', 'pass' => 'm'), - 'late_load' => Array ('t' => 'promo_block_groups/tree_section_xml', 'pass' => 'm'), - 'permissions' => Array('view', 'add', 'edit', 'delete'), - 'priority' => 7, - 'type' => stTREE, + 'in-portal:promo_block_groups' => Array ( + 'parent' => 'in-portal:site', + 'icon' => 'promo_block_groups', + 'label' => 'la_tab_PromoBlocks', + 'url' => Array ('t' => 'promo_block_groups/promo_block_group_list', 'pass' => 'm'), + 'late_load' => Array ('t' => 'promo_block_groups/tree_section_xml', 'pass' => 'm'), + 'permissions' => Array ('view', 'add', 'edit', 'delete'), + 'priority' => 7, + 'type' => stTREE, ), ), @@ -58,7 +58,8 @@ 'ListSQLs' => Array ( - '' => ' SELECT %1$s.* %2$s FROM %1$s', + '' => ' SELECT %1$s.* %2$s + FROM %1$s', ), 'ListSortings' => Array ( @@ -99,8 +100,8 @@ ), ), - 'VirtualFields' => Array( - 'AssignedToSections' => Array('type' => 'string', 'default' => ''), + 'VirtualFields' => Array ( + 'AssignedToSections' => Array ('type' => 'string', 'default' => ''), ), 'Grids' => Array ( @@ -117,4 +118,4 @@ ), ), ), -); +); \ No newline at end of file