diff options
Diffstat (limited to 'www/templates')
| -rw-r--r-- | www/templates/events.html | 2 | ||||
| -rw-r--r-- | www/templates/montage.html | 16 |
2 files changed, 10 insertions, 8 deletions
diff --git a/www/templates/events.html b/www/templates/events.html index 62249598..cb75e6c0 100644 --- a/www/templates/events.html +++ b/www/templates/events.html @@ -27,7 +27,7 @@ <!-- lets make sure the events list is not empty as collection repeat needs height --> <div ng-if="!eventsBeingLoaded"> <ion-list show-delete="eventList.showDelete"> - <ion-item force-refresh-images="true" collection-repeat="event in events| filter:search.text | eventListFilter" + <ion-item force-refresh-images="true" collection-repeat="event in events| filter:search.text | eventListFilter" force-refresh-images=true item-height="event.Event.height" id="item-{{$index}}" on-swipe-left="checkSwipe($index);" > <span style="float:left;margin-top:-18px;background-color:#96281B;color:#fff;font-size:11px;opacity:0.7;border-radius: 0px 0px 5px 5px;"> <i class="ion-calendar"></i> {{prettifyTime(event.Event.StartTime)}} {{tzAbbr}} </span> diff --git a/www/templates/montage.html b/www/templates/montage.html index 1d1e980e..3cfe3699 100644 --- a/www/templates/montage.html +++ b/www/templates/montage.html @@ -58,10 +58,16 @@ </a> </li> + <li> + <a ng-click="clearAllEvents()"> + <i class="ion-checkmark"></i> + </a> + </li> + <li ng-style="{'background-color': isCycleOn()?'rgba(69, 170, 242,0.7)':'rgba(108, 122, 137, 0.7)'}" ng-if="!isDragabillyOn"> <a ng-click="toggleCycle()"> - <i class="ion-android-bicycle"></i>:{{getCycleStatus()}}</a> + <i class="ion-android-bicycle"></i></a> </li> <li ng-if="isDragabillyOn"> @@ -75,11 +81,6 @@ </a> </li> - </ul> - </div> - - <div id="flyoutmenu" style="float:right"> - <ul> <li> <a href="" ng-click="switchMontageProfile()"> <i class="ion-navicon-round"></i> @@ -98,9 +99,10 @@ </a> </li> - </ul> </div> + + <div style="clear: both;"></div> <br /> |
