(  )

Back to Groups"; ?>

'; printf(__('Default Groups Updated: %s groups', 'scoper'), count($stored_groups) ); echo '

'; } else $stored_groups = scoper_get_option( 'default_groups' ); if ( ! $all_groups = ScoperAdminLib::get_all_groups(UNFILTERED_RS) ) return; if ( $editable_ids = ScoperAdminLib::get_all_groups(FILTERED_RS, COL_ID_RS) ) { echo "
"; if ( ! $stored_groups ) { $stored_groups = array(); echo '

'; _e( 'No default groups defined.', 'scoper' ); echo '

'; } // WP Roles groups, other metagroups can't be a default group foreach ( $all_groups as $key => $group ) if ( ! empty($group->meta_id) && in_array( $group->ID, $editable_ids ) ) $editable_ids = array_diff( $editable_ids, array($group->ID) ); $css_id = 'group'; $locked_ids = array_diff($stored_groups, $editable_ids ); $args = array( 'suppress_extra_prefix' => true, 'eligible_ids' => $editable_ids, 'locked_ids' => $locked_ids ); require_once(dirname(__FILE__).'/agents_checklist_rs.php'); ScoperAgentsChecklist::agents_checklist( ROLE_BASIS_GROUPS, $all_groups, $css_id, array_flip($stored_groups), $args); ?>

' . __("Notes", 'scoper') . ':

'; ?>