Index: trunk/core/units/general/helpers/sections_helper.php =================================================================== diff -u -N -r4885 -r4996 --- trunk/core/units/general/helpers/sections_helper.php (.../sections_helper.php) (revision 4885) +++ trunk/core/units/general/helpers/sections_helper.php (.../sections_helper.php) (revision 4996) @@ -69,10 +69,15 @@ $section_params['url']['module'] = $module_name; } } + if (!isset($section_params['url']['t'])) { $section_params['url']['t'] = 'index'; } + if (!isset($section_params['onclick'])) { + $section_params['onclick'] = 'checkEditMode()'; + } + $current_data = isset($this->Tree[$section_name]) ? $this->Tree[$section_name] : Array(); $this->Tree[$section_name] = array_merge_recursive2($current_data, $section_params);