6.0.0-beta1
7/12/25

[#1640] Calendar DropDownBox isn't shown with one remote and one normal calendar
Summary Calendar DropDownBox isn't shown with one remote and one normal calendar
Queue Kronolith
Queue Version HEAD
Type Bug
State Resolved
Priority 1. Low
Owners
Requester mail (at) kai-becker (dot) com
Created 03/29/2005 (7410 days ago)
Due
Updated 04/04/2005 (7404 days ago)
Assigned
Resolved 04/04/2005 (7404 days ago)
Github Issue Link
Github Pull Request
Milestone
Patch No

History
04/04/2005 03:59:09 AM Chuck Hagenbuch Comment #2
State ⇒ Resolved
Reply to this comment
Fixed in CVS and for 2.0.3.
03/29/2005 01:44:11 PM mail (at) kai-becker (dot) com Comment #1
State ⇒ Unconfirmed
Priority ⇒ 1. Low
Type ⇒ Bug
Summary ⇒ Calendar DropDownBox isn't shown with one remote and one normal calendar
Queue ⇒ Kronolith
Reply to this comment
Hi, the calendar dropdown box on the upper right hand corner should be 
shown if you have one remote and one normal (user) calendar.



Line 16 of  kronolith/templates/menu.inc reads:

<?php if (!$prefs->isLocked('default_share') && 
((count($remote_calendars) > 1 || count($GLOBALS['all_calendars']) > 
1) || !count($GLOBALS['display_calendars']))): ?>



maybe it should be:

<?php if (!$prefs->isLocked('default_share') && 
((count($remote_calendars) >  0 || count($GLOBALS['all_calendars']) > 
1) || !count($GLOBALS['display_calendars']))): ?>

Saved Queries