6.0.0-RC7
6/27/26

[#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 3/29/05 (7760 days ago)
Due
Updated 4/4/05 (7754 days ago)
Assigned
Resolved 4/4/05 (7754 days ago)
Github Issue Link
Github Pull Request
Milestone
Patch No

History
93 Chuck Hagenbuch Comment #2
State ⇒ Resolved
Reply to this comment
Fixed in CVS and for 2.0.3.
111 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