Do not check the 'decline' box by default when deleting cancelled events

This commit is contained in:
Thomas Bruederli 2015-02-26 16:28:35 +01:00
parent d4f819bf94
commit 1bcc7a48ef

View file

@ -2591,6 +2591,7 @@ function rcube_calendar_ui(settings)
}
else if (action == 'remove' && is_attendee(event)) {
decline = true;
checked = event.status != 'CANCELLED' ? checked : '';
html += '<div class="message">' +
'<label><input class="confirm-attendees-decline" type="checkbox"' + checked + ' value="1" name="decline" />&nbsp;' +
rcmail.gettext('itipdeclineevent', 'calendar') +