Don't show options menu for resource free/busy calendar events
This commit is contained in:
parent
e0422634ad
commit
7d25c340aa
1 changed files with 1 additions and 1 deletions
|
@ -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'))
|
||||
|
|
Loading…
Add table
Reference in a new issue