From 279dc5a51395cd8f3c3b5da9bb81220fe189bf0f Mon Sep 17 00:00:00 2001 From: Francis Lachapelle Date: Tue, 2 Aug 2016 11:19:07 -0400 Subject: [PATCH] Improve middle list of Calendar module Fixes #3786 --- UI/Templates/SchedulerUI/UIxCalMainView.wox | 54 ++++++++++----------- 1 file changed, 27 insertions(+), 27 deletions(-) diff --git a/UI/Templates/SchedulerUI/UIxCalMainView.wox b/UI/Templates/SchedulerUI/UIxCalMainView.wox index 7b0439076..3b02bc061 100644 --- a/UI/Templates/SchedulerUI/UIxCalMainView.wox +++ b/UI/Templates/SchedulerUI/UIxCalMainView.wox @@ -577,34 +577,34 @@
+ ng-class="::event.getClassName('bg')">
+ ng-repeat="category in ::event.categories | limitTo:5" + ng-class="::'bg-category' + category" + ng-style="::{ left: ($index * 3) + 'px' }">
- {{event.c_priority}} - {{event.c_title}} + {{::event.c_priority}} + {{::event.c_title}}
-
{{event.c_location}}
-
+
{{::event.c_location}}
+
- repeat - alarm + repeat + alarm
@@ -619,37 +619,37 @@ {{list.filterpopup() | loc}} - + -
-
-
+ ng-class="[task.getClassName('fg'), { 'sg-avatar-selected' : task.selected }]" + ng-click="list.toggleComponentSelection($event, task)"> +
+ ng-repeat="category in ::task.categories | limitTo:5" + ng-class="::'bg-category' + category" + ng-style="::{ left: ($index * 3) + 'px' }">
- {{task.c_priority}} - {{task.c_title}} + {{::task.c_priority}} + {{::task.c_title}}
-
{{task.formatted_enddate}}
+
{{::task.formatted_enddate}}
- repeat - alarm + repeat + alarm