Do not check the 'decline' box by default when deleting cancelled events
This commit is contained in:
parent
d4f819bf94
commit
1bcc7a48ef
1 changed files with 1 additions and 0 deletions
|
@ -2591,6 +2591,7 @@ function rcube_calendar_ui(settings)
|
||||||
}
|
}
|
||||||
else if (action == 'remove' && is_attendee(event)) {
|
else if (action == 'remove' && is_attendee(event)) {
|
||||||
decline = true;
|
decline = true;
|
||||||
|
checked = event.status != 'CANCELLED' ? checked : '';
|
||||||
html += '<div class="message">' +
|
html += '<div class="message">' +
|
||||||
'<label><input class="confirm-attendees-decline" type="checkbox"' + checked + ' value="1" name="decline" /> ' +
|
'<label><input class="confirm-attendees-decline" type="checkbox"' + checked + ' value="1" name="decline" /> ' +
|
||||||
rcmail.gettext('itipdeclineevent', 'calendar') +
|
rcmail.gettext('itipdeclineevent', 'calendar') +
|
||||||
|
|
Loading…
Add table
Reference in a new issue