plugins/calendar plugins/tasklist

Aleksander Machniak machniak at kolabsys.com
Thu Jul 17 13:03:51 CEST 2014


 plugins/calendar/calendar_ui.js                      |    6 ++++--
 plugins/tasklist/skins/larry/templates/taskedit.html |    2 +-
 2 files changed, 5 insertions(+), 3 deletions(-)

New commits:
commit d0c4512f63c1bb4015f253095d669726f089924b
Author: Aleksander Machniak <machniak at kolabsys.com>
Date:   Thu Jul 17 13:03:41 2014 +0200

    Fixed some typos

diff --git a/plugins/calendar/calendar_ui.js b/plugins/calendar/calendar_ui.js
index 71134ab..8b59ef3 100644
--- a/plugins/calendar/calendar_ui.js
+++ b/plugins/calendar/calendar_ui.js
@@ -633,8 +633,10 @@ function rcube_calendar_ui(settings)
       var notify = $('#edit-attendees-donotify').get(0);
       var invite = $('#edit-attendees-invite').get(0);
       var comment = $('#edit-attendees-comment');
-      notify.checked = has_attendees(event), invite.checked = true;
-      
+
+      notify.checked = has_attendees(event);
+      invite.checked = true;
+
       if (event.allDay) {
         starttime.val("12:00").hide();
         endtime.val("13:00").hide();
diff --git a/plugins/tasklist/skins/larry/templates/taskedit.html b/plugins/tasklist/skins/larry/templates/taskedit.html
index 988fd5b..c4b3c13 100644
--- a/plugins/tasklist/skins/larry/templates/taskedit.html
+++ b/plugins/tasklist/skins/larry/templates/taskedit.html
@@ -85,7 +85,7 @@
 				<roundcube:object name="plugin.attachments_list" id="taskedit-attachment-list" class="attachmentslist" />
 			</div>
 			<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" />
 			</div>
 			<roundcube:object name="plugin.filedroparea" id="taskedit-tab-2" />




More information about the commits mailing list