Index: branches/RC/kernel/admin_templates/group_selector.tpl =================================================================== diff -u -N -r8929 -r11132 --- branches/RC/kernel/admin_templates/group_selector.tpl (.../group_selector.tpl) (revision 8929) +++ branches/RC/kernel/admin_templates/group_selector.tpl (.../group_selector.tpl) (revision 11132) @@ -3,7 +3,7 @@ - + @@ -39,7 +39,7 @@
- + Index: branches/RC/core/admin_templates/config/config_email.tpl =================================================================== diff -u -N -r8929 -r11132 --- branches/RC/core/admin_templates/config/config_email.tpl (.../config_email.tpl) (revision 8929) +++ branches/RC/core/admin_templates/config/config_email.tpl (.../config_email.tpl) (revision 11132) @@ -13,7 +13,7 @@ //do not rename - this function is used in default grid for double click! function edit() { - openSelector('emailevents.module', '', 'FromUserId', null, 'OnSaveSelected'); + openSelector('emailevents.module', '', 'FromUserId', null, 'OnSaveSelected'); } var a_toolbar = new ToolBar(); Index: branches/RC/core/admin_templates/groups/groups_edit_users.tpl =================================================================== diff -u -N -r11131 -r11132 --- branches/RC/core/admin_templates/groups/groups_edit_users.tpl (.../groups_edit_users.tpl) (revision 11131) +++ branches/RC/core/admin_templates/groups/groups_edit_users.tpl (.../groups_edit_users.tpl) (revision 11132) @@ -76,11 +76,13 @@ - - - - - + + + + + + + Index: branches/RC/core/admin_templates/users/group_selector.tpl =================================================================== diff -u -N -r8929 -r11132 --- branches/RC/core/admin_templates/users/group_selector.tpl (.../group_selector.tpl) (revision 8929) +++ branches/RC/core/admin_templates/users/group_selector.tpl (.../group_selector.tpl) (revision 11132) @@ -3,7 +3,7 @@ - + @@ -39,7 +39,7 @@
- + Index: branches/RC/kernel/units/sections/sections_config.php =================================================================== diff -u -N -r11117 -r11132 --- branches/RC/kernel/units/sections/sections_config.php (.../sections_config.php) (revision 11117) +++ branches/RC/kernel/units/sections/sections_config.php (.../sections_config.php) (revision 11132) @@ -1,7 +1,7 @@ 'inportal-sections', + 'Prefix' => 'core-sections', 'EventHandlerClass' => Array ('class' => 'kEventHandler', 'file' => '', 'build_event' => 'OnBuild'), 'TagProcessorClass' => Array ('class' => 'kDBTagProcessor', 'file' => '', 'build_event' => 'OnBuild'), @@ -126,7 +126,7 @@ 'parent' => 'in-portal:users', 'icon' => 'in-portal:usergroups', 'label' => 'la_tab_User_Groups', - 'url' => Array ('t' => 'in-portal/groups/groups_list', 'pass' => 'm'), + 'url' => Array ('t' => 'groups/groups_list', 'pass' => 'm'), 'permissions' => Array ('view', 'add', 'edit', 'delete', 'advanced:send_email', 'advanced:manage_permissions'), 'priority' => 2, 'type' => stTREE, Index: branches/RC/core/admin_templates/incs/form_blocks.tpl =================================================================== diff -u -N -r11014 -r11132 --- branches/RC/core/admin_templates/incs/form_blocks.tpl (.../form_blocks.tpl) (revision 11014) +++ branches/RC/core/admin_templates/incs/form_blocks.tpl (.../form_blocks.tpl) (revision 11132) @@ -420,7 +420,7 @@ ');"> - ', '', '');"> + ', '', '');"> Index: branches/RC/kernel/admin_templates/users/users_list.tpl =================================================================== diff -u -N -r11131 -r11132 --- branches/RC/kernel/admin_templates/users/users_list.tpl (.../users_list.tpl) (revision 11131) +++ branches/RC/kernel/admin_templates/users/users_list.tpl (.../users_list.tpl) (revision 11132) @@ -31,7 +31,7 @@ 'in-portal:primary_user_group', '::', function() { - openSelector('u', '', 'PrimaryGroupId', '800x600', 'OnSaveSelected'); + openSelector('u', '', 'PrimaryGroupId', '800x600', 'OnSaveSelected'); } ) ); Index: branches/RC/kernel/admin_templates/users/users_edit_groups.tpl =================================================================== diff -u -N -r11131 -r11132 --- branches/RC/kernel/admin_templates/users/users_edit_groups.tpl (.../users_edit_groups.tpl) (revision 11131) +++ branches/RC/kernel/admin_templates/users/users_edit_groups.tpl (.../users_edit_groups.tpl) (revision 11132) @@ -40,7 +40,7 @@ a_toolbar.AddButton( new ToolBarButton('in-portal:usertogroup', '::', function() { - openSelector('u-ug', '', 'GroupId', '800x600'); + openSelector('u-ug', '', 'GroupId', '800x600'); } ) ); a_toolbar.AddButton( new ToolBarButton('edit', '', edit) );