From: Jan Schneider Date: Fri, 19 Jun 2009 15:39:50 +0000 (+0200) Subject: MFB: Should be implicit X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=56dd49594121c50ff6f00fa1de93ab3c47bc4df1;p=horde.git MFB: Should be implicit --- diff --git a/kronolith/config/prefs.php.dist b/kronolith/config/prefs.php.dist index a6ec3ee36..b062e00e5 100644 --- a/kronolith/config/prefs.php.dist +++ b/kronolith/config/prefs.php.dist @@ -12,8 +12,9 @@ $prefGroups['view'] = array( 'members' => array('dynamic_view', '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_panel', 'show_fb_legend', 'show_shared_side_by_side'), + 'slots_per_hour', 'show_icons', 'show_time', + 'show_location', 'show_fb_legend', + 'show_shared_side_by_side'), ); $prefGroups['summary'] = array( @@ -209,7 +210,7 @@ $_prefs['show_panel'] = array( 'value' => 1, 'locked' => false, 'shared' => false, - 'type' => 'checkbox', + 'type' => 'implicit', 'desc' => _("Show calendar options panel?"), );