Don't show options menu for resource free/busy calendar events

This commit is contained in:
Thomas Bruederli 2014-11-03 12:39:59 +01:00
parent e0422634ad
commit 7d25c340aa

View file

@ -600,7 +600,7 @@ function rcube_calendar_ui(settings)
me.dialog_resize($dialog.get(0), $dialog.height(), 420);
// add link for "more options" drop-down
if (!temp && !event.temporary) {
if (!temp && !event.temporary && event.calendar != '_resource') {
$('<a>')
.attr('href', '#')
.html(rcmail.gettext('eventoptions','calendar'))