diff --git a/NEWS b/NEWS index cbad960cb..4a462e944 100644 --- a/NEWS +++ b/NEWS @@ -28,6 +28,7 @@ Bug fixes - [web] the login module parameter is now properly restored when set as "Last used" - [web] if cn isn't found for shared mailboxes, use email address (#3733) - [web] fixed handling of attendees when updating an event + - [web] show tooltips over long calendar/ab names (#232) 3.1.2 (2016-06-06) ------------------ diff --git a/UI/Templates/ContactsUI/UIxContactFoldersView.wox b/UI/Templates/ContactsUI/UIxContactFoldersView.wox index eb3f8c440..107bf0f5f 100644 --- a/UI/Templates/ContactsUI/UIxContactFoldersView.wox +++ b/UI/Templates/ContactsUI/UIxContactFoldersView.wox @@ -50,7 +50,10 @@ ui-sref-active="md-default-theme md-background md-bg md-hue-1"> contacts

{{folder.name}}

+ ng-show="app.editMode!=folder.id"> + {{folder.name}} + {{folder.name}} +

contacts

{{folder.name}}

+ ng-show="app.editMode!=folder.id"> + {{folder.name}} + {{folder.name}} +

public -

{{folder.name}}

+

+ {{folder.name}} + {{folder.name}} +

diff --git a/UI/Templates/SchedulerUI/UIxCalMainView.wox b/UI/Templates/SchedulerUI/UIxCalMainView.wox index 3a0b866a3..3474d1eea 100644 --- a/UI/Templates/SchedulerUI/UIxCalMainView.wox +++ b/UI/Templates/SchedulerUI/UIxCalMainView.wox @@ -63,6 +63,7 @@ ng-dblclick="app.editFolder(calendar)" ng-show="app.editMode != calendar.id"> {{calendar.name}} + {{calendar.name}} {{calendar.activeTasks}}

+ label:aria-label="Enable"> +

{{calendar.name}} + {{calendar.name}} {{calendar.activeTasks}}

warning {{ calendar.$error }} + {{calendar.name}} {{calendar.name}}