mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-03-11 01:41:22 +00:00
1
NEWS
1
NEWS
@@ -33,6 +33,7 @@ Bug fixes
|
||||
- [web] fixed password change (#3496)
|
||||
- [web] fixed saving of notification email for calendar changes (#3522)
|
||||
- [web] fixed ACL editor for authenticated users in Mail module
|
||||
- [web] fixed fab button position in Calendar module (#3462)
|
||||
- [eas] allow EAS attachments get on 2nd-level mailboxes (#3505)
|
||||
- [eas] fix EAS bday shift (#3518)
|
||||
|
||||
|
||||
@@ -589,19 +589,19 @@
|
||||
</md-list>
|
||||
</md-tab>
|
||||
</md-tabs>
|
||||
<md-button class="md-fab md-fab-bottom-right"
|
||||
label:aria-label="Create a new event"
|
||||
ng-click="list.newComponent($event)"
|
||||
ng-if="list.componentType == 'events'">
|
||||
<md-icon >event</md-icon>
|
||||
</md-button>
|
||||
<md-button class="md-fab md-fab-bottom-right"
|
||||
label:aria-label="Create a new task"
|
||||
ng-click="list.newComponent($event)"
|
||||
ng-if="list.componentType == 'tasks'">
|
||||
<md-icon>assignment_turned_in</md-icon>
|
||||
</md-button>
|
||||
</md-content>
|
||||
<md-button class="md-fab md-fab-bottom-right"
|
||||
label:aria-label="Create a new event"
|
||||
ng-click="list.newComponent($event)"
|
||||
ng-if="list.componentType == 'events'">
|
||||
<md-icon >event</md-icon>
|
||||
</md-button>
|
||||
<md-button class="md-fab md-fab-bottom-right"
|
||||
label:aria-label="Create a new task"
|
||||
ng-click="list.newComponent($event)"
|
||||
ng-if="list.componentType == 'tasks'">
|
||||
<md-icon>assignment_turned_in</md-icon>
|
||||
</md-button>
|
||||
</div>
|
||||
<div id="detailView" class="view-detail hide-xs" layout="column" ui-view="calendarView">
|
||||
<!-- calendar view -->
|
||||
|
||||
Reference in New Issue
Block a user