diff options
| author | Pliable Pixels <pliablepixels@gmail.com> | 2019-03-30 09:15:58 -0400 |
|---|---|---|
| committer | Pliable Pixels <pliablepixels@gmail.com> | 2019-03-30 09:15:58 -0400 |
| commit | f711c67e5eeae2e7415eeb0dceb7e1bf1bfaddd1 (patch) | |
| tree | 3022ac40ddd0ff52774bd02f2232164dcc34ba62 /www/templates/timeline.html | |
| parent | 20399ce976d3c5ec6524eb4e1b39d005476ee708 (diff) | |
further simplification of controls #796
Diffstat (limited to 'www/templates/timeline.html')
| -rw-r--r-- | www/templates/timeline.html | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/www/templates/timeline.html b/www/templates/timeline.html index 43bb4048..e3fa40a5 100644 --- a/www/templates/timeline.html +++ b/www/templates/timeline.html @@ -7,7 +7,7 @@ <button class="button button-icon button-clear ion-arrow-left-c" ng-click="moveDays(-1);"></button> <button class="button button-icon button-clear ion-arrow-right-c" ng-click="moveDays(1);"></button> <button data-badge="{{$root.alarmCount}}" class="animated infinite tada button button-icon button-clear ion-ios-bell notification-badge" - ng-click="handleAlarms();" ng-if="$root.isAlarm"></button> + ng-click="handleAlarms();" ng-if="$root.isAlarm"></button> </ion-nav-buttons> <ion-nav-buttons side="right"> <button class="button button-icon button-clear ion-android-more-vertical" ng-click="popover.show($event); "> </button> @@ -39,9 +39,6 @@ <br /> <div style="padding-left:15px; font-size:10px; color:grey"> - <button ng-click="toggleTap()" class="button button-small button-dark"> - {{'kTimelineTap' | translate}}:{{onTap}} - </button> <button ng-click="toggleFollowTime()" ng-class="follow.time? 'button button-small button-balanced':'button button-small button-assertive'"> {{'kUpdateTimeline' | translate}}: {{follow.time? ('kTrue' | translate) : ('kFalse' | translate)}} @@ -52,7 +49,8 @@ <div ng-if="follow.time"> <p>{{newEvents}}</p> </div> - <br/> + <div ng-if="thumbData.url != ''"> + <br/><br/> <figure style="display:inline-block"> <figcaption class="smallnote"> {{thumbData.monName}}: {{thumbData.eid}} @ {{thumbData.time}} @@ -60,6 +58,8 @@ <img ng-src="{{thumbData.url}}" fallback-src="img/noimage.png" width="400px" on-tap="thumbnailClicked($event)"/> </figure> + </div> + </div> |
