Index: branches/5.1.x/core/units/groups/groups_config.php =================================================================== diff -u -r12127 -r12657 --- branches/5.1.x/core/units/groups/groups_config.php (.../groups_config.php) (revision 12127) +++ branches/5.1.x/core/units/groups/groups_config.php (.../groups_config.php) (revision 12657) @@ -1,6 +1,6 @@ 'g', @@ -44,7 +46,7 @@ 'group_list' => Array ( 'prefixes' => Array ('g.total_List'), 'format' => "!la_title_Groups!", - 'toolbar_buttons' => Array ('new_group', 'edit', 'delete', 'e-mail', 'view', 'dbl-click'), + 'toolbar_buttons' => Array ('new_item', 'edit', 'delete', 'e-mail', 'view', 'dbl-click'), ), 'groups_edit' => Array ( @@ -54,7 +56,7 @@ 'groups_edit_users' => Array ( 'prefixes' => Array ('g', 'g-ug_List'), 'format' => "#g_status# '#g_titlefield#' - !la_title_Users!", - 'toolbar_buttons' => Array ('select', 'cancel', 'prev', 'next', 'usertogroup', 'delete', 'view'), + 'toolbar_buttons' => Array ('select', 'cancel', 'prev', 'next', 'select_user', 'delete', 'view'), ), 'groups_edit_permissions' => Array ( @@ -123,42 +125,44 @@ 'Grids' => Array ( 'Default' => Array ( - 'Icons' => Array (1 => 'icon16_group.gif', 0 => 'icon16_group_disabled.gif'), + 'Icons' => Array (1 => 'icon16_item.png', 0 => 'icon16_disabled.png'), 'Fields' => Array ( - 'GroupId' => Array ('title' => 'la_col_Id', 'data_block' => 'grid_checkbox_td', 'filter_block' => 'grid_range_filter'), - 'Name' => Array ('title' => 'la_col_GroupName'), - 'UserCount' => Array ('title' => 'la_col_UserCount', 'filter_block' => 'grid_range_filter'), - 'FrontRegistration' => Array ('title' => 'la_col_FrontRegistration', 'filter_block' => 'grid_options_filter'), + 'GroupId' => Array ('title' => 'la_col_Id', 'data_block' => 'grid_checkbox_td', 'filter_block' => 'grid_range_filter', 'width' => 60, ), + 'Name' => Array ('title' => 'la_col_GroupName', 'width' => 200, ), + 'UserCount' => Array ('title' => 'la_col_UserCount', 'filter_block' => 'grid_range_filter', 'width' => 100, ), + 'FrontRegistration' => Array ('title' => 'la_col_FrontRegistration', 'filter_block' => 'grid_options_filter', 'width' => 150, ), ), ), 'UserGroups' => Array ( - 'Icons' => Array (1 => 'icon16_group.gif', 0 => 'icon16_group_disabled.gif'), + 'Icons' => Array (1 => 'icon16_item.png', 0 => 'icon16_disabled.png'), 'Fields' => Array ( - 'GroupId' => Array ('title' => 'la_col_Id', 'data_block' => 'grid_checkbox_td', 'filter_block' => 'grid_range_filter'), - 'Name' => Array ('title' => 'la_col_GroupName'), + 'GroupId' => Array ('title' => 'la_col_Id', 'data_block' => 'grid_checkbox_td', 'filter_block' => 'grid_range_filter', 'width' => 60, ), + 'Name' => Array ('title' => 'la_col_GroupName', 'width' => 150, ), ), ), 'Radio' => Array ( - 'Icons' => Array (1 => 'icon16_group.gif', 0 => 'icon16_group_disabled.gif'), + 'Icons' => Array (1 => 'icon16_item.png', 0 => 'icon16_disabled.png'), 'Selector' => 'radio', 'Fields' => Array ( - 'GroupId' => Array ('title' => 'la_col_Id', 'data_block' => 'grid_radio_td', 'filter_block' => 'grid_range_filter'), - 'Name' => Array ('title' => 'la_col_GroupName'), - 'Description' => Array ('title' => 'la_col_Description'), + 'GroupId' => Array ('title' => 'la_col_Id', 'data_block' => 'grid_radio_td', 'filter_block' => 'grid_range_filter', 'width' => 60, ), + 'Name' => Array ('title' => 'la_col_GroupName', 'width' => 150, ), + 'Description' => Array ('title' => 'la_col_Description', 'width' => 250, ), ), ), 'GroupSelector' => Array ( - 'Icons' => Array (1 => 'icon16_group.gif', 0 => 'icon16_group_disabled.gif'), + 'Icons' => Array ( + 'default' => 'icon16_item.png', + 0 => 'icon16_disabled.png', + 1 => 'icon16_item.png', + ), 'Fields' => Array ( - 'GroupId' => Array ('title' => 'la_col_Id', 'data_block' => 'grid_checkbox_td', 'filter_block' => 'grid_range_filter'), - 'Name' => Array ('title' => 'la_col_GroupName'), - 'Description' => Array ('title' => 'la_col_Description'), + 'GroupId' => Array ('title' => 'la_col_Id', 'data_block' => 'grid_checkbox_td', 'filter_block' => 'grid_range_filter', 'width' => 60, ), + 'Name' => Array ('title' => 'la_col_GroupName', 'width' => 150, ), + 'Description' => Array ('title' => 'la_col_Description', 'width' => 250, ), ), ), ), - ); - -?> \ No newline at end of file + ); \ No newline at end of file