//100View
$prefGroups['view'] = array(
    'column' => _("Display Options"),
    'label' => _("User Interface"),
    'desc' => _("Select confirmation options, how to display the different views and choose default view."),
    'members' => array('confirm_delete', 'defaultview',
                       'time_between_days', 'week_start_monday',
                       'day_hour_start', 'day_hour_end', 'day_hour_force',
                       'slots_per_hour', 'show_icons', 'show_time', 'show_location',
                       'show_legend', 'show_fb_legend', 'show_shared_side_by_side', 'show_external_colors'),
);

