[Tickets #1640] NEW: Calendar DropDownBox isn't shown with one remote and one normal calendar

bugs at bugs.horde.org bugs at bugs.horde.org
Tue Mar 29 05:44:11 PST 2005


DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.

Ticket URL: http://bugs.horde.org/ticket/?id=1640
-----------------------------------------------------------------------
 Ticket             | 1640
 Created By         | mail at kai-becker.com
 Summary            | Calendar DropDownBox isn't shown with one remote and one normal calendar
 Queue              | Kronolith
 Version            | HEAD
 State              | Unconfirmed
 Priority           | 1. Low
 Type               | Bug
 Owners             | 
-----------------------------------------------------------------------


mail at kai-becker.com (2005-03-29 05:44) wrote:

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']))): ?>




More information about the bugs mailing list