diff options
| author | Pliable Pixels <pliablepixels@gmail.com> | 2016-09-09 20:46:42 -0400 |
|---|---|---|
| committer | Pliable Pixels <pliablepixels@gmail.com> | 2016-09-09 20:46:42 -0400 |
| commit | 3db27510b0e2026916155e9a4342715cb73a9e4a (patch) | |
| tree | 837fc8a155faafb3212aa9f7123c045c82027995 /www/templates/events.html | |
| parent | 5c6bd778aee817b81e09e71ca55494c8d0aa4f1f (diff) | |
#321 vertical indication
Former-commit-id: ba3beed68c1f6ddd3a3a5e57fd8df98afde9d57b
Diffstat (limited to 'www/templates/events.html')
| -rw-r--r-- | www/templates/events.html | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/www/templates/events.html b/www/templates/events.html index 9b0cd7ba..ac0e1a4f 100644 --- a/www/templates/events.html +++ b/www/templates/events.html @@ -34,7 +34,7 @@ </ion-header-bar> </div> - + <ion-content ng-cloak on-tap="tapped();" delegate-handle="mainScroll" has-subheader="true" overflow-scroll="false" mouse-wheel-scroll> @@ -278,7 +278,15 @@ </ion-infinite-scroll> </div> </ion-content> + + + <div class="events-float-filter" ng-if="isEventFilterOn" on-tap="filterTapped();">{{'kFilterOn'|translate}}</div> + + <div class="bwmode" ng-if="$root.runMode=='lowbw'"> + {{ 'kLowBWDisplay' | translate }} + </div> + <ion-pull-up-footer class="zmPullup" on-expand="footerExpand()" on-collapse="footerCollapse()" initial-state="minimized" default-behavior="expand"> |
