Fixed some typos
This commit is contained in:
parent
882b89a7c0
commit
d0c4512f63
2 changed files with 5 additions and 3 deletions
|
@ -633,7 +633,9 @@ function rcube_calendar_ui(settings)
|
||||||
var notify = $('#edit-attendees-donotify').get(0);
|
var notify = $('#edit-attendees-donotify').get(0);
|
||||||
var invite = $('#edit-attendees-invite').get(0);
|
var invite = $('#edit-attendees-invite').get(0);
|
||||||
var comment = $('#edit-attendees-comment');
|
var comment = $('#edit-attendees-comment');
|
||||||
notify.checked = has_attendees(event), invite.checked = true;
|
|
||||||
|
notify.checked = has_attendees(event);
|
||||||
|
invite.checked = true;
|
||||||
|
|
||||||
if (event.allDay) {
|
if (event.allDay) {
|
||||||
starttime.val("12:00").hide();
|
starttime.val("12:00").hide();
|
||||||
|
|
|
@ -85,7 +85,7 @@
|
||||||
<roundcube:object name="plugin.attachments_list" id="taskedit-attachment-list" class="attachmentslist" />
|
<roundcube:object name="plugin.attachments_list" id="taskedit-attachment-list" class="attachmentslist" />
|
||||||
</div>
|
</div>
|
||||||
<div id="taskedit-attachments-form" role="region" aria-labelledby="aria-label-attachmentuploadform">
|
<div id="taskedit-attachments-form" role="region" aria-labelledby="aria-label-attachmentuploadform">
|
||||||
<h3 id="aria-label-attachmentuploadform" class="voice"><roundcube:label name="arialabelattachmentuploadform" /></h2>
|
<h3 id="aria-label-attachmentuploadform" class="voice"><roundcube:label name="arialabelattachmentuploadform" /></h3>
|
||||||
<roundcube:object name="plugin.attachments_form" id="taskedit-attachment-form" attachmentFieldSize="30" />
|
<roundcube:object name="plugin.attachments_form" id="taskedit-attachment-form" attachmentFieldSize="30" />
|
||||||
</div>
|
</div>
|
||||||
<roundcube:object name="plugin.filedroparea" id="taskedit-tab-2" />
|
<roundcube:object name="plugin.filedroparea" id="taskedit-tab-2" />
|
||||||
|
|
Loading…
Add table
Reference in a new issue